H2 Combustion
|
Go to the source code of this file.
Functions | |
int | main (int, char **) |
Main function. |
Contains the main function that is called at program start.
int main | ( | int | , |
char ** | |||
) |
Cares for reading in the filenames and setting up the more general objects to delegate.
argc | Number of arguments |
argv | Argument vector |
The function reads in the parameters and interprets them as start temperature, integration time and integration step size respectively. A compound is created and the compound data are read in from the according files. An integrable compound wrapper is created and passed to an integrator to integrate the combustion process.