Skip to content

Navier Stokes over multiple blocks #27817

Discussion options

You must be logged in to vote

Hello

You can use two ProjectionAux for that.
https://mooseframework.inl.gov/source/auxkernels/ProjectionAux.html

Create a 3rd auxiliary temperature variable like "temp_out" and use two projectionAux to copy T_fluid and T_solid into it.

This is strictly for output purposes. For using in the nonlinear system, we do not recommend lagging variable values / losing derivative information by using the auxiliary system.

Guillaume

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@oh304
Comment options

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