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 }
#define forAll(list, i)
Loop across all elements in list.
Definition: UList.H:434
tmp< VolField< Type > > ddt(const dimensioned< Type > dt, const fvMesh &mesh)
Definition: fvcDdt.C:45
VolField< scalar > volScalarField
Definition: volFieldsFwd.H:61
basicChemistryModel & chemistry
PtrList< volScalarField > & Y
rhoEqn solve()