Skip to content
Snippets Groups Projects
Commit 647e1615 authored by sergio's avatar sergio
Browse files

BUG: Fixing sign of qr in externalWallHeatFluxTemperature

1) The sign of radiative flux (qr) for modes Power and HeatFlux was
corrected.

2) Relaxation factor implementation was incomplete. Now caching
valueFraction and refValue from  the previous time step.
parent 5425de66
No related branches found
No related tags found
Loading
Loading
  • Hi!

    Can I ask why is it q_-qr instead of q_+qr? I think it was correct. Let's create an adiabatic patch, thus q_ = 0. In this case the heat flux is qr (you "put back" the radiative flux) Then calculate the resulted wall heat flux: It will be qr, since you prescribed it with the BC, and substract the radiative flux which is also qr, thus the heat flux is zero, which is expected since you made an adiabatic wall.

    If you use q_-qr, you will end up with a heat flux of -2*qr. Maybe I'm wrong somewhere so feel free to correct me.

    Thanks!

    • Hi,

      Same question as Simon. I also have the impression that the signs were correct. When we apply this 'fix', our simulations start to show nonphysical results which disappear when we turn of radiation. Can you re-evaluate this commit?

      Thanks!

    • Please register or sign in to reply
  • Hi!

    It is corrected in commit 712512d4

    Edited by Regő Simon
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment