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)"))) |
| volScalarField | Yt (0.0 *Y[0]) |
| forAll (Y, i) | |
| Y[inertIndex] | clamp_min (0) |
| radiation | correct () |
| 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+radiation->Sh(thermo, he)+parcels.Sh(he)+surfaceFilm.Sh()+fvOptions(rho, he)) |
| EEqn | relax () |
| fvOptions | constrain (EEqn) |
| EEqn | solve () |
| fvOptions | correct (he) |
Variables | |
| Qdot = combustion->Qdot() | |
| Y [inertIndex] = scalar(1) - Yt | |
| volScalarField & | he = thermo.he() |
| tmp< fv::convectionScheme< scalar > > mvConvection | ( | fv::convectionScheme< scalar > | ::Newmesh, fields, phi, mesh.divScheme("div(phi,Yi_h)") | ) |
| volScalarField Yt | ( | 0.0 * | Y[0] | ) |
References Y.
Referenced by MultiComponentPhaseModel< BasePhaseModel, phaseThermo >::correctThermo(), forAll(), reactingOneDim::solveSpeciesMass(), and MultiComponentPhaseModel< BasePhaseModel, phaseThermo >::solveYi().

| forAll | ( | Y | , |
| i | ) |
Definition at line 16 of file YEEqn.H.
References combustion(), composition, fvOptions, inertIndex, mvConvection(), phi, rho, surfaceFilm, turbulence, Y, and Yt().

| Y[inertIndex] clamp_min | ( | 0 | ) |
References inertIndex, and Y.
Referenced by GeometricField< Type, PatchField, GeoMesh >::clamp_min().

| radiation correct | ( | ) |
| 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+radiation->Sh(thermo, he)+parcels.Sh(he)+surfaceFilm.Sh()+fvOptions(rho, he) | ) |
References dpdt, fvOptions, he, mvConvection(), p, phi, Qdot, radiation(), rho, surfaceFilm, turbulence, and U.
Referenced by constrain(), for(), if(), if(), if(), relax(), and solve().


| Qdot = combustion->Qdot() |
| Y[inertIndex] = scalar(1) - Yt |
| volScalarField& he = thermo.he() |
Definition at line 52 of file YEEqn.H.
Referenced by interRegionHeatTransferModel::addSup(), correct(), limitTemperature::correct(), EEqn(), EEqn(), EEqn(), EEqn(), EEqn(), EEqn(), EEqn(), EEqn(), EEqn(), EEqn(), EEqn(), EEqn(), EEqn(), EEqn(), forAll(), OneResistanceHeatTransferPhaseSystem< BasePhaseSystem >::heatTransfer(), TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::heatTransfer(), heThermo< BasicPsiThermo, MixtureType >::heBoundaryCorrection(), AnisothermalPhaseModel< BasePhaseModel >::heEqn(), if(), if(), reactingEulerHtcModel::q(), heatTransferCoeffModel::q(), reactingOneDim::reactingOneDim(), reactingOneDim::reactingOneDim(), radiationModel::Ru(), radiationModel::Sh(), basicThermo::validate(), basicThermo::validate(), basicThermo::validate(), basicThermo::validate(), and limitTemperature::~limitTemperature().