CVODE Properties
The Complex Chemistry model uses the CVODE ODE solver.
- Absolute Tolerance
- Specifies the absolute error tolerance for each ODE step in the CVODE ODE solver. The solver makes sure that the error is less than the relative tolerance multiplied by the quantity that is being integrated, plus the absolute tolerance.
- Relative Tolerance
- Specifies the relative error tolerance for each ODE step in the CVODE ODE solver. The solver makes sure that the error is less than the relative tolerance multiplied by the quantity that is being integrated, plus the absolute tolerance.
Error Codes
If you receive an error code when using the CVODE solver and building a combustion table, you can find the meaning of the error code value in Appendix B.2, CVODE main solver module, here: https://computation.llnl.gov/sites/default/files/public/cv_guide.pdf