mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
Fix to ignore duplicate third body efficiencies in ohn.cti
Cherry-picked from 2.0 maintenance branch (r1911)
This commit is contained in:
@@ -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')
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user