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 () |
this | primalResidualControl< scalar > (solverE, printToScreen, printInterval, "he") |
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) | ) |
Referenced by DAResidualRhoSimpleCFoam::calcResiduals(), DAResidualTurboFoam::calcResiduals(), and DAResidualRhoSimpleFoam::calcResiduals().
EEqn relax | ( | ) |
this primalResidualControl< scalar > | ( | solverE | , |
printToScreen | , | ||
printInterval | , | ||
"he" | |||
) |
Referenced by if(), DAHeatTransferFoam::solvePrimal(), DALaplacianFoam::solvePrimal(), DAScalarTransportFoam::solvePrimal(), and while().
thermo correct | ( | ) |
SolverPerformance<scalar> solverE = EEqn.solve() |
Definition at line 15 of file EEqnRhoSimpleC.H.