flame_ode, a Python code which considers 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.
The information on this web page is distributed under the MIT license.
flame_ode is available in a MATLAB version and an Octave version and 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_odefun, a Python code which uses odefun() from the multiple precision package mpmath() to solve an ordinary differential equation (ODE) which models the growth of a ball of flame in a combustion process.
python_ode, Python codes which sets up various systems of ordinary differential equations (ODE).