Convergence Issues for Multiapp Fracture Flow Example with Multiphase Mass Transfer #27212
Unanswered
zerog981
asked this question in
Q&A Modules: Porous Flow
Replies: 1 comment 4 replies
-
Hello
did you try to extend the range of the tabulations? also these might not matter if the final converged values are within range. Can you try some of the techniques in there and report back? Guillaume |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear MOOSE experts,
I'm currently trying to adopt the Multiapp Fracture Flow Example for use in a larger project concerning CO2 injection into supercritical water. I was able to implement mass transfer as suggested in the corresponding section, but I keep running into convergence issues.
All files can be found in the following repository: https://github.com/zerog981/moose-fracture-example
The original example is bundled with Moose (https://github.com/idaholab/moose/tree/next/modules/porous_flow/examples/multiapp_fracture_flow/3dFracture).
Here is a list of variations I tried:
SimpleFluidProperties
. This does improve the situation, but being in the supercritical region requires more accurate equations of state. I also tried usingTabulatedFluidProperties
, but then I get errors about MOOSE trying to sample out of range.Before crashing, the exchange of gas into the matrix is clearly visible (after about 170s into the simulation):
I'm still quite new to MOOSE and this is my first project, so any help or guidance is highly appreciated. Please tell me if you need more information.
This is the log:
failure.log
Beta Was this translation helpful? Give feedback.
All reactions