MultiApp Execution Order Control: At initial step $t_0$ solve $μ$ first, then Stokes; later steps only solve Stokes once at the end #31571
-
|
Desired timeline:
In short: at My current setup and issueInput file snippet:Log output at initial step:From this log it is clear that:
As a result, Stokes does not use the My questions
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hello
No there are no execution order groups for multiapps. You could also set start_time/end_time parameters in each multiapps to make sure the first one is executed before the second. We have a need for this #31573, but it has not been developed yet |
Beta Was this translation helpful? Give feedback.
Hello
No there are no execution order groups for multiapps.
What you could do is not solve Stokes on initial, just solve it on timestep_begin (could be an option? It s right after INITIAL) or end (then the initialization behavior is different).
You could also set start_time/end_time parameters in each multiapps to make sure the first one is executed before the second.
It's roughly the same thing as suggested above though.
We have a need for this #31573, but it has not been developed yet