Replies: 1 comment
-
Do you mean how can you plot the distribution of hydraulic conductance? If so, just use import matplotlib.pyplot as plt
plt.hist(phase["throat.hydraulic_conductance"])
What exactly do you mean by "porosity distribution"?
I don't know the exact definition of "permeability coefficient", so I'll explain in terms of just permeability (k), as defined by: In |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Professor, I have some questions about hydraulic conductivity to ask you.
Firstly, the hydraulic conductivity of the throat can be obtained by the Hagen-Poiseuille equation. How can I draw the curve of it?
Secondly, if I want to calculate the porosity distribution like the throat hydraulic conductivity distribution, how would I do it ?
Finally, is hydraulic conductivity equial to permeability coefficient in OpenPNM?
Beta Was this translation helpful? Give feedback.
All reactions