mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
LRR: added comment
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user