Skip to content
Snippets Groups Projects
Commit cae9b6b8 authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: Added missing GbyNu name - see #2409

parent b9d6a843
No related branches found
No related tags found
No related merge requests found
......@@ -264,6 +264,7 @@ void RNGkEpsilon<BasicTurbulenceModel>::correct()
tmp<volTensorField> tgradU = fvc::grad(U);
const volScalarField::Internal GbyNu
(
this->type() + ":GbyNu",
tgradU().v() && dev(twoSymm(tgradU().v()))
);
tgradU.clear();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment