turbulentHeatFluxTemperatureFvPatchScalarField.C: corrected typo

This commit is contained in:
Henry
2012-09-18 21:21:57 +01:00
parent 9b46c64a05
commit d31d1dcaf3

View File

@ -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: