68 static const label kMaxx_ = 12;
69 static const label iMaxx_ = kMaxx_ + 1;
72 stepFactor1_, stepFactor2_, stepFactor3_,
73 stepFactor4_, stepFactor5_,
87 mutable scalar theta_;
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
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...
dimensionedScalar y0(const dimensionedScalar &ds)
virtual ~seulex()
Destructor.
virtual void solve(scalar &x, scalarField &y, const label li, stepState &step) const
Solve the ODE system and the update the state.
label k
Boltzmann constant.
An ODE solver for chemistry.
virtual bool resize()
Resize the ODE solver.
An extrapolation-algorithm, based on the linearly implicit Euler method with step size control and or...
TypeName("seulex")
Runtime type information.
Abstract base-class for ODE system solvers.
seulex(const ODESystem &ode, const dictionary &dict)
Construct from ODESystem.