H2 Combustion
main.h File Reference

Go to the source code of this file.

Functions

int main (int, char **)
 Main function.

Detailed Description

Contains the main function that is called at program start.


Function Documentation

int main ( int  ,
char **   
)

Cares for reading in the filenames and setting up the more general objects to delegate.

Parameters:
argcNumber of arguments
argvArgument vector
Returns:
0 indicates a normal exit, any value different from 0 indicates an error

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.

 All Classes Files Functions