Functions | Variables
EEqn.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(turb.alphaEff(), he)==rho *(U &g)+rad.Sh(thermo, he)+fvOptions(rho, he))
 
EEqn relax ()
 
fvOptions constrain (EEqn)
 
fvOptions correct (he)
 
thermo correct ()
 

Variables

 solvPerfE = EEqn.solve(mesh.solver(he.select(finalIter)))
 

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(turb.alphaEff(), he = =rho *(U &g)+rad.Sh(thermohe)+fvOptions(rhohe))
Initial value:
{
volScalarField & he
Definition: YEEqn.H:51
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Definition: volFieldsFwd.H:52
psiReactionThermo & thermo
Definition: createFields.H:31

◆ relax()

EEqn relax ( )

◆ constrain()

fvOptions constrain ( EEqn  )

◆ correct() [1/2]

fvOptions correct ( he  )

◆ correct() [2/2]

thermo correct ( )

Variable Documentation

◆ solvPerfE

solvPerfE = EEqn.solve(mesh.solver(he.select(finalIter)))

Definition at line 29 of file EEqn.H.