Go to the source code of this file.
Functions | |
fvScalarMatrix | EEqn (fvm::ddt(rho, he)+fvm::div(phi, he)+fvc::ddt(rho, K)+fvc::div(phi, K)+(he.name()=="e" ? fvc::div(fvc::absolute(phi/fvc::interpolate(rho), U), p, "div(phiv,p)") :-dpdt) - fvm::laplacian(turbulencePtr_->alphaEff(), he) - fvSourceEnergy) |
EEqn | relax () |
thermo | correct () |
Variables | |
volScalarField & | he = thermo.he() |
SolverPerformance< scalar > | solverE = EEqn.solve() |
fvScalarMatrix EEqn | ( | fvm::ddt(rho, he)+fvm::div(phi, he)+fvc::ddt(rho, K)+fvc::div(phi, K)+(he.name()=="e" ? fvc::div(fvc::absolute(phi/fvc::interpolate(rho), U), p, "div(phiv,p)") :-dpdt) - fvm::laplacian(turbulencePtr_->alphaEff(), he) - | fvSourceEnergy | ) |
Referenced by DAResidualRhoSimpleCFoam::calcResiduals(), DAResidualTurboFoam::calcResiduals(), DAResidualRhoPimpleFoam::calcResiduals(), and DAResidualRhoSimpleFoam::calcResiduals().
EEqn relax | ( | ) |
thermo correct | ( | ) |
volScalarField& he = thermo.he() |
Definition at line 5 of file EEqnRhoPimple.H.
Referenced by DAFunctionWallHeatFlux::calcFunction(), DAFunctionVariance::calcFunction(), main(), DAOutputThermalCoupling::run(), and DAInputThermalCoupling::run().
SolverPerformance<scalar> solverE = EEqn.solve() |
Definition at line 25 of file EEqnRhoPimple.H.