Skip to content

Commit 7ff2531

Browse files
committed
f idt test
1 parent 8c80072 commit 7ff2531

1 file changed

Lines changed: 85 additions & 0 deletions

File tree

tests/data/models/eA_units.yaml

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
generator: ck2yaml
2+
input-files: [chem_annotated.inp, tran.dat]
3+
cantera-version: 2.6.0
4+
date: Thu, 05 Oct 2023 14:11:31 +0300
5+
6+
units: {length: cm, time: s, quantity: mol, activation-energy: J/mol}
7+
8+
9+
reactions:
10+
11+
# Arrhenius
12+
- equation: H(3) + H3N2(6) <=> H2(4) + H2N2(7) # Reaction 10
13+
rate-constant: {A: 7476.0, b: 2.796, Ea: 4.684}
14+
note: |-
15+
Reaction index: Chemkin #10; RMG #322
16+
Library reaction: primaryNitrogenLibrary
17+
Flux pairs: H3N2(6), H2N2(7); H(3), H2(4);
18+
19+
20+
# Troe
21+
- equation: NH2(5) + NH2(5) (+M) <=> H4N2(1) (+M) # Reaction 3
22+
type: falloff
23+
low-P-rate-constant: {A: 1.6e+34, b: -5.49, Ea: 1.987}
24+
high-P-rate-constant: {A: 5.6e+14, b: -0.414, Ea: 0.066}
25+
Troe: {A: 0.31, T3: 1.0e-30, T1: 1.0e+30}
26+
efficiencies: {N2(2): 1.0, Ar: 0.5, ammonia(9): 2.93}
27+
note: |-
28+
Reaction index: Chemkin #3; RMG #125
29+
Library reaction: primaryNitrogenLibrary
30+
Flux pairs: NH2(5), H4N2(1); NH2(5), H4N2(1);
31+
Reaction library: 'primaryNitrogenLibrary'
32+
33+
34+
# Lindemann
35+
- equation: H4N2(1) (+M) <=> H(3) + H3N2(6) (+M) # Reaction 5
36+
type: falloff
37+
low-P-rate-constant: {A: 1.95e+47, b: -8.5, Ea: 82.384}
38+
high-P-rate-constant: {A: 5.69e+14, b: -0.28, Ea: 81.034}
39+
note: |-
40+
Reaction index: Chemkin #5; RMG #126
41+
Library reaction: primaryNitrogenLibrary
42+
Flux pairs: H4N2(1), H(3); H4N2(1), H3N2(6);
43+
Reaction library: 'primaryNitrogenLibrary'
44+
45+
46+
# 3rd body
47+
- equation: NH2(5) + NH2(5) + M <=> H2(4) + H2N2(7) + M # Reaction 7
48+
type: three-body
49+
rate-constant: {A: 1.74e+08, b: 1.02, Ea: 11.784}
50+
note: |-
51+
Reaction index: Chemkin #7; RMG #187
52+
Library reaction: primaryNitrogenLibrary
53+
Flux pairs: NH2(5), H2N2(7); NH2(5), H2(4);
54+
55+
56+
# PLOG
57+
- equation: NH2(5) + NH2(5) <=> H(3) + H3N2(6) # Reaction 6
58+
type: pressure-dependent-Arrhenius
59+
rate-constants:
60+
- {P: 0.1 atm, A: 9.2e+11, b: -0.01, Ea: 10.014}
61+
- {P: 1.0 atm, A: 1.2e+12, b: -0.03, Ea: 10.084}
62+
- {P: 10.0 atm, A: 4.7e+12, b: -0.2, Ea: 10.62}
63+
note: |-
64+
Reaction index: Chemkin #6; RMG #473
65+
Library reaction: Nitrogen_Dean_and_Bozzelli
66+
Flux pairs: NH2(5), H3N2(6); NH2(5), H(3);
67+
68+
69+
# Chebyshev
70+
- equation: H4N2(1) <=> H2(4) + H2N2(7) # Reaction 11
71+
type: Chebyshev
72+
temperature-range: [340.0, 2500.0]
73+
pressure-range: [0.007 atm, 29.608 atm]
74+
data:
75+
- [-6.823, 0.2943, -0.07467, 0.02156]
76+
- [13.96, 0.4017, -0.06942, 0.01479]
77+
- [-0.4696, 0.1761, -6.242e-03, 4.085e-04]
78+
- [-0.2516, 0.04881, 9.199e-03, -8.436e-04]
79+
- [-0.116, 5.018e-03, 5.064e-03, -3.472e-05]
80+
- [-0.04623, -2.717e-03, 1.152e-03, 8.955e-06]
81+
note: |-
82+
Reaction index: Chemkin #11; RMG #1723
83+
PDep reaction: PDepNetwork #24
84+
Flux pairs: H4N2(1), H2(4); H4N2(1), H2N2(7);
85+

0 commit comments

Comments
 (0)