flame_ode_test, an Octave code which calls flame_ode(), which solves an ordinary differential equation (ODE) which models the growth of a ball of flame in a combustion process.
The computer code and data files described and made available on this web page are distributed under the MIT license
flame_ode, an Octave code which considers an ordinary differential equation (ODE) that models the growth of a ball of flame in a combustion process.
flame_euler used euler().
flame_ode45 used ode45().