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