Skip to content

Why a postprocessed variable displays zero? #27786

Discussion options

You must be logged in to vote

Thanks a lot @GiudGiud , now it is working well.

I did the following in the end:

[AuxVariables]
  [power]
    block = '2 3'
    initial_condition = 300
  []
[]

[Kernels]
  [hc]
    type = HeatConduction
    variable = temp
  []
  [source]
    type = CoupledForce
    variable = temp
    v = power
    block = '2 3'
  []
[]

Replies: 1 comment 20 replies

Comment options

You must be logged in to vote
20 replies
@GiudGiud
Comment options

@amerallaf
Comment options

@GiudGiud
Comment options

@amerallaf
Comment options

Answer selected by amerallaf
@amerallaf
Comment options

@GiudGiud
Comment options

@amerallaf
Comment options

@GiudGiud
Comment options

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