H2 Combustion
|
This class implements an Integrator that uses an RungeKutta algorithm of 3th order with adaptive timestepping. More...
Public Member Functions | |
AdaptiveRungeKutta3Integrator (Integrable *s, double acc) | |
void | integrate (double T, double deltaTguess) |
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.