Loading...
Searching...
No Matches
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 "Yi"
10 );
11 }
12}
BasicChemistryModel< psiReactionThermo > & chemistry
PtrList< volScalarField > & Y
GeometricField< scalar, fvPatchField, volMesh > volScalarField
CEqn solve()
#define forAll(list, i)
Loop across all elements in list.
Definition stdFoam.H:299