Skip to content

Possible to access MultiApp parameters from a sub-app? #16714

Discussion options

You must be logged in to vote

April,

I do this a bit with MOC + DSA. You're correct with:

Maybe that's part of the design of MOOSE, for sub-apps to run with minimal knowledge of "where" they are in a tree to keep things agnostic.

I do it a bit dirty, in which that information can be passed within a transfer. Within my master application problem, I've got some additional checking that attempts to cast all of the transfers to my transfer of choice. If it is found - I've then got an interface to the other MultiApps. You could also have this transfer as an input to the problem.

I'm not sure that this is the best behavior, but with the idea of keeping all of the applications truly separate and only connecting them throug…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@loganharbour
Comment options

@aprilnovak
Comment options

@aprilnovak
Comment options

@loganharbour
Comment options

Answer selected by aprilnovak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants