Skip to content
Snippets Groups Projects
Commit 41c0b13e authored by Henry's avatar Henry
Browse files

LRR: added comment

parent 75a52009
Branches
Tags
No related merge requests found
......@@ -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)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment