From e18ebd2a3863e7aed341f582ae840a0ea01e55e4 Mon Sep 17 00:00:00 2001 From: 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 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)