-
Dear professor,
Can you tell me where the problem is?Thanks a lot. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The StokesFlow algorithm is a single-phase flow only, so the water is 'everywhere'. If you want a water configuration you need to run either InvasionPercolation or OrdinaryPercolation, to determine where the invasion phase will go, then you can apply StokesFlow only on the invading phase if you want to compute relative permeability. We have a few related examples here: https://github.com/PMEAL/OpenPNM/tree/dev/examples/simulations/percolation |
Beta Was this translation helpful? Give feedback.
The StokesFlow algorithm is a single-phase flow only, so the water is 'everywhere'. If you want a water configuration you need to run either InvasionPercolation or OrdinaryPercolation, to determine where the invasion phase will go, then you can apply StokesFlow only on the invading phase if you want to compute relative permeability.
We have a few related examples here:
https://github.com/PMEAL/OpenPNM/tree/dev/examples/simulations/percolation