YEqn.H
Go to the documentation of this file.
1{
2 forAll(Y, specieI)
3 {
4 volScalarField& Yi = Y[specieI];
5
7 (
8 fvm::ddt(rho, Yi) - chemistry.RR(specieI),
9 mesh.solver("Yi")
10 );
11 }
12}
BasicChemistryModel< psiReactionThermo > & chemistry
PtrList< volScalarField > & Y
dynamicFvMesh & mesh
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Definition: volFieldsFwd.H:82
CEqn solve()
#define forAll(list, i)
Loop across all elements in list.
Definition: stdFoam.H:333