Replies: 1 comment 2 replies
-
This usually happens when you have problems with the geometry of the system, like pores that overlap too much and result in negative diffusive conductance. You can try using the cones_and_cylinders geometry models which handles overlapping pores better. You can also check to see if any throat lengths are negative. |
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
-
Dear Professor,
When I used Openpnm to calculate the effective diffusivity and tortuosity of an imported porous medium, the effective diffusivity, D_eff, was smaller than the original air diffusivity, D_AB, which resulted in the tortuosity calculation that is less than 1. And the diffusivity of the porous medium should be lower than that outside the porous medium. I suspect this is due to an issue in the calculation of effective diffusivity, possibly arising from the calculation "rate_inlet = fd.rate(pores=inlet)[0]". Is there any solution to this issue? Here is my code.
D_eff.txt
Beta Was this translation helpful? Give feedback.
All reactions