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_
|
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);
|
||||||
|
|
||||||
|
|||||||
@ -136,6 +136,7 @@ class kkLOmega
|
|||||||
const volScalarField& fNatCrit
|
const volScalarField& fNatCrit
|
||||||
) const;
|
) const;
|
||||||
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
// Protected data
|
// Protected data
|
||||||
|
|||||||
Reference in New Issue
Block a user