Control issues in MultiApps #31492
-
|
When using Multiapps, the executioner of one of my subapps is eigenvaule. After the variables in this app are updated, how can I restart the solver of this subapp? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
Hello there is a parameter to reset multiapps in the Multiapps block. This is a little overkill, it will remove the solution from the subapp you can also set a minimum number for of nonlinear iterations to force a solve in the executioner of the subapp the better solution is to understand why the initial residual of the subapp with updated variables is still such that the solve is skipped |
Beta Was this translation helpful? Give feedback.
I just checked and execute an eigenvalue calculation on each time step worked fine?
parent