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

Variables

 else
 

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

◆ relax()

EEqn relax ( )

◆ constrain()

fvOptions constrain ( EEqn  )

◆ if()

if ( coupled  )

Definition at line 30 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(mesh.solver(he.select(finalIter)))
volScalarField & he
Definition: YEEqn.H:52
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))
dynamicFvMesh & mesh

Definition at line 34 of file EEqn.H.