LRR: added comment
This commit is contained in:
@ -278,8 +278,8 @@ void LRR<BasicTurbulenceModel>::correct()
|
|||||||
bound(epsilon_, this->epsilonMin_);
|
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();
|
const fvPatchList& patches = this->mesh_.boundary();
|
||||||
|
|
||||||
forAll(patches, patchi)
|
forAll(patches, patchi)
|
||||||
@ -300,7 +300,7 @@ void LRR<BasicTurbulenceModel>::correct()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Reynolds stress equation
|
||||||
tmp<fvSymmTensorMatrix> REqn
|
tmp<fvSymmTensorMatrix> REqn
|
||||||
(
|
(
|
||||||
fvm::ddt(alpha, rho, R)
|
fvm::ddt(alpha, rho, R)
|
||||||
|
|||||||
Reference in New Issue
Block a user