Invasion Percolation and 2 component analysis #2569
ruchajk2597
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Hi @ruchajk2597. The example you found is for V3, which were are planning to release very soon, but I'm guessing that you are using V2? You can find out by typing |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi,
Thank you for the prompt reply.
The given example works for a randomly generated network. But in my case I am creating a network using the porespy snow algorithm.
It gives me the following error.
Something like this where my network generated does not have pore.diameter but pore.inscribed_diameter for example.
***@***.***
Could you please tell me how to fix this?
Thank you in advance.
Best Regards,
Rucha
Von: jgostick ***@***.***>
Gesendet: Montag, 19. September 2022 18:47
An: PMEAL/OpenPNM ***@***.***>
Cc: Kunte, Rucha ***@***.***>; Mention ***@***.***>
Betreff: Re: [PMEAL/OpenPNM] Invasion Percolation and 2 component analysis (Discussion #2569)
Hi @ruchajk2597<https://github.com/ruchajk2597>. The example you found is for V3, which were are planning to release very soon, but I'm guessing that you are using V2? You can find out by typing op.__version__ at the python prompt. Anyway, what you propose should work, more or less. If you can't wait for the new version you can either get the new version using git, or you can checkout one of the older examples like this one<https://github.com/PMEAL/OpenPNM/blob/release/examples/notebooks/algorithms/multiphase/relative_diffusivity.ipynb>, which is for relative diffusion but the idea translates directly to flow too.
—
Reply to this email directly, view it on GitHub<#2569 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A2LYPRYUOVO5VFMF6DJL7GDV7CKJHANCNFSM6AAAAAAQP5EREM>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello community,
I am trying to run a flow simulation such that, I fill the pore network with one phase say water and then determine the permeability of the second phase say air, nitrogen etc relative to this filled network.
I found an example (https://openpnm.org/examples/applications/relative_permeability.html) on the openpnm website where percolation invasion is used. Unfortunately, this sample code throws a key error.
My idea was to define a phase, apply a pressure difference t fill the pore network. Using this new geometry define the 2nd phase and then check the permeability.
Could you guide me if this would work or what the correct procedure or method wouldbe to carry out such a simulation?
Thank you in advance.
Best Regards,
Rucha Kunte
Beta Was this translation helpful? Give feedback.
All reactions