mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Corrected minor code comment typos
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
@ -136,6 +136,7 @@ class kkLOmega
|
||||
const volScalarField& fNatCrit
|
||||
) const;
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
// Protected data
|
||||
|
||||
Reference in New Issue
Block a user