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_ lambdaEff*omega_
+ dimensionedScalar + dimensionedScalar
( (
"ROTVSMALL", "ROOTVSMALL",
dimLength*inv(dimTime), dimLength*inv(dimTime),
ROOTVSMALL ROOTVSMALL
) )
@ -194,6 +194,7 @@ tmp<volScalarField> kkLOmega::gammaNAT
); );
} }
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
kkLOmega::kkLOmega kkLOmega::kkLOmega
@ -670,7 +671,7 @@ void kkLOmega::correct()
alphaT(lambdaEff, fv(sqr(fw)*kt_/nu()/(omega_ + omegaMin_)), ktS) 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); const dimensionedScalar fwMin("SMALL", dimless, ROOTVSMALL);

View File

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