Files
cantera/data/ohn.yaml
T
Bryan W. Weber 0b95001897 [YAML] Add descriptions to YAML files
In many cases, these are copied from the corresponding CTI file. In some
cases, the source of the data is unknown and these are also noted.
2020-01-07 09:59:53 -05:00

24 lines
533 B
YAML

description: This definition extracts the O/H/N submechanism from GRI-Mech 3.0
generator: cti2yaml
cantera-version: 2.5.0a3
date: Wed, 11 Dec 2019 16:59:14 -0500
input-files: [ohn.cti]
phases:
- name: gas
thermo: ideal-gas
elements: [O, H, N]
species:
- gri30.yaml/species: all
skip-undeclared-elements: true
skip-undeclared-third-bodies: true
kinetics: gas
reactions:
- gri30.yaml/reactions: declared-species
transport: mixture-averaged
state:
T: 300.0
P: 1.01325e+05
X: {H2: 2, O2: 1, N2: 3.76}