82 a21, a31, a32, a41, a42, a43, a51, a52, a53, a54,
83 a61, a62, a63, a64, a65,
85 e1, e3, e4, e5, e6, e7;
ODESolver(const ODESolver &)=delete
No copy construct.
virtual void solve(scalar &x, scalarField &y, scalar &dxTry) const
Solve the ODE system as far as possible up to dxTry.
virtual ~RKDP45()=default
Destructor.
virtual bool resize()
Resize the ODE solver.
RKDP45(const ODESystem &ode, const dictionary &dict)
Construct from ODESystem.
TypeName("RKDP45")
Runtime type information.
adaptiveSolver(const ODESystem &ode, const dictionary &dict)
Construct from ODESystem.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
An ODE solver for chemistry.
dimensionedScalar y0(const dimensionedScalar &ds)
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.