CoolProp  6.6.0
An open-source fluid property and humid air property database
Classes | Namespaces | Functions
ODEIntegrators.h File Reference
#include <vector>

Go to the source code of this file.

Classes

class  ODEIntegrators::AbstractODEIntegrator
 The abstract class defining the interface for the integrator routines. More...
 

Namespaces

 ODEIntegrators
 

Functions

bool ODEIntegrators::AdaptiveRK54 (AbstractODEIntegrator &ode, double tmin, double tmax, double hmin, double hmax, double eps_allowed, double step_relax)
 Use the adaptive Runge-Kutta integrator to integrate a system of differential equations. More...