How to modify the porosity, permeability and wettability of the model in OpenPNM? #2357
-
I reproduced many examples in OpenPNM and wanted to extend on the basis of the examples, but so far only the pore diameter and throat length and diameter have been modified. How to modify its porosity, wettability, permeability and other physical parameters of porous media? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 14 replies
-
Well, by changing pore/throat diameter, you're essentially changing the porosity, and subsequently the permeability. You can't directly change the permeability of a pore network model (or any other pore-scale method), that's what you do in a volume-averaged continuum model. As for wettability, I'm not very familiar, @jgostick knows more. But, I guess it has to do with the phase properties (ex. you can modify contact angle in your phase, say |
Beta Was this translation helpful? Give feedback.
Well, by changing pore/throat diameter, you're essentially changing the porosity, and subsequently the permeability. You can't directly change the permeability of a pore network model (or any other pore-scale method), that's what you do in a volume-averaged continuum model. As for wettability, I'm not very familiar, @jgostick knows more. But, I guess it has to do with the phase properties (ex. you can modify contact angle in your phase, say
op.phase.Mercury
).