From 41c0b13eeda1d50047a9a7065875158473339f5a Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Fri, 6 Feb 2015 20:41:33 +0000 Subject: [PATCH] LRR: added comment --- src/TurbulenceModels/turbulenceModels/RAS/LRR/LRR.C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/TurbulenceModels/turbulenceModels/RAS/LRR/LRR.C b/src/TurbulenceModels/turbulenceModels/RAS/LRR/LRR.C index 3bfa8a34c00..f0baee87007 100644 --- a/src/TurbulenceModels/turbulenceModels/RAS/LRR/LRR.C +++ b/src/TurbulenceModels/turbulenceModels/RAS/LRR/LRR.C @@ -278,8 +278,8 @@ void LRR<BasicTurbulenceModel>::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<BasicTurbulenceModel>::correct() } } - + // Reynolds stress equation tmp<fvSymmTensorMatrix> REqn ( fvm::ddt(alpha, rho, R) -- GitLab