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)+thermophysicalTransport->divq(he)==combustion->Qdot()+radiation->Sh(thermo, he)+parcels.Sh(he)+surfaceFilm.Sh()+fvOptions(rho, he)) |
|
EEqn | relax () |
|
fvOptions | constrain (EEqn) |
|
EEqn | solve () |
|
fvOptions | correct (he) |
|
◆ mvConvection()
tmp<fv::convectionScheme<scalar> > mvConvection |
( |
fv::convectionScheme< scalar > |
::Newmesh, fields, phi, mesh.divScheme("div(phi,Yi_h)") | ) |
|
◆ correct() [1/2]
◆ Yt()
volScalarField Yt |
( |
0.0 * |
Y[0] | ) |
|
◆ forAll()
Definition at line 16 of file YEEqn.H.
References combustion(), composition, Foam::fvc::ddt(), fvOptions, inertIndex, mvConvection(), phi, rho, surfaceFilm, thermophysicalTransport, Y, and Yt().
◆ max()
◆ EEqn()
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)+thermophysicalTransport->divq(he) |
= =combustion->Qdot()+radiation->Sh(thermo, he)+parcels.Sh(he)+surfaceFilm.Sh()+fvOptions(rho, he) | ) |
|
◆ relax()
◆ constrain()
◆ solve()
◆ correct() [2/2]
◆ he
volScalarField& he = thermo.he() |
Definition at line 50 of file YEEqn.H.
Referenced by interRegionHeatTransferModel::addSup(), nonUnityLewisEddyDiffusivity< TurbulenceThermophysicalTransportModel >::DEff(), eddyDiffusivity< TurbulenceThermophysicalTransportModel >::DEff(), forAll(), basicThermo::lookupThermo(), thermophysicalTransportModel::momentumTransport(), Fourier< BasicThermophysicalTransportModel >::q(), eddyDiffusivity< TurbulenceThermophysicalTransportModel >::q(), thermo< Thermo, Type >::typeName(), basicThermo::validate(), Fourier< BasicThermophysicalTransportModel >::~Fourier(), and limitTemperature::~limitTemperature().