*** empty log message ***
This commit is contained in:
parent
0ce92af1c5
commit
a33fac5990
1 changed files with 14 additions and 0 deletions
14
data/inputs/ohn.cti
Normal file
14
data/inputs/ohn.cti
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#
|
||||
# This definition extracts the O/H/N submechanism from GRI-Mech 3.0
|
||||
|
||||
ideal_gas(name = "gas",
|
||||
elements = "O H N",
|
||||
species = """gri30: all""",
|
||||
transport = 'Mix',
|
||||
reactions = 'gri30: all',
|
||||
options = ['skip_undeclared_elements',
|
||||
'skip_undeclared_species'],
|
||||
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