Clarification on PorousFlowHalfCubicSink #30945
Unanswered
danielquestions
asked this question in
Q&A Modules: Porous Flow
Replies: 2 comments 1 reply
-
|
@WilkAndy can you please help here? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
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 MOOSE team,
We’re trying to implement evapotranspiration boundary conditions using PorousFlowHalfCubicSink, and we're a bit confused about how the max parameter works — particularly in combination with use_mobility = true.
In the documentation (modules/porous_flow/examples/groundwater/ex02_steady_state.i), the example assumes:
It then states:
However, based on our understanding of this equation, the correct value of max should actually be:
So we suspect the documentation may contain a mistake?. Could someone clarify this?
Also, we're unsure about the units of the sink: is the resulting flux expected to be in kg/m²/s (for fluid mass), and is max unitless even when used with use_mobility = true?
Also in unsaturated conditions (solving Richards), when injecting or extracting a fluid in the unsuturated zone would you always recommend to use_relperm = true?
We’d appreciate any help clarifying how to properly set this up, since we want to apply this boundary condition to simulate ET in a realistic way.
Thanks a lot in advance!
Beta Was this translation helpful? Give feedback.
All reactions