Fix to ignore duplicate third body efficiencies in ohn.cti

This commit is contained in:
Ray Speth 2012-11-05 19:25:58 +00:00
parent 71156434f8
commit 3116653f2f

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')
)