-
Hello, I recently found out about the new WebServerControl feature and the Python MooseControl implementation. I wanted to possibly use this feature to couple a simulation of aquifer thermal energy storage in MOOSE with other simulations and the Functional Mock-Up Interface in Python. And another small question: Is it possible to access the time step and the time step width via MooseControl in order to avoid the loop over a fixed number of steps in Python? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello
the latter is what you need to do. |
Beta Was this translation helpful? Give feedback.
Hello
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