Skip to content
Snippets Groups Projects
Commit 0455e4a0 authored by sergio's avatar sergio
Browse files

BUG: volScalarField G in registry named RANSModel::G

parent 2fcb6d50
No related branches found
No related tags found
No related merge requests found
...@@ -270,7 +270,7 @@ void PDRkEpsilon::correct() ...@@ -270,7 +270,7 @@ void PDRkEpsilon::correct()
} }
tmp<volTensorField> tgradU = fvc::grad(U_); tmp<volTensorField> tgradU = fvc::grad(U_);
volScalarField G = 2*mut_*(tgradU() && dev(symm(tgradU()))); volScalarField G("RASModel::G", mut_*(tgradU() && dev(twoSymm(tgradU()))));
tgradU.clear(); tgradU.clear();
// Update espsilon and G at the wall // Update espsilon and G at the wall
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment