mirror of
https://github.com/Cantera/cantera.git
synced 2026-08-08 20:18:24 -05:00
The test case verifies that a YAML file with a multi-line can be converted to Chemkin format and back to YAML without issue
35 lines
840 B
YAML
35 lines
840 B
YAML
description: |-
|
|
GRI-Mech Version 3.0 with only H2 and a multi-line note substituted
|
|
|
|
units: {length: cm, time: s, quantity: mol, activation-energy: cal/mol}
|
|
|
|
phases:
|
|
- name: gri30
|
|
thermo: ideal-gas
|
|
elements: [H]
|
|
species: [H2]
|
|
transport: mixture-averaged
|
|
state: {T: 300.0, P: 1 atm}
|
|
|
|
species:
|
|
- name: H2
|
|
composition: {H: 2}
|
|
thermo:
|
|
model: NASA7
|
|
temperature-ranges: [200.0, 1000.0, 3500.0]
|
|
data:
|
|
- [2.34433112, 7.98052075e-03, -1.9478151e-05, 2.01572094e-08, -7.37611761e-12,
|
|
-917.935173, 0.683010238]
|
|
- [3.3372792, -4.94024731e-05, 4.99456778e-07, -1.79566394e-10, 2.00255376e-14,
|
|
-950.158922, -3.20502331]
|
|
note: |-
|
|
Line 1
|
|
Line 2
|
|
transport:
|
|
model: gas
|
|
geometry: linear
|
|
well-depth: 38.0
|
|
diameter: 2.92
|
|
polarizability: 0.79
|
|
rotational-relaxation: 280.0
|