This is one of the most interesting KZbin channels I have seen.
@apm5 жыл бұрын
Thanks, Rafael! There are also course web-sites available from apmonitor.com - I'm glad that you are enjoying the content.
@professorlucassilva69112 жыл бұрын
Excellent explanation . Would it be possible for you to simulate the transesterification reaction of an oil in a batch reactor?
@apm2 жыл бұрын
It looks like it is possible. See this publication: Yusuff, A.S., Ekwonu, M.C., Ajala, I.I., Adeyi, A.A. and Awofolaju, T.T., 2014. Modelling and simulation of transesterification reaction in a batch reactor. Journal Of Bioprocessing And Chemical Engineering, p.V1i1.
@ganeshmaddikeri4 жыл бұрын
Thanks Dr John any tutorial for solving PDE or any PDE library in python?
@apm4 жыл бұрын
Yes, here are tutorials on hyperbolic and parabolic PDEs in Python: apmonitor.com/do/index.php/Main/PartialDifferentialEquations
@cbvaswar83454 жыл бұрын
Is it possible to solve a set of non-linear equations in this approach?
@self-made-datascientist11814 жыл бұрын
It is, you can search for Newton Raphson to solve nonlinear equation systems using numeric method approach
@self-made-datascientist11814 жыл бұрын
There is a library in python called, scipy.integrate.ode that is used for solving differential equations using numeric methods and can take non linear equations
@apm4 жыл бұрын
Yes, nonlinear equations are allowed. Check out Gekko and ODEINT. With Gekko, you can also solve high index DAEs, unlike scipy.integrate.ODEINT
@AliGabrielLara5 жыл бұрын
Hello Dr. John It was a little mistake when you extracted the concentration of D from variable C (solution of odeint). Otherwise, thank you very much for allowing us to learn from you
@apm5 жыл бұрын
You are correct - there is a mistake at 16:06. It should be Cd = C[:,3].
@AliGabrielLara5 жыл бұрын
APMonitor.com thank you, Sir. Please continue bringing us ways to do amazing things. It would be an honor to meet you at BYU