Skip to content

Convergence Issues #29644

Jan 5, 2025 · 3 comments · 15 replies
Discussion options

You must be logged in to vote

I agree with @lynnmunday that it doesn't look big enough to run out of memory.

You could try a different preconditioned option instead of mumps. Another common one used for porous flow is

petsc_options_iname = '-pc_type -sub_pc_type -sub_pc_factor_shift_type'
petsc_options_value = ' asm      lu           NONZERO'

One more thing - your PorousFlowOutflowBC might work better if you specify the parameter

mass_fraction_component = 1

so it doesn't try and remove non-existant water in the gas phase.

Replies: 3 comments 15 replies

Comment options

You must be logged in to vote
5 replies
@cpgr
Comment options

cpgr Jan 7, 2025
Collaborator

@cpgr
Comment options

cpgr Jan 7, 2025
Collaborator

@julianseb
Comment options

@lynnmunday
Comment options

@julianseb
Comment options

Comment options

You must be logged in to vote
10 replies
@julianseb
Comment options

@lynnmunday
Comment options

@julianseb
Comment options

@cpgr
Comment options

cpgr Jan 8, 2025
Collaborator

Answer selected by julianseb
@julianseb
Comment options

@cpgr
Comment options

cpgr Jan 9, 2025
Collaborator

@julianseb
Comment options

@lynnmunday
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants