Does phase object viscosity impact singlephase permeability calculations? #1904
-
Hello, i ran the example found here. By replacing the two phase objects with
and using default values for all pore scale models, i achieved the same results for Kxx regardless of the phase being acted upon in the algorithm object. I.e.
and
yielded the same value for Kxx. I was confused by this given the documentation states the StokesFlow algorithm solves Darcy's equaion, which involves the dynamic viscosity of the fluid (air vs water). So i am curious to know if i've incorrectly used the logic of openpnm or if this an expected result and why? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Permeability is independent of viscosity. Darcy's law is Q = (K / mu) * (A/L) * DP, so once you calculate Q for a given DP, you then solve for K in Darcy's law since mu, L and A are known. If the documentations says it's solves Darcy's law, then it must not be very well worded. I guess technically, the Q is the Darcy flow, but it is the net effect of Stokes flow in each pore. |
Beta Was this translation helpful? Give feedback.
Permeability is independent of viscosity. Darcy's law is Q = (K / mu) * (A/L) * DP, so once you calculate Q for a given DP, you then solve for K in Darcy's law since mu, L and A are known. If the documentations says it's solves Darcy's law, then it must not be very well worded. I guess technically, the Q is the Darcy flow, but it is the net effect of Stokes flow in each pore.