Abstract base class for the systems of ordinary differential equations. More...
Public Member Functions | |
ODESystem () | |
virtual | ~ODESystem ()=default |
virtual label | nEqns () const =0 |
virtual void | derivatives (const scalar x, const scalarField &y, scalarField &dydx) const =0 |
virtual void | jacobian (const scalar x, const scalarField &y, scalarField &dfdx, scalarSquareMatrix &dfdy) const =0 |
Abstract base class for the systems of ordinary differential equations.
Definition at line 43 of file ODESystem.H.
|
inline |
Definition at line 51 of file ODESystem.H.
|
virtualdefault |
|
pure virtual |
|
pure virtual |
Implemented in thermoCoupleProbes, solidChemistryModel< CompType, SolidThermo >, StandardChemistryModel< ReactionThermo, ThermoType >, and pyrolysisChemistryModel< CompType, SolidThermo, GasThermo >.
Referenced by adaptiveSolver::solve().
|
pure virtual |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.