MomentumTransportModels::mixtureKEpsilon: Reverted change to Gd and Gc

This commit is contained in:
Henry Weller
2020-10-22 15:46:38 +01:00
parent b4e411b897
commit a50ded5b9a

View File

@ -621,7 +621,7 @@ void mixtureKEpsilon<BasicMomentumTransportModel>::correct()
tmp<volTensorField> tgradUl = fvc::grad(Ul);
Gc = tmp<volScalarField>
(
volScalarField::New
new volScalarField
(
this->GName(),
nutl*(tgradUl() && dev(twoSymm(tgradUl())))
@ -641,7 +641,7 @@ void mixtureKEpsilon<BasicMomentumTransportModel>::correct()
tmp<volTensorField> tgradUg = fvc::grad(Ug);
Gd = tmp<volScalarField>
(
volScalarField::New
new volScalarField
(
this->GName(),
nutg*(tgradUg() && dev(twoSymm(tgradUg())))