Loading...
Searching...
No Matches
EEqn.H File Reference

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(turbulence->alphaEff(), he)==fvOptions(rho, he))
 
EEqn relax ()
 
fvOptions constrain (EEqn)
 
fvOptions correct (he)
 
thermo correct ()
 

Variables

 eresidual = EEqn.solve().initialResidual()
 

Function Documentation

◆ constrain()

fvOptions constrain ( EEqn )

◆ correct() [1/2]

thermo correct ( )

◆ correct() [2/2]

fvOptions correct ( he )

◆ 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(turbulence->alphaEff(), he) = =fvOptions(rho, he))

◆ relax()

precEq8 relax ( )

Variable Documentation

◆ eresidual

eresidual = EEqn.solve().initialResidual()

Definition at line 21 of file EEqn.H.