Skip to content

Commit

Permalink
Fix to ignore duplicate third body efficiencies in ohn.cti
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Nov 5, 2012
1 parent 7115643 commit 3116653
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/inputs/ohn.cti
Original file line number Diff line number Diff line change
Expand Up @@ -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')
)
Expand Down

0 comments on commit 3116653

Please sign in to comment.