externalWallHeatFluxTemperature: Corrected definition of Q
Resolves bug report https://bugs.openfoam.org/view.php?id=3882
This commit is contained in:
@ -304,7 +304,7 @@ void Foam::externalWallHeatFluxTemperatureFvPatchScalarField::updateCoeffs()
|
||||
scalarField qTot(qr);
|
||||
if (haveQ_)
|
||||
{
|
||||
qTot += Q_;
|
||||
qTot += Q_/gSum(patch().magSf());
|
||||
}
|
||||
if (haveq_)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user