diff --git a/src/TurbulenceModels/turbulenceModels/RAS/LRR/LRR.C b/src/TurbulenceModels/turbulenceModels/RAS/LRR/LRR.C index 3bfa8a34c0..f0baee8700 100644 --- a/src/TurbulenceModels/turbulenceModels/RAS/LRR/LRR.C +++ b/src/TurbulenceModels/turbulenceModels/RAS/LRR/LRR.C @@ -278,8 +278,8 @@ void LRR::correct() bound(epsilon_, this->epsilonMin_); - // Reynolds stress equation - + // Correct the trace of the tensorial production to be consistent + // with the near-wall generation from the wall-functions const fvPatchList& patches = this->mesh_.boundary(); forAll(patches, patchi) @@ -300,7 +300,7 @@ void LRR::correct() } } - + // Reynolds stress equation tmp REqn ( fvm::ddt(alpha, rho, R)