mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
turbulentHeatFluxTemperatureFvPatchScalarField.C: corrected typo
This commit is contained in:
@ -201,7 +201,7 @@ void turbulentHeatFluxTemperatureFvPatchScalarField::updateCoeffs()
|
|||||||
case hsPower:
|
case hsPower:
|
||||||
{
|
{
|
||||||
const scalar Ap = gSum(patch().magSf());
|
const scalar Ap = gSum(patch().magSf());
|
||||||
gradient() = (q_/Ap + qr)/kappa(Tp));
|
gradient() = (q_/Ap + qr)/kappa(Tp);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case hsFlux:
|
case hsFlux:
|
||||||
|
|||||||
Reference in New Issue
Block a user