ContribDieselFoamChemistryPropertiesChemistrySolver
From OpenFOAMWiki
Options:
- ODE
- EulerImplicit
- sequential
- ODE
- Use a stiff Ordinary Differential Equations solver to solve the chemistry.
- EulerImplicit
- Equations will be linearized and the equation system solved implictly, or semi-implict really since the equations are non-linear. If the reaction rate is
- , we re-write it as
- Solving the system , is the stoichiometric coefficient matrix.
- We construct the maxtrix-vector system
- from
- The reaction rate is evaluate semi-implicit as
- sequential
- Do not use this. This was implemented to compare with how KIVA calculate the chemistry.