LRR: added comment

This commit is contained in:
Henry
2015-02-06 20:41:33 +00:00
parent b255f54120
commit e18ebd2a38

View File

@ -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)