Skip to content

WebServerControl for multiple sub apps #27624

Answered by GiudGiud
mohagen asked this question in Q&A Tools
Discussion options

You must be logged in to vote

Hello

My question here is whether it is possible to control multiple apps from Python? Or do I have to set up a parent multi-app that controls both apps and control it via Python's MooseControl?

the latter is what you need to do.
Send a signal to control the activation of the BC from the main app, and modify that signal from the MooseControl.
I would use postrpcessors.
A ConstantPostprocessor on the main app, its value is controllable
A Receiver on the child app, to which the 'value' from the ConstantPP is being transferred using a MultiAppPostprocessorTransfer

Replies: 1 comment

Comment options

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