Classic chemical reactor design problem. Awesome!. I had a similar problem at my reactor design course. We solved it with RK4. Would be awesome to solve it with Python or VB (personally), still thanks for the videos, all of them very usefull.
Here is the same reaction network in Python: ua-cam.com/video/BRe7qKIAa34/v-deo.html I agree that using an integrator like RK4 is much better. There are more differential equation solutions in Python here: apmonitor.com/che263/index.php/Main/PythonDynamicSim The last option (#3) lets you optimize with differential equations.
what is the R on your taskbar?
It is my screen recording software: Camtasia Relay. ua-cam.com/video/S1ayo1n7AsM/v-deo.html
Classic chemical reactor design problem. Awesome!. I had a similar problem at my reactor design course. We solved it with RK4. Would be awesome to solve it with Python or VB (personally), still thanks for the videos, all of them very usefull.
Here is the same reaction network in Python: ua-cam.com/video/BRe7qKIAa34/v-deo.html I agree that using an integrator like RK4 is much better. There are more differential equation solutions in Python here: apmonitor.com/che263/index.php/Main/PythonDynamicSim The last option (#3) lets you optimize with differential equations.