Skip to content

Create a temperature field and heat conduction #16234

Discussion options

You must be logged in to vote

Hey Peng,

The problem here is that when you're using T in the HeatConduction Kernel, you are telling MOOSE that you want the solution for T assuming it is governed by the heat equation. However, when you set T to be an AuxVariable, you are telling MOOSE that you want to control the dynamics of T using the FunctionAux.

You've got to decide which one you want to do. Is T a dynamical variable, or are you setting T externally using your FunctionAux?

Perhaps what you're trying to do is set an initial condition for T, and then solve for its evolution? If so, use a FunctionIC.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@wenpeng231024
Comment options

@WilkAndy
Comment options

@wenpeng231024
Comment options

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