wallHeatFlux: Changed sign of radiative heat flux contribution
to compensate for the inconsistent definition of this flux Resolves bug-report https://bugs.openfoam.org/view.php?id=2722
This commit is contained in:
parent
dfa9d0787d
commit
a268af9720
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ void Foam::functionObjects::wallHeatFlux::calcHeatFlux
|
|||
|
||||
forAll(wallHeatFluxBf, patchi)
|
||||
{
|
||||
wallHeatFluxBf[patchi] += radHeatFluxBf[patchi];
|
||||
wallHeatFluxBf[patchi] -= radHeatFluxBf[patchi];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue