Replies: 2 comments 1 reply
-
The Once the dictionary is imported into an OpenPNM network, then you have to decide which diameter to I want to be my actual diamter, so do something like Then after you have defined what you want to be the acting diameter, OpenPNM will use that for all it's calculations, like pore volume, diffusive conductance, etc. |
Beta Was this translation helpful? Give feedback.
-
Hope not to disturb you, I have a question about SNOW output too. I want to calculate the shape factor of the SNOW output, but when I use the following code, it could not be plotted in a figure due to there are inf in the shape facter. Then I print some properties in SNOW output and found that the perimeter of throat has 0 in it.
Could you please tell me if this situation health? Is there any way to avoid or improve this situation? Many Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello community,
As you know, the when pn=op.io.network_from_porespy(snow_output.network) is ran, we get a pn that already has alot of properties, including equivalent_diameter and inscribed_diameter. My understanding is that there are different models, such as spheres_and_cylinders that can be added to pn for the purpose of modeling pores as spheres or other shapes, however, as you know, some geometric properties are already present before any model is added. I am trying to know how these properties were calculated. I tried to look for the source code of network_from_porespy (https://openpnm.org/_modules/openpnm/io/_porespy.html#network_from_porespy) but it seems that I cannot find these details are explained, as I only get what each input mean. I found a similar discussion here (Seed and Pore Diameter #1932) but the link seems broken.
Any help is highly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions