73 a21, a31, a32, a41, a42, a43, a51, a52, a53, a54,
74 a61, a62, a63, a64, a65,
Abstract base class for the systems of ordinary differential equations.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual ~RKCK45()
Destructor.
4/5th Order Cash-Karp Runge-Kutta ODE solver.
virtual bool resize()
Resize the ODE solver.
dimensionedScalar y0(const dimensionedScalar &ds)
An ODE solver for chemistry.
RKCK45(const ODESystem &ode, const dictionary &dict)
Construct from ODESystem.
TypeName("RKCK45")
Runtime type information.
virtual void solve(scalar &x, scalarField &y, const label li, scalar &dxTry) const
Solve the ODE system from the current state xStart, y.
Abstract base-class for ODE system solvers.
virtual scalar solve(const scalar x0, const scalarField &y0, const label li, const scalarField &dydx0, const scalar dx, scalarField &y) const
Solve a single step dx and return the error.