MultiApp transfer variable to initial condition of subapp #29676
Unanswered
garcs2
asked this question in
Q&A General
Replies: 1 comment 10 replies
-
hello Instead of using a ConstantIC, if you want a value from another application, you should transfer it. but here you should be good already?
since Griffin executes first and sends its power field to the HT solve, the HT solve has the updated power density already for its first solve? Guillaume |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Check these boxes if you have followed the posting rules.
Question
Hello everyone,
I am working on making a neutronics-heat transfer-thermohydraulics coupled simulation, using Griffin as the neutronics solver and heat transfer-thermohydraulics (HT-TH) being solved with the base modules in MOOSE. I have Griffin and HT-TH running successfuly separately. The HT-TH is solved using
TransientMultiApp
where HT acts as the main app and TH is the sub-app. Ideally, the workflow would look like the following:For clarity, the
FullSolveMultiApp
executes ontimestep_end
so that Griffin solves first, then transfers the power density to HT-TH where HT solves first. My question is then: how do I designate the initial condition of HT to be the transferred power density? Since the power density is a scalar, I would like to use ConstantIC but a value is required as input. Below is the relevant portion of my input file, with the IC block not filled in since I don't know what to do:Beta Was this translation helpful? Give feedback.
All reactions