Simulating the consolidation (compaction) after drainage #17913
-
Hi guys I want to simulate the consolidation (compaction) of the porous soil after the single-phase water is drained out from the system, i'd like to see how much will the geometry shrink (disp_z) with time. I know that porous flow module can be coupled with tensor-mechanics for this kind of simulation (PorousFlowBasicTHM). Thanks for your help. Kind regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yes, have a look at https://mooseframework.inl.gov/modules/porous_flow/tests/poro_elasticity/poro_elasticity_tests.html I strongly suggest that you use one of the PorousFlowActions, either https://mooseframework.inl.gov/source/actions/PorousFlowBasicTHM.html or https://mooseframework.inl.gov/source/actions/PorousFlowFullySaturated.html , depending on your problem, as they will simplify your input file and you won't have to think about user-unfriendly things like numerical stabilization. The reason most of the "poroelasticity tests" don't use the Actions is
But when you're just building a "real" model (not comparison with analytic solutions) then an Action will be much easier. |
Beta Was this translation helpful? Give feedback.
Yes, have a look at
https://mooseframework.inl.gov/modules/porous_flow/tests/poro_elasticity/poro_elasticity_tests.html
I strongly suggest that you use one of the PorousFlowActions, either https://mooseframework.inl.gov/source/actions/PorousFlowBasicTHM.html or https://mooseframework.inl.gov/source/actions/PorousFlowFullySaturated.html , depending on your problem, as they will simplify your input file and you won't have to think about user-unfriendly things like numerical stabilization. The reason most of the "poroelasticity tests" don't use the Actions is