OpenFOAM
10
The OpenFOAM Foundation
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
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:58
chemistry
basicChemistryModel & chemistry
Definition:
createFieldRefs.H:1
solve
rhoEqn solve()
Y
PtrList< volScalarField > & Y
Definition:
createFieldRefs.H:4
forAll
forAll(Y, i)
Definition:
YEqn.H:14
applications
solvers
combustion
chemFoam
YEqn.H
Generated by
1.8.13