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
Branches
Tags
No related merge requests found
......@@ -270,7 +270,7 @@ void PDRkEpsilon::correct()
}
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();
// Update espsilon and G at the wall
......
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