Skip to content

Porous_flow simulation with Segmentation fault: 11 #17503

Discussion options

You must be logged in to vote

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 of fp = brine, you need to specify

  fluid_properties_type = PorousFlowBrine
  nacl_name = f_nacl

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 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 use PorousFlowFullySaturated, as that is more efficient and suited to your case (above doco).

When you use these Actions, you do not need to suppl…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@wjin33
Comment options

@WilkAndy
Comment options

@WilkAndy
Comment options

@wjin33
Comment options

@WilkAndy
Comment options

Answer selected by GiudGiud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants