Transfer subchannel solution onto master 3D mesh #30938
-
|
I am building a simulation where the master app will be a 3D mesh encompassing a fuel assembly - both the coolant and the fuel pins. Subchannel will run as a sub-app (in the next iteration there will be more assemblies, i.e. multiple subchannel instances). I need to transfer temperature (coolant and pins) and density (coolant) into the master app. Master app has temperature and density as const-monomials. Which transfers do you recommend to use? Is there an example for such setup? (I am only seeing setups that transfer from subchannel into sub-app). Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
|
Hi David What is the mesh like in the parent app? Does it overlap with both the coolant channels and the pins? I think the answer will be MultiAppGeneralFieldNearestLocationTransfer. |
Beta Was this translation helpful? Give feedback.
-
|
@gangyang-anl if you want to pitch in |
Beta Was this translation helpful? Give feedback.
Do doing something like this in the main app:
and this in the sub-app:
Seems to be doing the right thing for me.