Category "ode"

Problem on solving Partial Differential Equations with Gekko Python

I get a converging solution while trying to solve a Partial Differential Equation attached below. In my code, I want to calculate a volume flow rate over time b

Solving ODE with Python reversely

In Python we solve a differential equation OD_H with an initial point y0 = od0 in a specific point z similar to the following code def OD_H(od, z, c, b): ..