understanding MultiApps and Transfers Systems. #29449
Unanswered
zuckarm
asked this question in
Q&A Modules: Solid mechanics
Replies: 1 comment 9 replies
-
Hello The problem is that you have set this up for loose coupling using MutlAipps + Transfer, so the equations are solved one after the other but never iterated within a time step. You need to add fixed point parameters:
see the fixed point parameters on this page |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi all,
i am trying to understand how to set up a coupled problem in MOOSE. for this, i used one of the tutorials in Combined module in MOOSE, and set up the same problem using MultiApps and Transfers.
the main app is solving for displacements, and sub app is solving for temperature. temperature is passed to the main app at the beginning of each timestep.
i getting a difference of values for the temperature using both the above-mentioned methods. also, i have imposed an initial condition of
T = 300
in both the methods, but it is not reflected in the postprocesser results.can anyone please let me know if the problem is set up correctly in both the methods. i am doing this as an exercise to better understand how to set up coupled problems.
thanks.
following is the input file using combined module:
and following are the input files using MultiApps and Transfers systems:
main app:
sub app:
Beta Was this translation helpful? Give feedback.
All reactions