#include <ODE/SIBS.H>
Definition at line 50 of file SIBS.H.
Public Member Functions | |
TypeName ("SIBS") | |
Runtime type information.
| |
SIBS (const ODE &ode) | |
Construct from ODE.
| |
void | solve (const ODE &ode, scalar &x, scalarField &y, scalarField &dydx, const scalar eps, const scalarField &yScale, const scalar hTry, scalar &hDid, scalar &hNext) const |
TypeName | ( | "SIBS" | ) |
Runtime type information.
void solve | ( | const ODE & | ode, |
scalar & | x, | ||
scalarField & | y, | ||
scalarField & | dydx, | ||
const scalar | eps, | ||
const scalarField & | yScale, | ||
const scalar | hTry, | ||
scalar & | hDid, | ||
scalar & | hNext | ||
) | const [virtual]
|
Implements ODESolver.
Definition at line 72 of file SIBS.C.
References Foam::exit(), Foam::FatalError, FatalErrorIn, h, ODE::jacobian(), k(), Foam::mag(), Foam::max(), Foam::min(), Foam::pow(), Foam::sqr(), and y.