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) - fvSourceEnergy - fvOptions(rho, he)) |
EEqn | relax () |
fvOptions | constrain (EEqn) |
thermo | correct () |
Variables | |
volScalarField & | he = thermo.he() |
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) - fvSourceEnergy - fvOptions(rho, he) | ) |
EEqn relax | ( | ) |
fvOptions constrain | ( | EEqn | ) |
thermo correct | ( | ) |
volScalarField& he = thermo.he() |
Definition at line 5 of file EEqnRhoSimple.H.
SolverPerformance<scalar> solverE = EEqn.solve() |
Definition at line 22 of file EEqnRhoSimple.H.