OpenFOAM logo
Open Source CFD Toolkit

RK Class Reference

Inheritance diagram for RK:

Inheritance graph
[legend]
Collaboration diagram for RK:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TypeName ("RK")
 Runtime type information.
 RK (const ODE &ode)
 Construct from ODE.
void solve (const ODE &ode, const scalar x, const scalarField &y, const scalarField &dydx, const scalar h, scalarField &yout, scalarField &yerr) const
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

Constructor & Destructor Documentation

RK const ODE ode  ) 
 

Construct from ODE.


Member Function Documentation

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.

void solve const ODE ode,
const scalar  x,
const scalarField y,
const scalarField dydx,
const scalar  h,
scalarField yout,
scalarField yerr
const
 

TypeName "RK"   ) 
 

Runtime type information.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org