Go to the source code of this file.
Functions | |
fvScalarMatrix | EEqn (fvm::div(phi, he)+(he.name()=="e" ? fvc::div(phi, volScalarField("Ekp", 0.5 *magSqr(U)+p/rho)) :fvc::div(phi, volScalarField("K", 0.5 *magSqr(U)))) - fvm::laplacian(turbulencePtr_->alphaEff(), he)) |
EEqn | relax () |
thermo | correct () |
Variables | |
SolverPerformance< scalar > | solverE = EEqn.solve() |
fvScalarMatrix EEqn | ( | fvm::div(phi, he)+(he.name()=="e" ? fvc::div(phi, volScalarField("Ekp", 0.5 *magSqr(U)+p/rho)) :fvc::div(phi, volScalarField("K", 0.5 *magSqr(U)))) - fvm::laplacian(turbulencePtr_->alphaEff(), he) | ) |
EEqn relax | ( | ) |
thermo correct | ( | ) |
SolverPerformance<scalar> solverE = EEqn.solve() |
Definition at line 15 of file EEqnRhoSimpleC.H.