Q_prime transfer issues from conduction to subchannel #30214
-
|
Hello, I'm using heat conduction to compute the linear heat rate using In addition to this, I am getting in the SC model that there is no q_prime being passed onto the fuel pins (which I see as the inlet and outlet temperatures are equal to the inlet BC temp). Then, I followed this advice of using a ProjectionAux to send the nodal q_prime to SC, but still get the same issue with no heat being transferred. Currently this is what my AuxVariables, AuxKernels, and MultiApp blocks look like: I've doublechecked that the positioning in the MultiApp transfer is correct, so I'm not sure what the issue would be. I would appreciate any insight onto what the potential problem may be! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
|
hello try setting greedy_search = true in the transfers did you output both exodus and see that they aligned? |
Beta Was this translation helpful? Give feedback.
-
|
why do you set: to_boundaries = right in your q_prime transfer? |
Beta Was this translation helpful? Give feedback.
You don't need to remove the unheated parts, just make sure that the size is consistent between the SCM model and the pin model.
The SC_viz just creates a mesh. The multiapp transfers the values from the SCM solution to that mesh for visualization purposes. That means that you do populate q_prime correctly at some point.
Are both models in transient?
Try to do the normalization in the master/main app. I assume that: power_dens_node gets transfered properly so that will solve your issue?
@GiudGiud do you have inputs?