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

Function Documentation

◆ 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(turb.alphaEff(), he = =rho *(U &g)+rad.Sh(thermohe)+fvOptions(rhohe))

◆ relax()

EEqn relax ( )

◆ constrain()

fvOptions constrain ( EEqn  )

◆ correct() [1/2]

fvOptions correct ( he  )

◆ correct() [2/2]

thermo correct ( )

Variable Documentation

◆ solvPerfE

solvPerfE = EEqn.solve()

Definition at line 23 of file EEqn.H.

Referenced by if().