pressure out of range #26297
Unanswered
lvdbrand
asked this question in
Q&A Modules: Porous Flow
Replies: 1 comment 5 replies
-
Hello The lower limit on pressure is from the water fluid properties object, which requires physical pressures The final Moose error messages is simply from enough time steps failing. It's not the one to look at. You want to address the problem with the pressures Guillaume |
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
-
Hello,
I'm trying to make a 2D terrain stability study by coupling the "TensorMechanics" module and the "PorousFlow" module.
I'd like to simulate a static water table in the ground. To do this, I've used an initial condition to give the "porepressure" variable a value using the "PieceWiseMultilinear" function. My mesh is divided into two blocks: only the lower block contains water. At the interface between these two blocks ("aquifers" boundary), the porepressure variable is set to 0.
My problem is that Moose returns this error :
Why the pressure is out of range? Is there a lower limit below which Moose will not take a pressure into account? If so, how can this problem be solved?
Thanks!
Lucas
Here is my code with my mesh and the file with the values of the "porepressure" variable:
pressure_out_of_range.zip
Beta Was this translation helpful? Give feedback.
All reactions