Fix to ignore duplicate third body efficiencies in ohn.cti

Cherry-picked from 2.0 maintenance branch (r1911)
This commit is contained in:
Ray Speth
2012-11-14 21:07:07 +00:00
parent 04fb86b1ea
commit 49ff2c4dbf

View File

@@ -7,7 +7,8 @@ ideal_gas(name = "gas",
transport = 'Mix',
reactions = 'gri30: all',
options = ['skip_undeclared_elements',
'skip_undeclared_species'],
'skip_undeclared_species',
'skip_undeclared_third_bodies'],
initial_state = state(temperature = 300.0, pressure = OneAtm,
mole_fractions = 'H2:2, O2:1, N2:3.76')
)