Fix to ignore duplicate third body efficiencies in ohn.cti
Cherry-picked from 2.0 maintenance branch (r1911)
This commit is contained in:
parent
04fb86b1ea
commit
49ff2c4dbf
1 changed files with 2 additions and 1 deletions
|
|
@ -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')
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue