OpenFOAM
8
The OpenFOAM Foundation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
YEqn.H
Go to the documentation of this file.
1
{
2
forAll
(
Y
, specieI)
3
{
4
volScalarField
& Yi =
Y
[specieI];
5
6
solve
(
fvm::ddt
(
rho
, Yi) -
chemistry
.RR(specieI),
"Yi"
);
7
}
8
}
rho
rho
Definition:
readInitialConditions.H:91
solve
rhoEqn solve()
chemistry
BasicChemistryModel< rhoReactionThermo > & chemistry
Definition:
createFieldRefs.H:1
Foam::fvc::ddt
tmp< GeometricField< Type, fvPatchField, volMesh > > ddt(const dimensioned< Type > dt, const fvMesh &mesh)
Definition:
fvcDdt.C:45
Foam::volScalarField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Definition:
volFieldsFwd.H:57
Y
Y[inertIndex]
Definition:
YEqn.H:45
forAll
forAll(Y, i)
Definition:
YEqn.H:16
applications
solvers
combustion
chemFoam
YEqn.H
Generated by
1.8.13