Uncoupled saturated/unsaturated porous flow with storage term #31696
Unanswered
nlosacco
asked this question in
Q&A Modules: Porous Flow
Replies: 1 comment 5 replies
-
|
Im not 100% sure that I understand the issue. Some thoughts, I hope it helps If you want to use Richard's, your "storage" is somehow hidden in the porosity term. So you may want to use PorousFlowPorosity and activate only the hydro (fluid) term and use solid_bulk and biot_coefficient. Im not sure if 1-alpha/K equals the compressibility term that you want, c_sk. For a quick fix, I would set biot_coefficient and solid_bulk so the term 1-alpha/K equals your c_sk. For example, very small alpha and K = 1/c_sk. Then, to the initial porosity I would set it as porosity_zero times (c_sk + c_w). But, Im not sure this is what you want to do. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am trying to solve an uncoupled, purely hydraulic flow problem, to simulate groundwater flow in a slope. This includes both saturated and unsaturated conditions, and the ability to switch from one to the other. As the simulation is purely hydraulic, I want to include some additional storage terms depending on the compressibility of porewater and the soil skeleton (not solid soil grains, which I can realistically assume incompressible, given the relatively low pressures involved). I read the docs thoroughly but still can't figure out how to solve the problem.$P < 0$ , and with the simplifying assumption of constant water density $\rho_\mathrm{w}$ (though it may be slightly compressible), and isotropic hydraulic conductivity :
For the unsaturated bit I came up with this modified version of Richards' equation, when porewater pressure
I think the equation is correct and includes the additional desired storage terms:
Here:
Can you suggest how to proceed to include the storage term in the PDE?
Also, I think$S_\mathrm{r}$ is calculated from Van Genuchten's (as stated in the documentation), but $\phi$ as well should be updated according to the total volumetric change, i.e.:
Beta Was this translation helpful? Give feedback.
All reactions