flame_odefun, a Python code which uses the multiple-precision arithmetic package mpmath() to approximate the solution of an ordinary differential equation (ODE) which models the growth of a ball of flame in a combustion process.
The information on this web page is distributed under the MIT license.
flame_odefun is available in a Python version.
flame_exact, a Python code which returns the exact solution of an ordinary differential equation (ODE) which models the growth of a ball of flame in a combustion process. The exact solution is defined in terms of the Lambert W function.
flame_ode, a Python code which sets up an ordinary differential equation (ODE) that models the growth of a ball of flame in a combustion process.
odefun_test, a Python code which uses odefun() from the multiple precision package mpmath() to solve some simple ordinary differential equations (ODE).
python_ode, Python codes which sets up various systems of ordinary differential equations (ODE).
reaction_twoway_odefun, a Python code which uses the multiple-precision arithmetic package mpmath() to approximate the solution of the ordinary differential equations (ODE) which model a two-way chemical reaction between species W1 and W2.