Go to the documentation of this file.
80 a21,
a31,
a32,
a41,
a42,
a43,
a51,
a52,
a53,
a54,
Abstract base-class for ODE system solvers.
scalarField err_
Error-estimate field.
Pre-declare SubField and related Field type.
RKDP45(const ODESystem &ode, const dictionary &dict)
Construct from ODE.
TypeName("RKDP45")
Runtime type information.
dimensionedScalar y0(const dimensionedScalar &ds)
scalar solve(const scalar x0, const scalarField &y0, const scalarField &dydx0, const scalar dx, scalarField &y) const
Solve a single step dx and return the error.
An ODE solver for chemistry.
A list of keyword definitions, which are a keyword followed by any number of values (e....
4/5th Order Dormand–Prince Runge-Kutta ODE solver.
Abstract base class for the systems of ordinary differential equations.
virtual void solve(scalar &x, scalarField &y, scalar &dxTry) const
Solve the ODE system as far as possible upto dxTry.
static const scalar c2
RKDP Constants.