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)
 
 if (coupled)
 
fvOptions correct (he)
 
thermo correct ()
 

Variables

 else
 

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  )

◆ if()

if ( coupled  )

Definition at line 23 of file EEqn.H.

References EEqn(), and fvMatrixAssemblyPtr.

Here is the call graph for this function:

◆ correct() [1/2]

fvOptions correct ( he  )

◆ correct() [2/2]

thermo correct ( )

Variable Documentation

◆ else

else
Initial value:
{
EEqn.solve()
fvScalarMatrix EEqn(fvm::ddt(rho, he)+mvConvection->fvmDiv(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(turbulence->alphaEff(), he)==Qdot+fvOptions(rho, he))

Definition at line 27 of file EEqn.H.