Numerical Solution of IVODEs
The design equations for some of the reactors considered in SCoRE are initial-value ordinary differential equations, or IVODEs, for short. This computational methods page will show you how to solve IVODEs numerically.
Learning Outcomes
After completing this computational methods appendix you should be able to…
- Identify a set of IVODEs,
- Know what you must provide to an IVODE solver and what it will return,
- Specify initial values and a stopping criterion to pass to an IVODE solver,
- Specify a derivatives function to pass to an IVODE solver,
- Specify the algorithm steps for using an IVODE solver, and
- Solve a set of IVODEs and display, save, or plot the results using Python or Matlab.
Reading Assignment
Reaction Engineering Basics, Appendix J.
Learning Resources
This website is licensed under the Creative Commons Attribution-Non-Commercial-NoDerivatives 4.0 International License (CC BY-NC-ND 4.0).