Porous_flow simulation with Segmentation fault: 11 #17503
-
Hi, I am using Porous Flow/Falcon to run brine flow and heat transfer problems. Prepared input file with water as the fluid runs ok, yet, switched to brine as the injection/extraction files have this error: Please help. Many thanks! Attached is the input file, I have to change the file type to be able to upload. Cranfield_HT_season_caps_brine_newboundary_coarse.log |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Your input file uses an exodus mesh, so i can't be exactly sure what your problem is, but i believe your problem is in your
See the doco at https://mooseframework.inl.gov/source/actions/PorousFlowFullySaturated.html . There are other things you might like to change about your input file. Eg, the When you use these Actions, you do not need to supply any a |
Beta Was this translation helpful? Give feedback.
Your input file uses an exodus mesh, so i can't be exactly sure what your problem is, but i believe your problem is in your
PorousFlowUnsaturated
block. Instead offp = brine
, you need to specifySee the doco at https://mooseframework.inl.gov/source/actions/PorousFlowFullySaturated.html .
There are other things you might like to change about your input file. Eg, the
f_nacl
is mass fraction, so setting it as 0.62 means you're simulating with 62% of salt. You'll probably also want to usePorousFlowFullySaturated
, as that is more efficient and suited to your case (above doco).When you use these Actions, you do not need to suppl…