Skip to content
Discussion options

You must be logged in to vote

I've used the monolithic approach in my earlier work, but I prefer to use iterative coupling now. The monolithic approach faces convergence and memory issues once you get into larger problem sizes unless you tailor a very effective preconditioner for it (this is non-trivial). I found myself stuck with using ASM-LU due to the advection terms in TH. Hypre-BoomerAMG is way more performant and memory-efficient for the neutron diffusion equations. I suppose you could apply a field split preconditioner, but I have no experience with that. Given other considerations, such as different mesh requirements, time scales, etc., I recommend iterative coupling as I've answered previously.

If @Jiang-JL111

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@smpark7
Comment options

Answer selected by Jiang-JL111
@lindsayad
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants