The purpose of this code is to serve as a template for dynamics simulations with any complexity use ODEInt (first tutorial chapter) and solve_ivp() (from the second on) for the integration of the ...
Python models of single and two area power systems with various control developed with custom built python class - skreynolds/ENG720_python_models ...
Here's a step-by-step guide on how to apply the method of lines \(MOL\) with the scipy odeint function, specifically with Danckwerts boundary conditions, in a tubular reactor reaction problem: 1.