How to get pore network parameters? #771
Unanswered
himanshu-sahu674
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @himanshu-sahu674 Then in OpenPNM you do things like:
and
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Sir,
I have generated an image using 'rsa' generator and extracted pore network using snow2 and I want to get the pore network parameters like -
1.coordination number - (By counting the number of pore bodies connected into a single pore, coordination number is obtained.)
2. Average pore size of image (pore radius in microns)
3. Average throat size of image (throat radius in microns)
4. Average throat length of image.
For example I have generated an image by giving these parameters
and inverted the image where sphere represent the grains and also apply snow2 on inverted image to extract pore network
this is the code that I have used to generate the image, so how can I get the above mentioned pore network parameters?
Beta Was this translation helpful? Give feedback.
All reactions