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

Go to the source code of this file.

Functions

MRF makeRelative (URel)
 
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))) - fvc::div(Teff.T() &U)+fvc::div(p *(U - URel))) - fvm::Sp(fvc::div(phi), he) - fvm::laplacian(turbulencePtr_->alphaEff(), he))
 
EEqn relax ()
 
this primalResidualControl< scalar > (solverE, printToScreen, printInterval, "he")
 
thermo correct ()
 

Variables

volSymmTensorField Teff = -turbulencePtr_->devRhoReff()
 
 URel == U
 
SolverPerformance< scalar > solverE = EEqn.solve()
 

Function Documentation

◆ makeRelative()

MRF makeRelative ( URel  )

◆ 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))) - fvc::div(Teff.T() &U)+fvc::div(p *(U - URel))) - fvm::Sp(fvc::div(phi), he) - fvm::laplacian(turbulencePtr_->alphaEff(), he )

◆ relax()

EEqn relax ( )

◆ primalResidualControl< scalar >()

this primalResidualControl< scalar > ( solverE  ,
printToScreen  ,
printInterval  ,
"he"   
)

◆ correct()

thermo correct ( )

Variable Documentation

◆ Teff

volSymmTensorField Teff = -turbulencePtr_->devRhoReff()

Definition at line 3 of file EEqnTurbo.H.

Referenced by DAResidualTurboFoam::calcResiduals().

◆ URel

URel == U

Definition at line 5 of file EEqnTurbo.H.

◆ solverE

SolverPerformance<scalar> solverE = EEqn.solve()

Definition at line 20 of file EEqnTurbo.H.