2 volScalarField& he = thermo.he();
9 ? fvc::div(phi, volScalarField(
"Ekp", 0.5 * magSqr(U) + p / rho))
10 : fvc::div(phi, volScalarField(
"K", 0.5 * magSqr(U)))
12 - fvm::laplacian(turbulence->alphaEff(), he)
19 fvOptions.constrain(EEqn);
21 eresidual = EEqn.solve().initialResidual();
23 fvOptions.correct(he);