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:
@ -90,7 +90,7 @@ void Foam::functionObjects::wallHeatFlux::calcHeatFlux
|
||||
|
||||
forAll(wallHeatFluxBf, patchi)
|
||||
{
|
||||
wallHeatFluxBf[patchi] += radHeatFluxBf[patchi];
|
||||
wallHeatFluxBf[patchi] -= radHeatFluxBf[patchi];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user