H2 Combustion
AdaptiveRungeKutta3Integrator Class Reference

This class implements an Integrator that uses an RungeKutta algorithm of 3th order with adaptive timestepping. More...

Inheritance diagram for AdaptiveRungeKutta3Integrator:
Collaboration diagram for AdaptiveRungeKutta3Integrator:

List of all members.

Public Member Functions

 AdaptiveRungeKutta3Integrator (Integrable *s, double acc)
void integrate (double T, double deltaTguess)

Detailed Description

If a certain accuracy (measured by comparision of RK3 with RK2) is not reached, the timestep is adjusted and the step is tried to be performed again.

 All Classes Files Functions