Bug Description
The spacing for the default thermo temperature range in a chemkin file is different for the surface one than for the gas one:
Surface code
|
f.write(' 300.000 1000.000 5000.000\n\n') |
Gas code
|
f.write(' 300.000 1000.000 5000.000\n\n') |
This prevents the default temperature ranges from getting read in.
How To Reproduce
Generate an RMG surface mechanism and then try to read in the chemkin file.
Bug Description
The spacing for the default thermo temperature range in a chemkin file is different for the surface one than for the gas one:
Surface code
RMG-Py/rmgpy/chemkin.pyx
Line 2201 in 3b6dd79
Gas code
RMG-Py/rmgpy/chemkin.pyx
Line 2134 in 3b6dd79
This prevents the default temperature ranges from getting read in.
How To Reproduce
Generate an RMG surface mechanism and then try to read in the chemkin file.