Go to the source code of this file.
|
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) |
|
this | primalResidualControl< scalar > (solverE, printToScreen, printInterval, "he") |
|
thermo | correct () |
|
◆ EEqn()
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) |
| ) |
|
◆ relax()
◆ constrain()
fvOptions constrain |
( |
EEqn |
| ) |
|
◆ primalResidualControl< scalar >()
this primalResidualControl< scalar > |
( |
solverE |
, |
|
|
printToScreen |
, |
|
|
printInterval |
, |
|
|
"he" |
|
|
) |
| |
◆ correct()
◆ he
volScalarField& he = thermo.he() |
◆ solverE