Functions | Variables
EEqnRhoPimple.H File Reference
This graph shows which files directly or indirectly include this file:

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()
 

Function Documentation

◆ EEqn()

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)

◆ relax()

EEqn relax ( )

◆ correct()

thermo correct ( )

Variable Documentation

◆ he

volScalarField& he = thermo.he()

◆ solverE

SolverPerformance<scalar> solverE = EEqn.solve()

Definition at line 25 of file EEqnRhoPimple.H.