LienCubicKELowRe: Added the name for G

This commit is contained in:
Henry
2011-11-01 11:46:35 +00:00
parent e75410c8ba
commit 7df438eea4

View File

@ -426,6 +426,7 @@ void LienCubicKELowRe::correct()
volScalarField G
(
"RASModel::G",
Cmu_*fMu*sqr(k_)/epsilon_*S2 - (nonlinearStress_ && gradU_)
);