Go to the source code of this file.
|
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[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(rho, he)) |
|
EEqn | relax () |
|
fvOptions | constrain (EEqn) |
|
EEqn | solve () |
|
fvOptions | correct (he) |
|
tmp<fv::convectionScheme<scalar> > mvConvection |
( |
fv::convectionScheme< scalar > |
::Newmesh, fields, phi, mesh.divScheme("div(phi,Yi_h)") | ) |
|
volScalarField Yt |
( |
0.0 * |
Y[0] | ) |
|
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().
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) | ) |
|
volScalarField& he = thermo.he() |
Definition at line 56 of file YEEqn.H.
Referenced by interRegionHeatTransferModel::addSup(), heThermo< BasicThermo, MixtureType >::he(), thermo< Thermo, Type >::he(), heThermo< BasicThermo, MixtureType >::heBoundaryCorrection(), basicThermo::lookupThermo(), radiationModel::Sh(), thermo< Thermo, Type >::typeName(), basicThermo::validate(), and limitTemperature::~limitTemperature().