forked from Cantera/cantera
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnDodecane_Reitz.yaml
2734 lines (2726 loc) · 107 KB
/
nDodecane_Reitz.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
description: |-
Real gas n-dodecane-PAH mechanism.
Mechanism reported in ‘Development of a reduced n-dodecane-PAH mechanism and its
Application for n-dodecane Soot Predictions’. Hu Wang, Youngchul Ra, Ming Jia
and Rolf. D. Reitz. Fuel 136 (2014), p 25-36. doi:10.1016/j.fuel.2014.07.028
100 species and 432 reactions
Redlich-Kwong coefficients are based on tabulated critical properties or
estimated according to the method of Joback and Reid, "Estimation of pure-
component properties from group-contributions," Chem. Eng. Comm. 57 (1987)
233-243
generator: cti2yaml
cantera-version: 2.5.0
date: Wed, 11 Dec 2019 16:59:08 -0500
input-files: [nDodecane_Reitz.cti]
units: {length: cm, quantity: mol, activation-energy: cal/mol}
phases:
- name: nDodecane_RK
thermo: Redlich-Kwong
elements: [H, C, O, N]
species: [c12h26, o2, n2, co2, h2o, co, h2, oh, h2o2, ho2, h, o, ch3o,
ch2o, hco, ch2, ch3, ch4, c2h2, c2h3, c12h25, c12h25o2, c12ket, c10h21,
c10h21o2, c10ket2-1, c7h15-2, c7h15o2, nc7ket23, c7h15o2h, c7h14ooh,
o2c7h14ooh, c7h15cho, c7h15co, c6h13cho, c6h13co, c6h13, c6h13o2, c6h13o,
c6h12, c6h12ooh, c6h12ooho2, c6ket24, c6h12o, c6h112-4, c6h11o2-4, c5h11,
c5h10, c5h9, c4h9co, c4h9, c4h9o2, c4h8ooh, c4h8ooho2, c4ket23, c4h8,
c4h7, c4h7o, c3h7cho, c3h7, c3h6, c3h5, c3h7o2, c3h6ooh, c3h7o, c3h6cho,
c2h5cho, c2h5co, c2h3cho, c2h4, c2h5, ch3o2, ch2co, ch2cho, ch3co, ch3cho,
ch3oh, ch2oh, ch3oco, hcco, c2h, c3h2, c3h3, c4h2, c4h3, c4h4, c4h5,
c5h5, c6h5o, A1-, A1c2h-, A1c2h, A1c2h3, A2-, A2r5, A3-, A1, A2, A3,
A4]
kinetics: gas
reactions: all
state:
T: 300.0
P: 1.01325e+05
- name: nDodecane_IG
thermo: ideal-gas
elements: [H, C, O, N]
species: [c12h26, o2, n2, co2, h2o, co, h2, oh, h2o2, ho2, h, o, ch3o,
ch2o, hco, ch2, ch3, ch4, c2h2, c2h3, c12h25, c12h25o2, c12ket, c10h21,
c10h21o2, c10ket2-1, c7h15-2, c7h15o2, nc7ket23, c7h15o2h, c7h14ooh,
o2c7h14ooh, c7h15cho, c7h15co, c6h13cho, c6h13co, c6h13, c6h13o2, c6h13o,
c6h12, c6h12ooh, c6h12ooho2, c6ket24, c6h12o, c6h112-4, c6h11o2-4, c5h11,
c5h10, c5h9, c4h9co, c4h9, c4h9o2, c4h8ooh, c4h8ooho2, c4ket23, c4h8,
c4h7, c4h7o, c3h7cho, c3h7, c3h6, c3h5, c3h7o2, c3h6ooh, c3h7o, c3h6cho,
c2h5cho, c2h5co, c2h3cho, c2h4, c2h5, ch3o2, ch2co, ch2cho, ch3co, ch3cho,
ch3oh, ch2oh, ch3oco, hcco, c2h, c3h2, c3h3, c4h2, c4h3, c4h4, c4h5,
c5h5, c6h5o, A1-, A1c2h-, A1c2h, A1c2h3, A2-, A2r5, A3-, A1, A2, A3,
A4]
kinetics: gas
reactions: all
state:
T: 300.0
P: 1.01325e+05
species:
- name: c12h26
composition: {C: 12, H: 26}
thermo:
model: NASA7
temperature-ranges: [300.0, 1391.0, 5000.0]
data:
- [-2.62181594, 0.147237711, -9.43970271e-05, 3.07441268e-08, -4.0360223e-12,
-4.00654253e+04, 50.0994626]
- [38.5095037, 0.0563550048, -1.914932e-05, 2.96024862e-09, -1.7124415e-13,
-5.48843465e+04, -172.670922]
equation-of-state:
model: Redlich-Kwong
a: [1.80382e+14, 0]
b: 259.6081315
note: -therm
- name: o2
composition: {O: 2}
thermo:
model: NASA7
temperature-ranges: [300.0, 1000.0, 5000.0]
data:
- [3.212936, 1.127486e-03, -5.75615e-07, 1.313877e-09, -8.768554e-13,
-1005.249, 6.034738]
- [3.697578, 6.135197e-04, -1.258842e-07, 1.775281e-11, -1.136435e-15,
-1233.93, 3.189166]
equation-of-state:
model: Redlich-Kwong
a: [1.74102e+12, 0]
b: 22.08100907
note: '121386'
- name: n2
composition: {N: 2}
thermo:
model: NASA7
temperature-ranges: [300.0, 1000.0, 5000.0]
data:
- [3.298677, 1.40824e-03, -3.963222e-06, 5.641515e-09, -2.444855e-12,
-1020.9, 3.950372]
- [2.92664, 1.487977e-03, -5.684761e-07, 1.009704e-10, -6.753351e-15,
-922.7977, 5.980528]
equation-of-state:
model: Redlich-Kwong
a: [1.55976e+12, 0]
b: 26.81724983
note: '121286'
- name: co2
composition: {C: 1, O: 2}
thermo:
model: NASA7
temperature-ranges: [300.0, 1000.0, 5000.0]
data:
- [2.275725, 9.922072e-03, -1.040911e-05, 6.866687e-09, -2.11728e-12,
-4.837314e+04, 10.18849]
- [4.453623, 3.140169e-03, -1.278411e-06, 2.393997e-10, -1.669033e-14,
-4.896696e+04, -0.9553959]
equation-of-state:
model: Redlich-Kwong
a: [6.45449e+12, 0]
b: 29.65304882
note: '121286'
- name: h2o
composition: {H: 2, O: 1}
thermo:
model: NASA7
temperature-ranges: [300.0, 1000.0, 5000.0]
data:
- [3.386842, 3.474982e-03, -6.354696e-06, 6.968581e-09, -2.506588e-12,
-3.020811e+04, 2.590233]
- [2.672146, 3.056293e-03, -8.73026e-07, 1.200996e-10, -6.391618e-15,
-2.989921e+04, 6.862817]
equation-of-state:
model: Redlich-Kwong
a: [1.42674e+13, 0]
b: 21.12705912
note: '-20387'
- name: co
composition: {C: 1, O: 1}
thermo:
model: NASA7
temperature-ranges: [300.0, 1000.0, 5000.0]
data:
- [3.262452, 1.511941e-03, -3.881755e-06, 5.581944e-09, -2.474951e-12,
-1.431054e+04, 4.848897]
- [3.025078, 1.442689e-03, -5.630828e-07, 1.018581e-10, -6.910952e-15,
-1.426835e+04, 6.108218]
equation-of-state:
model: Redlich-Kwong
a: [1.73552e+12, 0]
b: 27.45632244
note: '121286'
- name: h2
composition: {H: 2}
thermo:
model: NASA7
temperature-ranges: [300.0, 1000.0, 5000.0]
data:
- [3.298124, 8.249442e-04, -8.143015e-07, -9.475434e-11, 4.134872e-13,
-1012.521, -3.294094]
- [2.991423, 7.000644e-04, -5.633829e-08, -9.231578e-12, 1.582752e-15,
-835.034, -1.35511]
equation-of-state:
model: Redlich-Kwong
a: [1.43319e+11, 0]
b: 18.42802577
note: '121286'
- name: oh
composition: {H: 1, O: 1}
thermo:
model: NASA7
temperature-ranges: [300.0, 1357.0, 5000.0]
data:
- [3.43586219, 2.02235804e-04, -1.13546412e-07, 2.42445149e-10, -7.43651031e-14,
3743.21252, 2.45014127]
- [2.62599754, 1.31992406e-03, -3.5972467e-07, 4.256308e-11, -1.82048016e-15,
4120.85374, 7.10667307]
equation-of-state:
model: Redlich-Kwong
a: [4.77552e+11, 0]
b: 10.72986231
note: -therm
- name: h2o2
composition: {H: 2, O: 2}
thermo:
model: NASA7
temperature-ranges: [300.0, 1000.0, 5000.0]
data:
- [3.388754, 6.569226e-03, -1.485013e-07, -4.625806e-09, 2.471515e-12,
-1.766315e+04, 6.785363]
- [4.573167, 4.336136e-03, -1.474689e-06, 2.348904e-10, -1.431654e-14,
-1.800696e+04, 0.501137]
equation-of-state:
model: Redlich-Kwong
a: [1.46652e+12, 0]
b: 21.27344867
note: '120186'
- name: ho2
composition: {H: 1, O: 2}
thermo:
model: NASA7
temperature-ranges: [300.0, 1390.0, 5000.0]
data:
- [3.18310656, 3.6676795e-03, -9.32385122e-07, -3.25852919e-10, 1.51139912e-13,
809.181013, 8.39371099]
- [4.10547423, 2.38452835e-03, -8.06347989e-07, 1.24191723e-10, -7.16400108e-15,
398.127689, 3.12515836]
equation-of-state:
model: Redlich-Kwong
a: [1.46652e+12, 0]
b: 21.27344867
note: -therm
- name: h
composition: {H: 1}
thermo:
model: NASA7
temperature-ranges: [300.0, 1000.0, 5000.0]
data:
- [2.5, 0.0, 0.0, 0.0, 0.0, 2.547163e+04, -0.4601176]
- [2.5, 0.0, 0.0, 0.0, 0.0, 2.547163e+04, -0.4601176]
equation-of-state:
model: Redlich-Kwong
a: [1.32125e+11, 0]
b: 17.63395812
note: '120186'
- name: o
composition: {O: 1}
thermo:
model: NASA7
temperature-ranges: [300.0, 1000.0, 5000.0]
data:
- [2.946429, -1.638166e-03, 2.421032e-06, -1.602843e-09, 3.890696e-13,
2.914764e+04, 2.963995]
- [2.54206, -2.755062e-05, -3.102803e-09, 4.551067e-12, -4.368052e-16,
2.92308e+04, 4.920308]
equation-of-state:
model: Redlich-Kwong
a: [4.74173e+11, 0]
b: 10.69952492
note: '120186'
- name: ch3o
composition: {C: 1, H: 3, O: 1}
thermo:
model: NASA7
temperature-ranges: [300.0, 1000.0, 3000.0]
data:
- [2.106204, 7.216595e-03, 5.338472e-06, -7.377636e-09, 2.075611e-12,
978.6011, 13.15218]
- [3.7708, 7.871497e-03, -2.656384e-06, 3.944431e-10, -2.112616e-14,
127.8325, 2.929575]
equation-of-state:
model: Redlich-Kwong
a: [2.24405e+13, 0]
b: 47.07629651
note: '121686'
- name: ch2o
composition: {C: 1, H: 2, O: 1}
thermo:
model: NASA7
temperature-ranges: [300.0, 1000.0, 5000.0]
data:
- [1.652731, 0.01263144, -1.888168e-05, 2.050031e-08, -8.413237e-12,
-1.48654e+04, 13.78482]
- [2.995606, 6.681321e-03, -2.628955e-06, 4.737153e-10, -3.212517e-14,
-1.532037e+04, 6.912572]
equation-of-state:
model: Redlich-Kwong
a: [1.45941e+13, 0]
b: 44.02007684
note: '121286'
- name: hco
composition: {C: 1, H: 1, O: 1}
thermo:
model: NASA7
temperature-ranges: [300.0, 1000.0, 5000.0]
data:
- [2.89833, 6.199147e-03, -9.623084e-06, 1.089825e-08, -4.574885e-12,
4159.922, 8.983614]
- [3.557271, 3.345573e-03, -1.335006e-06, 2.470573e-10, -1.713851e-14,
3916.324, 5.552299]
equation-of-state:
model: Redlich-Kwong
a: [1.63983e+13, 0]
b: 23.81859345
note: '121286'
- name: ch2
composition: {C: 1, H: 2}
thermo:
model: NASA7
temperature-ranges: [250.0, 1000.0, 4000.0]
data:
- [3.762237, 1.159819e-03, 2.489585e-07, 8.800836e-10, -7.332435e-13,
4.536791e+04, 1.712578]
- [3.636408, 1.933057e-03, -1.687016e-07, -1.009899e-10, 1.808256e-14,
4.534134e+04, 2.156561]
equation-of-state:
model: Redlich-Kwong
a: [2.75581e+12, 0]
b: 19.7057265
note: '120186'
- name: ch3
composition: {C: 1, H: 3}
thermo:
model: NASA7
temperature-ranges: [300.0, 1000.0, 5000.0]
data:
- [2.430443, 0.0111241, -1.68022e-05, 1.621829e-08, -5.864953e-12, 1.642378e+04,
6.789794]
- [2.844052, 6.137974e-03, -2.230345e-06, 3.785161e-10, -2.452159e-14,
1.643781e+04, 5.452697]
equation-of-state:
model: Redlich-Kwong
a: [3.2756e+11, 0]
b: 8.794496085
note: '121286'
- name: ch4
composition: {C: 1, H: 4}
thermo:
model: NASA7
temperature-ranges: [300.0, 1000.0, 5000.0]
data:
- [0.7787415, 0.01747668, -2.783409e-05, 3.049708e-08, -1.223931e-11,
-9825.229, 13.72219]
- [1.683479, 0.01023724, -3.875129e-06, 6.785585e-10, -4.503423e-14,
-1.008079e+04, 9.623395]
equation-of-state:
model: Redlich-Kwong
a: [3.22224e+12, 0]
b: 29.84830308
note: '121286'
- name: c2h2
composition: {C: 2, H: 2}
thermo:
model: NASA7
temperature-ranges: [300.0, 1000.0, 5000.0]
data:
- [2.013562, 0.01519045, -1.616319e-05, 9.078992e-09, -1.912746e-12,
2.612444e+04, 8.805378]
- [4.43677, 5.376039e-03, -1.912817e-06, 3.286379e-10, -2.15671e-14,
2.566766e+04, -2.800338]
equation-of-state:
model: Redlich-Kwong
a: [7.94927e+12, 0]
b: 35.63805955
note: '121386'
- name: c2h3
composition: {C: 2, H: 3}
thermo:
model: NASA7
temperature-ranges: [300.0, 1000.0, 5000.0]
data:
- [2.459276, 7.371476e-03, 2.109873e-06, -1.321642e-09, -1.184784e-12,
3.335225e+04, 11.5562]
- [5.933468, 4.017746e-03, -3.96674e-07, -1.441267e-10, 2.378644e-14,
3.185435e+04, -8.530313]
equation-of-state:
model: Redlich-Kwong
a: [6.61037e+12, 0]
b: 32.28886341
note: '-12787'
- name: c12h25
composition: {C: 12, H: 25}
thermo:
model: NASA7
temperature-ranges: [300.0, 1385.0, 5000.0]
data:
- [-1.36787089, 0.137355348, -8.24076158e-05, 2.36421562e-08, -2.47435932e-12,
-1.67660539e+04, 48.3521895]
- [37.9688268, 0.0538719464, -1.82171263e-05, 2.80774503e-09, -1.6210842e-13,
-3.12144988e+04, -165.805933]
equation-of-state:
model: Redlich-Kwong
a: [1.80382e+14, 0]
b: 259.6081315
note: -therm
- name: c12h25o2
composition: {C: 12, H: 25, O: 2}
thermo:
model: NASA7
temperature-ranges: [300.0, 1391.0, 5000.0]
data:
- [0.719000677, 0.147857475, -9.76141389e-05, 3.37768226e-08, -4.89238474e-12,
-3.66625786e+04, 39.5787186]
- [41.5594442, 0.0565861741, -1.94673569e-05, 3.03391862e-09, -1.76481347e-13,
-5.14188102e+04, -181.49246]
equation-of-state:
model: Redlich-Kwong
a: [2.06567e+14, 0]
b: 282.492007
note: -therm
- name: c12ket
composition: {C: 12, H: 24, O: 3}
thermo:
model: NASA7
temperature-ranges: [300.0, 1393.0, 5000.0]
data:
- [-0.54900656, 0.162095503, -1.18993817e-04, 4.61133228e-08, -7.41761827e-12,
-6.37068665e+04, 48.1302194]
- [44.9391711, 0.0537234437, -1.84844136e-05, 2.88118806e-09, -1.67623777e-13,
-7.93966403e+04, -195.594753]
equation-of-state:
model: Redlich-Kwong
a: [2.35678e+14, 0]
b: 277.1449604
- name: c10h21
composition: {C: 10, H: 21}
thermo:
model: NASA7
temperature-ranges: [300.0, 1385.0, 5000.0]
data:
- [-0.930536886, 0.113137924, -6.64034118e-05, 1.83220872e-08, -1.77128003e-12,
-1.09890165e+04, 42.933508]
- [31.444758, 0.0452778532, -1.53145696e-05, 2.36072411e-09, -1.36311835e-13,
-2.297027e+04, -133.634423]
equation-of-state:
model: Redlich-Kwong
a: [1.28013e+14, 0]
b: 203.7029323
note: -therm
- name: c10h21o2
composition: {C: 10, H: 21, O: 2}
thermo:
model: NASA7
temperature-ranges: [300.0, 1391.0, 5000.0]
data:
- [1.01431524, 0.124157438, -8.21448954e-05, 2.85684148e-08, -4.17000221e-12,
-3.08616979e+04, 34.8377002]
- [35.2386548, 0.0475793514, -1.63731335e-05, 2.55214038e-09, -1.48474197e-13,
-4.32282603e+04, -150.404303]
equation-of-state:
model: Redlich-Kwong
a: [1.49659e+14, 0]
b: 220.5720102
note: -therm
- name: c10ket2-1
composition: {C: 10, H: 20, O: 3}
thermo:
model: NASA7
temperature-ranges: [300.0, 1393.0, 5000.0]
data:
- [-0.19372279, 0.138127143, -1.03141154e-04, 4.06829473e-08, -6.64937911e-12,
-5.79149099e+04, 43.11235]
- [38.5996596, 0.0447463697, -1.54033646e-05, 2.40175763e-09, -1.39764748e-13,
-7.12001532e+04, -164.40302]
equation-of-state:
model: Redlich-Kwong
a: [2.23259e+14, 0]
b: 243.0968875
- name: c7h15-2
composition: {C: 7, H: 15}
thermo:
model: NASA7
temperature-ranges: [300.0, 1382.0, 5000.0]
data:
- [-0.0379155767, 0.075672657, -4.07473634e-05, 9.32678943e-09, -4.92360745e-13,
-2356.05303, 33.7321506]
- [21.6368842, 0.0323324804, -1.09273807e-05, 1.6835706e-09, -9.71774091e-14,
-1.05873616e+04, -85.2209653]
equation-of-state:
model: Redlich-Kwong
a: [6.24018e+13, 0]
b: 127.2374811
- name: c7h15o2
composition: {C: 7, H: 15, O: 2}
thermo:
model: NASA7
temperature-ranges: [300.0, 1392.0, 5000.0]
data:
- [1.51378168, 0.0885572745, -5.92457147e-05, 2.11801862e-08, -3.20741722e-12,
-2.198184e+04, 27.625537]
- [25.2622017, 0.0346652053, -1.18812593e-05, 1.84687322e-09, -1.07234165e-13,
-3.05051074e+04, -100.675588]
equation-of-state:
model: Redlich-Kwong
a: [8.94933e+13, 0]
b: 153.4268678
note: -therm
- name: nc7ket23
composition: {C: 7, H: 14, O: 3}
thermo:
model: NASA7
temperature-ranges: [300.0, 1394.0, 5000.0]
data:
- [0.197237667, 0.101003617, -7.54631627e-05, 2.92849376e-08, -4.66295964e-12,
-5.04393242e+04, 34.9969216]
- [29.406889, 0.0311132474, -1.0747575e-05, 1.67981822e-09, -9.79195344e-14,
-6.04319021e+04, -121.313991]
equation-of-state:
model: Redlich-Kwong
a: [1.042e+14, 0]
b: 157.7276549
note: -therm
- name: c7h15o2h
composition: {C: 7, H: 16, O: 2}
thermo:
model: NASA7
temperature-ranges: [300.0, 1393.0, 5000.0]
data:
- [0.629165042, 0.0970053636, -6.68336695e-05, 2.41186253e-08, -3.61669837e-12,
-3.90427262e+04, 31.0277331]
- [27.7098165, 0.034848788, -1.19777002e-05, 1.8655634e-09, -1.08475524e-13,
-4.86189131e+04, -114.905489]
equation-of-state:
model: Redlich-Kwong
a: [1.29474e+14, 0]
b: 173.3801869
note: '-----2'
- name: c7h14ooh
composition: {C: 7, H: 15, O: 2}
thermo:
model: NASA7
temperature-ranges: [300.0, 1389.0, 5000.0]
data:
- [1.62083964, 0.0883636215, -5.64527235e-05, 1.76325999e-08, -2.10369342e-12,
-1.57072842e+04, 29.7815441]
- [27.3843966, 0.0317800796, -1.07557689e-05, 1.65881427e-09, -9.58200506e-14,
-2.49404488e+04, -109.739277]
equation-of-state:
model: Redlich-Kwong
a: [1.05956e+14, 0]
b: 145.1086104
note: 8-thrm
- name: o2c7h14ooh
composition: {C: 7, H: 15, O: 4}
thermo:
model: NASA7
temperature-ranges: [300.0, 1392.0, 5000.0]
data:
- [3.09603698, 0.0993182239, -6.69045928e-05, 2.2419127e-08, -2.97843662e-12,
-3.52824732e+04, 24.3873873]
- [32.7436761, 0.0330060143, -1.14146253e-05, 1.78556283e-09, -1.04147126e-13,
-4.58332974e+04, -135.817581]
equation-of-state:
model: Redlich-Kwong
a: [1.14972e+14, 0]
b: 166.7180412
note: -98-tm
- name: c7h15cho
composition: {C: 8, H: 16, O: 1}
thermo:
model: NASA7
temperature-ranges: [300.0, 1386.0, 5000.0]
data:
- [0.966850312, 0.0908063795, -5.67710469e-05, 1.81650681e-08, -2.38496879e-12,
-3.86587355e+04, 30.0918692]
- [26.1609074, 0.0362858837, -1.24097058e-05, 1.92662114e-09, -1.11780863e-13,
-4.79259983e+04, -106.895495]
equation-of-state:
model: Redlich-Kwong
a: [1.0389e+14, 0]
b: 163.5933976
note: -therm
- name: c7h15co
composition: {C: 8, H: 15, O: 1}
thermo:
model: NASA7
temperature-ranges: [300.0, 1386.0, 5000.0]
data:
- [1.73697916, 0.0860262622, -5.37492409e-05, 1.71184327e-08, -2.22771849e-12,
-2.01298819e+04, 27.567468]
- [25.7444491, 0.0341545888, -1.16883107e-05, 1.81544096e-09, -1.0536444e-13,
-2.89638264e+04, -102.988707]
equation-of-state:
model: Redlich-Kwong
a: [1.03983e+14, 0]
b: 169.4819946
note: -therm
- name: c6h13cho
composition: {C: 7, H: 14, O: 1}
thermo:
model: NASA7
temperature-ranges: [300.0, 1385.0, 5000.0]
data:
- [1.16727179, 0.078706403, -4.86434224e-05, 1.5302262e-08, -1.9640479e-12,
-3.57659062e+04, 27.4799549]
- [23.0172858, 0.0317488129, -1.08471869e-05, 1.68296998e-09, -9.76031894e-14,
-4.38361973e+04, -91.4416834]
equation-of-state:
model: Redlich-Kwong
a: [1.00411e+14, 0]
b: 151.7002463
note: -therm
- name: c6h13co
composition: {C: 7, H: 13, O: 1}
thermo:
model: NASA7
temperature-ranges: [300.0, 1389.0, 5000.0]
data:
- [0.718129174, 0.0797814021, -5.30878535e-05, 1.83105964e-08, -2.61673962e-12,
-1.86909366e+04, 27.1126725]
- [23.2412991, 0.0294013946, -1.01210871e-05, 1.57812201e-09, -9.18349976e-14,
-2.67973204e+04, -94.7460288]
equation-of-state:
model: Redlich-Kwong
a: [7.94079e+13, 0]
b: 128.0328972
note: -therm
- name: c6h13
composition: {C: 6, H: 13}
thermo:
model: NASA7
temperature-ranges: [300.0, 1380.0, 5000.0]
data:
- [0.229560154, 0.0633327323, -3.24135431e-05, 6.46387687e-09, -9.61420424e-14,
525.639155, 30.8006138]
- [18.3687363, 0.028026811, -9.47032396e-06, 1.45888527e-09, -8.42002461e-14,
-6460.93974, -69.0934018]
equation-of-state:
model: Redlich-Kwong
a: [4.96615e+13, 0]
b: 109.4937722
note: -therm
- name: c6h13o2
composition: {C: 6, H: 13, O: 2}
thermo:
model: NASA7
temperature-ranges: [300.0, 1393.0, 5000.0]
data:
- [1.62964892, 0.0768548886, -5.17292235e-05, 1.87119014e-08, -2.87653697e-12,
-1.90768103e+04, 24.7112107]
- [22.1058203, 0.0301631951, -1.03356754e-05, 1.60632978e-09, -9.32550072e-14,
-2.64125536e+04, -85.8473243]
equation-of-state:
model: Redlich-Kwong
a: [1.25841e+14, 0]
b: 174.9095644
note: -therm
- name: c6h13o
composition: {C: 6, H: 13, O: 1}
thermo:
model: NASA7
temperature-ranges: [300.0, 1394.0, 5000.0]
data:
- [-1.49301672, 0.0807750602, -5.64119218e-05, 2.0902168e-08, -3.2405361e-12,
-1.69441107e+04, 38.3378935]
- [20.6212979, 0.0293505832, -1.0067552e-05, 1.56583919e-09, -9.09553875e-14,
-2.47150564e+04, -80.6250183]
equation-of-state:
model: Redlich-Kwong
a: [7.94158e+13, 0]
b: 128.48674
note: -therm
- name: c6h12
composition: {C: 6, H: 12}
thermo:
model: NASA7
temperature-ranges: [300.0, 1390.0, 5000.0]
data:
- [-0.83781052, 0.0664334712, -4.08801772e-05, 1.27558015e-08, -1.60665165e-12,
-8863.47329, 32.77852]
- [17.3616148, 0.0271634902, -9.25249439e-06, 1.43247725e-09, -8.29472521e-14,
-1.55509547e+04, -66.1857343]
equation-of-state:
model: Redlich-Kwong
a: [5.45317e+13, 0]
b: 115.9200223
- name: c6h12ooh
composition: {C: 6, H: 13, O: 2}
thermo:
model: NASA7
temperature-ranges: [300.0, 1388.0, 5000.0]
data:
- [1.85329157, 0.0761266828, -4.81366962e-05, 1.46689377e-08, -1.66417799e-12,
-1.28193912e+04, 26.3309672]
- [24.2454253, 0.0272458345, -9.19656773e-06, 1.4159862e-09, -8.17044423e-14,
-2.08564674e+04, -95.0086804]
equation-of-state:
model: Redlich-Kwong
a: [4.17608e+13, 0]
b: 91.87144859
note: 8-thrm
- name: c6h12ooho2
composition: {C: 6, H: 13, O: 4}
thermo:
model: NASA7
temperature-ranges: [300.0, 1393.0, 5000.0]
data:
- [3.231797, 0.087695688, -5.97556683e-05, 2.0260791e-08, -2.72506254e-12,
-3.23842521e+04, 22.0391463]
- [29.5271681, 0.0285203824, -9.86682495e-06, 1.54383896e-09, -9.00649892e-14,
-4.16962204e+04, -119.907035]
equation-of-state:
model: Redlich-Kwong
a: [3.29773e+13, 0]
b: 98.98938269
note: -98-tm
- name: c6ket24
composition: {C: 6, H: 12, O: 3}
thermo:
model: NASA7
temperature-ranges: [300.0, 1389.0, 5000.0]
data:
- [2.88191806, 0.0781321733, -5.39698643e-05, 1.95324043e-08, -2.94996499e-12,
-4.98963867e+04, 21.4500025]
- [25.0386062, 0.0275871713, -9.52546534e-06, 1.4882849e-09, -8.67306185e-14,
-5.77837692e+04, -98.0961279]
equation-of-state:
model: Redlich-Kwong
a: [7.91415e+13, 0]
b: 130.8924825
note: -therm
- name: c6h12o
composition: {C: 6, H: 12, O: 1}
thermo:
model: NASA7
temperature-ranges: [300.0, 1388.0, 5000.0]
data:
- [-3.75894138, 0.0846044396, -6.18101303e-05, 2.42424607e-08, -4.01441141e-12,
-2.32216305e+04, 44.9636341]
- [19.9501923, 0.0288253331, -1.0021793e-05, 1.57295064e-09, -9.19508743e-14,
-3.1567431e+04, -82.4846912]
equation-of-state:
model: Redlich-Kwong
a: [7.74058e+13, 0]
b: 120.7244536
note: -therm
- name: c6h112-4
composition: {C: 6, H: 11}
thermo:
model: NASA7
temperature-ranges: [300.0, 1389.0, 5000.0]
data:
- [-1.16992307, 0.0648326433, -4.05262795e-05, 1.27524726e-08, -1.60498435e-12,
8163.16429, 33.2148832]
- [16.9675593, 0.0254635235, -8.68644122e-06, 1.346297e-09, -7.80191162e-14,
1541.57079, -65.2971106]
equation-of-state:
model: Redlich-Kwong
a: [5.45317e+13, 0]
b: 115.9200223
note: -therm
- name: c6h11o2-4
composition: {C: 6, H: 11, O: 1}
thermo:
model: NASA7
temperature-ranges: [300.0, 1388.0, 5000.0]
data:
- [-1.97396384, 0.0778641252, -5.51856115e-05, 1.93459318e-08, -2.65553891e-12,
-2466.98943, 40.4899267]
- [21.7536453, 0.0229477789, -7.71427788e-06, 1.18540388e-09, -6.83332601e-14,
-1.06296518e+04, -86.9112396]
equation-of-state:
model: Redlich-Kwong
a: [7.71076e+13, 0]
b: 138.4761998
note: -therm
- name: c5h11
composition: {C: 5, H: 11}
thermo:
model: NASA7
temperature-ranges: [298.15, 1000.0, 5000.0]
data:
- [3.57867617, 0.0304236365, 3.2776827e-05, -5.86453147e-08, 2.39315107e-11,
-2604.20265, 14.2591121]
- [11.3324106, 0.0303659897, -1.1393448e-05, 1.99539733e-09, -1.32825012e-13,
-5952.99959, -31.3564905]
equation-of-state:
model: Redlich-Kwong
a: [3.92584e+13, 0]
b: 93.14332297
note: t03-97
- name: c5h10
composition: {C: 5, H: 10}
thermo:
model: NASA7
temperature-ranges: [300.0, 1385.0, 5000.0]
data:
- [1.20274147, 0.0478872107, -2.48144766e-05, 5.73514355e-09, -3.91266685e-13,
-8152.12335, 20.1592579]
- [13.9945443, 0.0229446582, -7.82594153e-06, 1.2126023e-09, -7.02518457e-14,
-1.31576943e+04, -50.4083848]
equation-of-state:
model: Redlich-Kwong
a: [4.01549e+13, 0]
b: 94.11205667
- name: c5h9
composition: {C: 5, H: 9}
thermo:
model: NASA7
temperature-ranges: [300.0, 1392.0, 5000.0]
data:
- [-1.3801395, 0.0557608487, -3.70143928e-05, 1.26883901e-08, -1.78538835e-12,
1.25589824e+04, 32.6441304]
- [14.1860454, 0.0207128899, -7.06960617e-06, 1.09607133e-09, -6.35322208e-14,
7004.96135, -51.4501773]
equation-of-state:
model: Redlich-Kwong
a: [3.9466e+13, 0]
b: 89.81774277
note: -therm
- name: c4h9co
composition: {C: 5, H: 9, O: 1}
thermo:
model: NASA7
temperature-ranges: [300.0, 1382.0, 5000.0]
data:
- [2.43530238, 0.0493682376, -2.89883082e-05, 8.42863812e-09, -9.68287172e-13,
-1.14675541e+04, 19.2695879]
- [16.1782939, 0.020799192, -7.11787892e-06, 1.10559975e-09, -6.41697187e-14,
-1.66537752e+04, -55.8943579]
equation-of-state:
model: Redlich-Kwong
a: [5.97553e+13, 0]
b: 109.5584495
note: -therm
- name: c4h9
composition: {C: 4, H: 9}
thermo:
model: NASA7
temperature-ranges: [300.0, 1395.0, 5000.0]
data:
- [-0.437779725, 0.0478972364, -3.14023159e-05, 1.09786472e-08, -1.62010664e-12,
7689.45248, 28.6852732]
- [12.1510082, 0.0194310717, -6.6157795e-06, 1.02375136e-09, -5.92529707e-14,
3172.31942, -39.3425822]
equation-of-state:
model: Redlich-Kwong
a: [2.35768e+13, 0]
b: 60.53064575
note: -therm
- name: c4h9o2
composition: {C: 4, H: 9, O: 2}
thermo:
model: NASA7
temperature-ranges: [300.0, 1393.0, 5000.0]
data:
- [2.12203459, 0.0522170099, -3.45361525e-05, 1.22590593e-08, -1.85024171e-12,
-1.33059163e+04, 19.750235]
- [15.9125079, 0.021017075, -7.18695542e-06, 1.11540718e-09, -6.46906625e-14,
-1.82703158e+04, -54.7955211]
equation-of-state:
model: Redlich-Kwong
a: [6.85295e+13, 0]
b: 94.20200585
note: -therm
- name: c4h8ooh
composition: {C: 4, H: 9, O: 2}
thermo:
model: NASA7
temperature-ranges: [300.0, 1379.0, 5000.0]
data:
- [4.58873307, 0.0421293468, -1.91956104e-05, 2.59922321e-09, 2.80120772e-13,
-5245.42343, 12.1592799]
- [16.7765697, 0.0202436108, -7.00755314e-06, 1.09668146e-09, -6.39812135e-14,
-1.01952999e+04, -55.7317121]
equation-of-state:
model: Redlich-Kwong
a: [4.91741e+13, 0]
b: 89.96599408
note: -therm
- name: c4h8ooho2
composition: {C: 4, H: 9, O: 4}
thermo:
model: NASA7
temperature-ranges: [300.0, 1395.0, 5000.0]
data:
- [5.01285046, 0.058301727, -4.05195371e-05, 1.48315962e-08, -2.2623346e-12,
-2.46570201e+04, 11.7446314]
- [21.1658891, 0.0209636033, -7.20558874e-06, 1.12228133e-09, -6.52546797e-14,
-3.0347938e+04, -75.2165802]
equation-of-state:
model: Redlich-Kwong
a: [8.44273e+13, 0]
b: 87.64124475
note: 98-trm
- name: c4ket23
composition: {C: 4, H: 8, O: 3}
thermo:
model: NASA7
temperature-ranges: [300.0, 1387.0, 5000.0]
data:
- [0.450575961, 0.0648862527, -5.04446464e-05, 2.0308522e-08, -3.35952497e-12,
-4.28779359e+04, 30.0153676]
- [19.9512969, 0.0179558596, -6.31230878e-06, 9.98217386e-10, -5.86636973e-14,
-4.95585495e+04, -74.3071328]
equation-of-state:
model: Redlich-Kwong
a: [9.05038e+13, 0]
b: 108.0971033
note: -therm
- name: c4h8
composition: {C: 4, H: 8}
thermo:
model: NASA7
temperature-ranges: [300.0, 1392.0, 5000.0]
data:
- [-0.831372089, 0.0452580978, -2.93658559e-05, 1.00220436e-08, -1.4319168e-12,
-1578.75035, 29.5084236]
- [11.3508668, 0.0180617877, -6.16093029e-06, 9.54652959e-10, -5.53089641e-14,
-5978.71038, -36.4369438]
equation-of-state:
model: Redlich-Kwong
a: [3.09401e+13, 0]
b: 76.74950205
note: -therm
- name: c4h7
composition: {C: 4, H: 7}
thermo:
model: NASA7
temperature-ranges: [300.0, 1392.0, 5000.0]
data:
- [-0.350508352, 0.0426511243, -2.90979373e-05, 1.05403914e-08, -1.60059854e-12,
1.49933591e+04, 26.7295696]
- [11.2103578, 0.0160483196, -5.46502292e-06, 8.45941053e-10, -4.89772739e-14,
1.09041937e+04, -35.5593015]
equation-of-state:
model: Redlich-Kwong
a: [2.70661e+13, 0]
b: 70.180761
note: -therm
- name: c4h7o
composition: {C: 4, H: 7, O: 1}
thermo:
model: NASA7
temperature-ranges: [300.0, 1380.0, 5000.0]
data:
- [2.67256826, 0.0371198825, -2.06862859e-05, 5.48873888e-09, -5.35864183e-13,
-8580.50888, 16.484895]
- [13.0026331, 0.0163104877, -5.57642899e-06, 8.65670629e-10, -5.02255667e-14,
-1.25523385e+04, -40.2608515]
equation-of-state:
model: Redlich-Kwong
a: [3.11393e+13, 0]
b: 68.71205132
note: -therm
- name: c3h7cho
composition: {C: 4, H: 8, O: 1}
thermo:
model: NASA7
temperature-ranges: [300.0, 1378.0, 5000.0]
data:
- [1.87415959, 0.0419240315, -2.35148779e-05, 6.26913673e-09, -6.09443908e-13,
-2.71032194e+04, 19.1568574]
- [13.5988068, 0.0181652474, -6.17844458e-06, 9.55980208e-10, -5.53442958e-14,
-3.15845348e+04, -45.1790228]
equation-of-state:
model: Redlich-Kwong
a: [2.41781e+13, 0]
b: 60.8430012
note: -therm
- name: c3h7
composition: {C: 3, H: 7}
thermo:
model: NASA7
temperature-ranges: [300.0, 1000.0, 5000.0]
data:
- [1.922537, 0.02478927, 1.810249e-06, -1.783266e-08, 8.582996e-12,
9713.281, 13.99271]
- [7.978291, 0.01576113, -5.173243e-06, 7.443892e-10, -3.824978e-14,
7579.402, -19.35611]
equation-of-state:
model: Redlich-Kwong
a: [6.88167e+13, 0]
b: 240.9532763
note: '120186'
- name: c3h6
composition: {C: 3, H: 6}
thermo:
model: NASA7
temperature-ranges: [300.0, 1388.0, 5000.0]
data:
- [0.394615444, 0.0289107662, -1.54886808e-05, 3.88814209e-09, -3.37890352e-13,
1066.88164, 21.9003736]
- [8.01595958, 0.0137023634, -4.66249733e-06, 7.21254402e-10, -4.17370126e-14,
-1878.21271, -20.0160668]
equation-of-state:
model: Redlich-Kwong
a: [1.6317e+13, 0]
b: 57.03566642
note: -therm
- name: c3h5
composition: {C: 3, H: 5}
thermo:
model: NASA7
temperature-ranges: [300.0, 1397.0, 5000.0]
data:
- [-0.529131958, 0.03345591, -2.53401027e-05, 1.02865754e-08, -1.7325834e-12,
1.93834226e+04, 25.3067131]
- [8.45883958, 0.0112695483, -3.83792864e-06, 5.94059119e-10, -3.4391803e-14,
1.63576092e+04, -22.580945]
equation-of-state:
model: Redlich-Kwong
a: [1.98405e+13, 0]
b: 56.34841935
note: -therm
- name: c3h7o2
composition: {C: 3, H: 7, O: 2}
thermo:
model: NASA7
temperature-ranges: [300.0, 1394.0, 5000.0]
data:
- [2.25116181, 0.0404764261, -2.70779685e-05, 9.87383732e-09, -1.5439198e-12,
-1.04027797e+04, 16.7736536]
- [12.705905, 0.0165446528, -5.64857588e-06, 8.75666817e-10, -5.07449775e-14,
-1.41513305e+04, -39.662932]
equation-of-state:
model: Redlich-Kwong
a: [3.79642e+13, 0]
b: 87.72079562
- name: c3h6ooh