|
H2 Combustion
|
| AdaptiveRungeKutta3Integrator | This class implements an Integrator that uses an RungeKutta algorithm of 3th order with adaptive timestepping |
| CombustionProcess | This object manages the physical combustion process |
| Compound | This stucture unifies all informations about a chemical compound |
| Integrable | This is the base class for systems to be integrated by an Integrator object |
| Integrator | This is the base class for intergrators that the program can use to intergrate a physical system |
| Reaction | Class that represents a reaction |
| RungeKutta4Integrator | This class implements an Integrator that uses the RungeKutta algorithm of 4th order |
| Substance | This class manages all substances that occur in Reaction or Compound objects |