Calculating formation factor using ohmic conduction algorithm #2689
Replies: 2 comments 4 replies
-
This is a lot to digest. My first suggestion is that you specify Another thing that can cause problems with network extractions is the boundary pores. The size of some pores on on the boundary can be quite small, resulting in a constriction there. You can try doing the extraction with Lastly, the Hope that enough to get you started. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your responses. I tried your suggestions. Specifying Similarly, it looks like the The only thing that did have any affect on the calculated rate was implementing your suggestion of setting |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I am attempting to use OpenPNM to calculate formation factor/effective transport properties through porous samples based on image data. I'm using the snow2 algorithm to generate a pore network through the solid phase of my image data, and then using the Ohmic Conduction algorithm to get effective electrical conductivity. I have followed some previous related examples, but am getting a formation factor value about an order of magnitude lower than what I am expecting and what is typical for my material. Getting a value of 0.054 here, but 0.295 using meshing and COMSOL.
The voxel size of my image data is 6 nm, but I'm not specifying that anywhere. At first I thought this was an issue, but it shouldn't matter since I'm accounting for the length and inlet area in end calculation.
Is there something else I should be specifying in the phase other than the ["throat.electrical_conductance"]? Not really sure what else could be the issue.
Pasting my code below for any help you could provide.
Thanks in advance!
2D side view of my porous sample
Ohmic conduction algorithm seems to run properly
final calculations
Beta Was this translation helpful? Give feedback.
All reactions