43 #ifndef Rosenbrock12_H 44 #define Rosenbrock12_H
virtual ~Rosenbrock12()
Destructor.
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...
TypeName("Rosenbrock12")
Runtime type information.
dimensionedScalar y0(const dimensionedScalar &ds)
L-stable embedded Rosenbrock ODE solver of order (1)2.
An ODE solver for chemistry.
virtual bool resize()
Resize the ODE solver.
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.
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.
Rosenbrock12(const ODESystem &ode, const dictionary &dict)
Construct from ODESystem.