Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PBMR400 test is failing with use_legacy_initial_residual_evaluation_bahavior flag off #379

Open
YaqiWang opened this issue Apr 15, 2024 · 0 comments

Comments

@YaqiWang
Copy link
Contributor

Reason

A new flag was introduced in MOOSE use_legacy_initial_residual_evaluation_bahavior. When it is turned off, PBMR400 test transient_neutronics_only is failing with an uncovered solve reaching the maximum number of linear iterations at the first timestep and the first nonlinear Newton iteration.

Design

A temporary solution is to add Executioner/use_pre_SMO_residual = true, which essentially tells MOOSE to keep the current legacy behavior for the test if understand correctly. The more proper fix is probably to understand what is causing the divergence and fix it directly.

Impact

Make Griffin application able to turn this legacy flag off.

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

No branches or pull requests

1 participant