STYLE: Corrected minor code comment typos

This commit is contained in:
andy
2011-11-28 11:07:26 +00:00
parent 6818acac51
commit c669782818
2 changed files with 4 additions and 2 deletions

View File

@ -100,7 +100,7 @@ tmp<volScalarField> kkLOmega::fTaul
lambdaEff*omega_
+ dimensionedScalar
(
"ROTVSMALL",
"ROOTVSMALL",
dimLength*inv(dimTime),
ROOTVSMALL
)
@ -194,6 +194,7 @@ tmp<volScalarField> kkLOmega::gammaNAT
);
}
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
kkLOmega::kkLOmega
@ -670,7 +671,7 @@ void kkLOmega::correct()
alphaT(lambdaEff, fv(sqr(fw)*kt_/nu()/(omega_ + omegaMin_)), ktS)
);
// By pass s0urce term divided by kl_
// By pass source term divided by kl_
const dimensionedScalar fwMin("SMALL", dimless, ROOTVSMALL);

View File

@ -136,6 +136,7 @@ class kkLOmega
const volScalarField& fNatCrit
) const;
protected:
// Protected data