-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Detlev C M edited this page Jul 11, 2015
·
13 revisions
Assuming you have downloaded the Intel ODE Library and compiled a working executable, it is run as follows:
The chemical kinetics mechanism is presented in a file named "chem.inp", using a standard Chemkin format, as long as no third body reactions are present. (The code was written around the Chemkin files generated by MIT's RMG.) Initial conditions for the chemical kinetics mechanism are presented in a file "initial.inp". (Both are plain text files.)
The "initial.inp" file can use the following required key words:
Temperature 423 ! initial temperature/K
EndTime 5e4 1.0e0! second entry is time step
O2(2) 0.02 ! concentrations of initial species, assumes mol/L
C12H26(1) 4.7
Optional key words include:
IRREV ! flag to make scheme irreversible, set automatically where necessary
PrintReac ! prints reaction rates
Threshold 1.0e-13
RTOL 1.0e-7