Functions | Variables
YEEqn.H File Reference

Go to the source code of this file.

Functions

tmp< fv::convectionScheme< scalar > > mvConvection (fv::convectionScheme< scalar >::New(mesh, fields, phi, mesh.divScheme("div(phi,Yi_h)")))
 
combustion correct ()
 
volScalarField Yt (0.0 *Y[0])
 
 forAll (Y, i)
 
Y[inertIndexmax (0.0)
 
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)==combustion->Sh()+radiation->Sh(thermo)+parcels.Sh(he)+surfaceFilm.Sh()+fvOptions(rho, he))
 
EEqn relax ()
 
fvOptions constrain (EEqn)
 
EEqn solve ()
 
fvOptions correct (he)
 

Variables

 dQ = combustion->dQ()
 
label inertIndex = -1
 
 Y [inertIndex] = scalar(1) - Yt
 
volScalarField & he = thermo.he()
 

Function Documentation

tmp<fv::convectionScheme<scalar> > mvConvection ( fv::convectionScheme< scalar >  ::Newmesh, fields, phi, mesh.divScheme("div(phi,Yi_h)"))

Referenced by transport::correct(), forAll(), and if().

Here is the caller graph for this function:

combustion correct ( )
volScalarField Yt ( 0.0 *  Y[0])

Referenced by forAll(), and reactingOneDim::solveSpeciesMass().

Here is the caller graph for this function:

forAll ( Y  ,
 
)

Definition at line 18 of file YEEqn.H.

References combustion(), Foam::fvc::ddt(), fvOptions, inertSpecie(), Foam::fvc::laplacian(), mesh, mvConvection(), Foam::name(), phi, rho, surfaceFilm, turbulence, Y, and Yt().

Here is the call graph for this function:

Y [inertIndex] max ( 0.  0)
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 = =combustion->Sh()+radiation->Sh(thermo)+parcels.Sh(he)+surfaceFilm.Sh()+fvOptions(rhohe))

Referenced by for().

Here is the caller graph for this function:

EEqn relax ( )
fvOptions constrain ( EEqn  )
EEqn solve ( )
fvOptions correct ( he  )

Variable Documentation

dQ = combustion->dQ()
label inertIndex = -1

Definition at line 15 of file YEEqn.H.

Y[inertIndex] = scalar(1) - Yt

Definition at line 53 of file YEEqn.H.

Referenced by forAll().

volScalarField& he = thermo.he()