virtual void solve(scalar &x, scalarField &y, scalar &dxTry) const
Solve the ODE system as far as possible up to dxTry.
EulerSI(const ODESystem &ode, const dictionary &dict)
Construct from ODESystem.
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 bool resize()
Resize the ODE solver.
dimensionedScalar y0(const dimensionedScalar &ds)
An ODE solver for chemistry.
Semi-implicit Euler ODE solver of order (0)1.
virtual ~EulerSI()
Destructor.
Abstract base-class for ODE system solvers.
virtual 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.
TypeName("EulerSI")
Runtime type information.