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:
|
||||
{
|
||||
const scalar Ap = gSum(patch().magSf());
|
||||
gradient() = (q_/Ap + qr)/kappa(Tp));
|
||||
gradient() = (q_/Ap + qr)/kappa(Tp);
|
||||
break;
|
||||
}
|
||||
case hsFlux:
|
||||
|
||||
Reference in New Issue
Block a user