Added another example dir test
This commit is contained in:
parent
bc14249566
commit
b009ef8a56
6 changed files with 828 additions and 0 deletions
18
Cantera/python/examples/reactors/reactor2_sim/Makefile.in
Normal file
18
Cantera/python/examples/reactors/reactor2_sim/Makefile.in
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#!/bin/sh
|
||||
|
||||
PYTHON_CMD = @PYTHON_CMD@
|
||||
|
||||
all:
|
||||
|
||||
run:
|
||||
$(PYTHON_CMD) combustor.py
|
||||
|
||||
test:
|
||||
./runtest
|
||||
|
||||
clean:
|
||||
rm -f *.log *.csv *.xml
|
||||
./cleanup
|
||||
|
||||
# end of file
|
||||
|
||||
5
Cantera/python/examples/reactors/reactor2_sim/cleanup
Executable file
5
Cantera/python/examples/reactors/reactor2_sim/cleanup
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
/bin/rm -rf equilibrate_log*.html
|
||||
/bin/rm -rf .cttmp* ct2ctml.log transport_log.xml vcs_equilibrate_res*.csv \
|
||||
combustor.csv output_0.txt diff*
|
||||
|
|
@ -0,0 +1,313 @@
|
|||
Adding reactor (none)
|
||||
Adding reactor (none)
|
||||
finished setup, begin solution...
|
||||
0.0004 500.0 0
|
||||
Initializing reactor network.
|
||||
Reactor 0: 3 variables.
|
||||
0 sensitivity params.
|
||||
Reactor 1: 55 variables.
|
||||
0 sensitivity params.
|
||||
Number of equations: 58
|
||||
Maximum time step: 0.0004
|
||||
0.0008 506.904246271 1
|
||||
0.0012 513.699629963 2
|
||||
0.0016 520.417756816 3
|
||||
0.002 527.084725008 4
|
||||
0.0024 533.722658968 5
|
||||
0.0028 540.350767209 6
|
||||
0.0032 546.986093815 7
|
||||
0.0036 553.644068035 8
|
||||
0.004 560.338916968 9
|
||||
0.0044 567.083983236 10
|
||||
0.0048 573.891975441 11
|
||||
0.0052 580.77517029 12
|
||||
0.0056 587.745579795 13
|
||||
0.006 594.815092219 14
|
||||
0.0064 601.995594288 15
|
||||
0.0068 609.299079102 16
|
||||
0.0072 616.737743374 17
|
||||
0.0076 624.324076765 18
|
||||
0.008 632.070945048 19
|
||||
0.0084 639.991668046 20
|
||||
0.0088 648.100094437 21
|
||||
0.0092 656.41066983 22
|
||||
0.0096 664.938503731 23
|
||||
0.01 673.699427016 24
|
||||
0.0104 682.710043088 25
|
||||
0.0108 691.987768106 26
|
||||
0.0112 701.550854476 27
|
||||
0.0116 711.418392773 28
|
||||
0.012 721.610282088 29
|
||||
0.0124 732.147157695 30
|
||||
0.0128 743.050258247 31
|
||||
0.0132 754.341213373 32
|
||||
0.0136 766.041722555 33
|
||||
0.014 778.173087735 34
|
||||
0.0144 790.755554057 35
|
||||
0.0148 803.807398292 36
|
||||
0.0152 817.343694046 37
|
||||
0.0156 831.374669347 38
|
||||
0.016 845.903563693 39
|
||||
0.0164 860.923894512 40
|
||||
0.0168 876.416066649 41
|
||||
0.0172 892.34331741 42
|
||||
0.0176 908.647109717 43
|
||||
0.018 925.242281715 44
|
||||
0.0184 942.012551872 45
|
||||
0.0188 958.807377082 46
|
||||
0.0192 975.441483502 47
|
||||
0.0196 991.698661802 48
|
||||
0.02 1007.34208065 49
|
||||
0.0204 1022.13220456 50
|
||||
0.0208 1035.83911527 51
|
||||
0.0212 1048.2686653 52
|
||||
0.0216 1059.28361526 53
|
||||
0.022 1068.81626515 54
|
||||
0.0224 1076.87064161 55
|
||||
0.0228 1083.51419706 56
|
||||
0.0232 1088.86226283 57
|
||||
0.0236 1093.05993219 58
|
||||
0.024 1096.26504204 59
|
||||
0.0244 1098.63438162 60
|
||||
0.0248 1100.314073 61
|
||||
0.0252 1101.43404736 62
|
||||
0.0256 1102.10583393 63
|
||||
0.026 1102.42263457 64
|
||||
0.0264 1102.46075602 65
|
||||
0.0268 1102.28169795 66
|
||||
0.0272 1101.93443059 67
|
||||
0.0276 1101.45758643 68
|
||||
0.028 1100.88142545 69
|
||||
0.0284 1100.22952016 70
|
||||
0.0288 1099.52015692 71
|
||||
0.0292 1098.76747618 72
|
||||
0.0296 1097.98238902 73
|
||||
0.03 1097.1732981 74
|
||||
0.0304 1096.34666876 75
|
||||
0.0308 1095.50747293 76
|
||||
0.0312 1094.65953402 77
|
||||
0.0316 1093.80579415 78
|
||||
0.032 1092.94852006 79
|
||||
0.0324 1092.08946187 80
|
||||
0.0328 1091.22997501 81
|
||||
0.0332 1090.37111395 82
|
||||
0.0336 1089.51370403 83
|
||||
0.034 1088.65839658 84
|
||||
0.0344 1087.80571116 85
|
||||
0.0348 1086.95606795 86
|
||||
0.0352 1086.10981256 87
|
||||
0.0356 1085.26723514 88
|
||||
0.036 1084.42858504 89
|
||||
0.0364 1083.59408212 90
|
||||
0.0368 1082.76392545 91
|
||||
0.0372 1081.9383002 92
|
||||
0.0376 1081.1173829 93
|
||||
0.038 1080.30134567 94
|
||||
0.0384 1079.49035961 95
|
||||
0.0388 1078.68459757 96
|
||||
0.0392 1077.88423648 97
|
||||
0.0396 1077.08945926 98
|
||||
0.04 1076.30045665 99
|
||||
0.0404 1075.51742879 100
|
||||
0.0408 1074.74058672 101
|
||||
0.0412 1073.97015388 102
|
||||
0.0416 1073.20636767 103
|
||||
0.042 1072.44948091 104
|
||||
0.0424 1071.69976354 105
|
||||
0.0428 1070.95750434 106
|
||||
0.0432 1070.22301287 107
|
||||
0.0436 1069.49662154 108
|
||||
0.044 1068.77868786 109
|
||||
0.0444 1068.0695971 110
|
||||
0.0448 1067.3697651 111
|
||||
0.0452 1066.67964141 112
|
||||
0.0456 1065.999713 113
|
||||
0.046 1065.33050837 114
|
||||
0.0464 1064.67260205 115
|
||||
0.0468 1064.02661999 116
|
||||
0.0472 1063.39324553 117
|
||||
0.0476 1062.77322626 118
|
||||
0.048 1062.16738203 119
|
||||
0.0484 1061.57661407 120
|
||||
0.0488 1061.00191561 121
|
||||
0.0492 1060.44438414 122
|
||||
0.0496 1059.90523593 123
|
||||
0.05 1059.3858229 124
|
||||
0.0504 1058.88765254 125
|
||||
0.0508 1058.41241143 126
|
||||
0.0512 1057.9619937 127
|
||||
0.0516 1057.53853445 128
|
||||
0.052 1057.14445046 129
|
||||
0.0524 1056.7824895 130
|
||||
0.0528 1056.45579049 131
|
||||
0.0532 1056.16795754 132
|
||||
0.0536 1055.92315179 133
|
||||
0.054 1055.7262063 134
|
||||
0.0544 1055.58277107 135
|
||||
0.0548 1055.49949813 136
|
||||
0.0552 1055.48428003 137
|
||||
0.0556 1055.54656148 138
|
||||
0.056 1055.69775142 139
|
||||
0.0564 1055.95177649 140
|
||||
0.0568 1056.3258367 141
|
||||
0.0572 1056.84145613 142
|
||||
0.0576 1057.52597543 143
|
||||
0.058 1058.41472244 144
|
||||
0.0584 1059.55425702 145
|
||||
0.0588 1061.00738059 146
|
||||
0.0592 1062.86116643 147
|
||||
0.0596 1065.24042994 148
|
||||
0.06 1068.33161617 149
|
||||
0.0604 1072.42821029 150
|
||||
0.0608 1078.02521012 151
|
||||
0.0612 1086.04115177 152
|
||||
0.0616 1098.43999404 153
|
||||
0.062 1120.53577302 154
|
||||
0.0624 1175.81742529 155
|
||||
0.0628 2898.68440025 156
|
||||
0.0632 2796.16308645 157
|
||||
0.0636 2742.70514603 158
|
||||
0.064 2706.35652862 159
|
||||
0.0644 2679.38212673 160
|
||||
0.0648 2658.34154793 161
|
||||
0.0652 2641.37228722 162
|
||||
0.0656 2627.3491678 163
|
||||
0.066 2615.5404313 164
|
||||
0.0664 2605.44389963 165
|
||||
0.0668 2596.70048289 166
|
||||
0.0672 2589.0449539 167
|
||||
0.0676 2582.27622876 168
|
||||
0.068 2576.23854864 169
|
||||
0.0684 2570.80909847 170
|
||||
0.0688 2565.88958026 171
|
||||
0.0692 2561.40031887 172
|
||||
0.0696 2557.27603067 173
|
||||
0.07 2553.46273298 174
|
||||
0.0704 2549.91543133 175
|
||||
0.0708 2546.59636281 176
|
||||
0.0712 2543.47364826 177
|
||||
0.0716 2540.52023657 178
|
||||
0.072 2537.71307065 179
|
||||
0.0724 2535.03242193 180
|
||||
0.0728 2532.46135231 181
|
||||
0.0732 2529.98527691 182
|
||||
0.0736 2527.59160523 183
|
||||
0.074 2525.26944315 184
|
||||
0.0744 2523.00934692 185
|
||||
0.0748 2520.80311547 186
|
||||
0.0752 2518.64361681 187
|
||||
0.0756 2516.52464048 188
|
||||
0.076 2514.44077254 189
|
||||
0.0764 2512.3872885 190
|
||||
0.0768 2510.36006258 191
|
||||
0.0772 2508.35548857 192
|
||||
0.0776 2506.37041324 193
|
||||
0.078 2504.40207731 194
|
||||
0.0784 2502.44806533 195
|
||||
0.0788 2500.50626244 196
|
||||
0.0792 2498.57481592 197
|
||||
0.0796 2496.6521025 198
|
||||
0.08 2494.73669966 199
|
||||
0.0804 2492.82736068 200
|
||||
0.0808 2490.92299281 201
|
||||
0.0812 2489.02263825 202
|
||||
0.0816 2487.12545743 203
|
||||
0.082 2485.23071473 204
|
||||
0.0824 2483.33776559 205
|
||||
0.0828 2481.44604497 206
|
||||
0.0832 2479.55505829 207
|
||||
0.0836 2477.66437234 208
|
||||
0.084 2475.77360825 209
|
||||
0.0844 2473.88243415 210
|
||||
0.0848 2471.99056046 211
|
||||
0.0852 2470.09773399 212
|
||||
0.0856 2468.2037338 213
|
||||
0.086 2466.30836729 214
|
||||
0.0864 2464.41146682 215
|
||||
0.0868 2462.51288665 216
|
||||
0.0872 2460.61250038 217
|
||||
0.0876 2458.71019856 218
|
||||
0.088 2456.80588667 219
|
||||
0.0884 2454.89948336 220
|
||||
0.0888 2452.990919 221
|
||||
0.0892 2451.08013421 222
|
||||
0.0896 2449.16707859 223
|
||||
0.09 2447.25170972 224
|
||||
0.0904 2445.33399223 225
|
||||
0.0908 2443.41389706 226
|
||||
0.0912 2441.49140068 227
|
||||
0.0916 2439.56648442 228
|
||||
0.092 2437.63913403 229
|
||||
0.0924 2435.70933914 230
|
||||
0.0928 2433.77709277 231
|
||||
0.0932 2431.84239112 232
|
||||
0.0936 2429.90523312 233
|
||||
0.094 2427.96562004 234
|
||||
0.0944 2426.0235557 235
|
||||
0.0948 2424.07904561 236
|
||||
0.0952 2422.1320972 237
|
||||
0.0956 2420.18271954 238
|
||||
0.096 2418.2309232 239
|
||||
0.0964 2416.2767201 240
|
||||
0.0968 2414.32012339 241
|
||||
0.0972 2412.36114736 242
|
||||
0.0976 2410.39980738 243
|
||||
0.098 2408.43611974 244
|
||||
0.0984 2406.47010168 245
|
||||
0.0988 2404.50177124 246
|
||||
0.0992 2402.53114725 247
|
||||
0.0996 2400.55824925 248
|
||||
0.1 2398.58309749 249
|
||||
0.1004 2396.60571289 250
|
||||
0.1008 2394.62611693 251
|
||||
0.1012 2392.6443317 252
|
||||
0.1016 2390.66037983 253
|
||||
0.102 2388.67428449 254
|
||||
0.1024 2386.68606933 255
|
||||
0.1028 2384.69575847 256
|
||||
0.1032 2382.70337652 257
|
||||
0.1036 2380.7089485 258
|
||||
0.104 2378.71249985 259
|
||||
0.1044 2376.71405642 260
|
||||
0.1048 2374.71364445 261
|
||||
0.1052 2372.71129055 262
|
||||
0.1056 2370.70702167 263
|
||||
0.106 2368.70086511 264
|
||||
0.1064 2366.69284853 265
|
||||
0.1068 2364.68299986 266
|
||||
0.1072 2362.67134736 267
|
||||
0.1076 2360.65791957 268
|
||||
0.108 2358.64274532 269
|
||||
0.1084 2356.62585369 270
|
||||
0.1088 2354.60727407 271
|
||||
0.1092 2352.58703593 272
|
||||
0.1096 2350.56516919 273
|
||||
0.11 2348.54170387 274
|
||||
0.1104 2346.51667019 275
|
||||
0.1108 2344.49009861 276
|
||||
0.1112 2342.46201975 277
|
||||
0.1116 2340.4324644 278
|
||||
0.112 2338.40146356 279
|
||||
0.1124 2336.36904832 280
|
||||
0.1128 2334.33524994 281
|
||||
0.1132 2332.30009981 282
|
||||
0.1136 2330.26362943 283
|
||||
0.114 2328.22587043 284
|
||||
0.1144 2326.1868545 285
|
||||
0.1148 2324.14661345 286
|
||||
0.1152 2322.10517917 287
|
||||
0.1156 2320.06258357 288
|
||||
0.116 2318.01885865 289
|
||||
0.1164 2315.97403646 290
|
||||
0.1168 2313.92814907 291
|
||||
0.1172 2311.88122857 292
|
||||
0.1176 2309.83330707 293
|
||||
0.118 2307.78441669 294
|
||||
0.1184 2305.73458953 295
|
||||
0.1188 2303.6838577 296
|
||||
0.1192 2301.63225325 297
|
||||
0.1196 2299.57980822 298
|
||||
0.12 2297.52655461 299
|
||||
Output written to file piston.csv
|
||||
Directory: /home/hkmoffa/Cantera/cantera-1.7_develop/Cantera/python/examples/reactors/reactor2_sim
|
||||
To view a plot of these results, run this script with the option -plot
|
||||
|
|
@ -0,0 +1,301 @@
|
|||
time (s), T1 (K), P1 (Bar), V1 (m3), T2 (K), P2 (Bar), V2 (m3),
|
||||
0.00040000000000000002, 974.9153757900267, 19.018143087985642, 1.0388322350390664, 506.90424627131029, 0.21374862797454766, 0.96116776496093348,
|
||||
0.00080000000000000004, 952.71775552724534, 17.954176791992435, 1.0753389330760337, 513.69962996273318, 0.22516624466142454, 0.92466106692396666,
|
||||
0.0012000000000000001, 932.86218547280396, 17.033442876640738, 1.1098432845030699, 520.41775681633089, 0.23695301418909118, 0.89015671549693054,
|
||||
0.0016000000000000001, 914.94102639210485, 16.227259455613538, 1.1426008162716581, 527.08472500780306, 0.2491575022461745, 0.85739918372834223,
|
||||
0.002, 898.64200643649235, 15.514320877545089, 1.1738174299845434, 533.72265896766078, 0.26182807714709572, 0.82618257001545725,
|
||||
0.0024000000000000002, 883.72100832477167, 14.878437810481124, 1.2036617326239569, 540.35076720870074, 0.27501399207062005, 0.79633826737604319,
|
||||
0.0028000000000000004, 869.98385302483018, 14.307067357993535, 1.2322736966564967, 546.98609381451956, 0.28876627368052105, 0.76772630334350334,
|
||||
0.0032000000000000006, 857.27374640599976, 13.790326859464857, 1.2597708994108461, 553.64406803490454, 0.30313850211502308, 0.74022910058915381,
|
||||
0.0036000000000000008, 845.46240928464579, 13.320314247342905, 1.2862531173069769, 560.33891696808689, 0.318187537562727, 0.71374688269302322,
|
||||
0.004000000000000001, 834.44367189004538, 12.890628593393135, 1.3118057733444197, 567.08398323599181, 0.33397423213283478, 0.68819422665558039,
|
||||
0.0044000000000000011, 824.12875900265908, 12.496024858701597, 1.3365025670190773, 573.89197544122953, 0.35056415606813385, 0.66349743298092267,
|
||||
0.0048000000000000013, 814.44276104521066, 12.132160722660057, 1.360407509418688, 580.77517029028422, 0.36802836178503723, 0.63959249058131229,
|
||||
0.0052000000000000015, 805.32194573187917, 11.795407751435265, 1.3835765218265328, 587.74557979472991, 0.38644420909576155, 0.61642347817346732,
|
||||
0.0056000000000000017, 796.71169725417178, 11.482708775760713, 1.4060586974858802, 594.81509221891451, 0.40589626593714601, 0.59394130251411992,
|
||||
0.0060000000000000019, 788.56490126315168, 11.191468424248894, 1.4278973159118993, 601.99559428782948, 0.42647731106831238, 0.57210268408810072,
|
||||
0.006400000000000002, 780.84067270207788, 10.919468243241882, 1.4491306609276517, 609.29907910221016, 0.44828945676298187, 0.55086933907234814,
|
||||
0.0068000000000000022, 773.50334472813825, 10.664800176629859, 1.4697926844672617, 616.73774337409088, 0.47144541402330925, 0.53020731553273814,
|
||||
0.0072000000000000024, 766.5216531950515, 10.425813827968105, 1.4899135509525081, 624.32407676514606, 0.49606992851000903, 0.51008644904749223,
|
||||
0.0076000000000000026, 759.86807787121302, 10.201074350245978, 1.5095200828223378, 632.0709450483937, 0.52230141348543935, 0.49047991717766187,
|
||||
0.0080000000000000019, 753.5183014832869, 9.9893284496634163, 1.5286361296963187, 639.99166804595347, 0.55029381630779461, 0.47136387030368115,
|
||||
0.0084000000000000012, 747.45077519389679, 9.789476971949755, 1.5472828632935123, 648.10009443656486, 0.58021874362012793, 0.4527171367064875,
|
||||
0.0088000000000000005, 741.64634720717959, 9.6005522477607848, 1.5654790306108635, 656.4106698303658, 0.61226790701553402, 0.43452096938913626,
|
||||
0.0091999999999999998, 736.08795982206436, 9.4216995752814423, 1.5832411537435955, 664.93850373143948, 0.64665592100364733, 0.4167588462564043,
|
||||
0.0095999999999999992, 730.76039769408874, 9.2521619065423994, 1.6005836915585159, 673.69942701633079, 0.68362350760077173, 0.39941630844148396,
|
||||
0.0099999999999999985, 725.65007843963917, 9.0912671440010531, 1.6175191650025049, 682.71004308756324, 0.72344116396106861, 0.38248083499749536,
|
||||
0.010399999999999998, 720.74487680500079, 8.9384175317992476, 1.6340582520889766, 691.98776810582422, 0.76641335407700728, 0.36594174791102402,
|
||||
0.010799999999999997, 716.03397724253739, 8.793080771113079, 1.6502098555138378, 701.55085447606245, 0.81288328388107478, 0.34979014448616341,
|
||||
0.011199999999999996, 711.50775199350198, 8.6547825931354652, 1.6659811426787892, 711.41839277340853, 0.86323831206266377, 0.33401885732121173,
|
||||
0.011599999999999996, 707.15765988113458, 8.5231005264472657, 1.6813775612552448, 721.61028208818539, 0.91791604032205087, 0.31862243874475599,
|
||||
0.011999999999999995, 702.97616378659461, 8.3976586867271248, 1.696402829713892, 732.14715769532688, 0.97741109620445432, 0.30359717028610889,
|
||||
0.012399999999999994, 698.95666323995567, 8.2781234080941726, 1.7110589057790677, 743.05025824725931, 1.0422825817823589, 0.28894109422093334,
|
||||
0.012799999999999994, 695.09344222123468, 8.1641996335937943, 1.7253459296429261, 754.34121337321437, 1.1131620710469778, 0.27465407035707484,
|
||||
0.013199999999999993, 691.38162926059704, 8.0556279324592133, 1.7392621449795267, 766.04172255547417, 1.1907619249508439, 0.26073785502047403,
|
||||
0.013599999999999992, 687.81716862055669, 7.9521820639443401, 1.7528037977518245, 778.17308773513651, 1.2758834868442139, 0.24719620224817648,
|
||||
0.013999999999999992, 684.39680125890686, 7.8536670087554938, 1.7659650150751047, 790.75555405689738, 1.3694244309760331, 0.23403498492489633,
|
||||
0.014399999999999991, 681.11805385464368, 7.7599173917369519, 1.7787376674991608, 803.80739829201798, 1.4723840919760605, 0.2212623325008404,
|
||||
0.01479999999999999, 677.97923383013551, 7.670796212960715, 1.7911112213297509, 817.34369404635538, 1.5858649818616004, 0.20888877867025016,
|
||||
0.01519999999999999, 674.97942749293782, 7.5861937905536614, 1.803072591577719, 831.37466934671329, 1.7110678304549025, 0.19692740842228187,
|
||||
0.015599999999999989, 672.11849723537011, 7.5060267925468711, 1.8146060123312207, 845.9035636930696, 1.8492763367132989, 0.18539398766878076,
|
||||
0.01599999999999999, 669.39707200667226, 7.4302371946228778, 1.8256929501567181, 860.92389451232543, 2.0018264020851841, 0.17430704984328332,
|
||||
0.016399999999999991, 666.81652294111313, 7.3587909451514095, 1.8363120977509475, 876.41606664868959, 2.1700530517661027, 0.16368790224905372,
|
||||
0.016799999999999992, 664.37891310130044, 7.2916760483303129, 1.8464394996100837, 892.34331741036317, 2.3552068769519439, 0.15356050038991703,
|
||||
0.017199999999999993, 662.08690705254196, 7.228899697608413, 1.8560488777923794, 908.64710971732222, 2.5583313830477539, 0.14395112220762041,
|
||||
0.017599999999999994, 659.9436229879517, 7.170484019747307, 1.8651122411011445, 925.24228171526386, 2.7800943528257931, 0.13488775889885515,
|
||||
0.017999999999999995, 657.95240869693612, 7.1164599578309984, 1.873600869147201, 942.01255187158836, 3.0205720933401303, 0.12639913085279902,
|
||||
0.018399999999999996, 656.11652507531448, 7.0668588883084968, 1.8814867525724415, 958.80737708183835, 3.2789973979809819, 0.11851324742755841,
|
||||
0.018799999999999997, 654.4387295038772, 7.0217017879722752, 1.8887445314344415, 975.44148350195383, 3.5535011302816586, 0.11125546856555815,
|
||||
0.019199999999999998, 652.92076917275278, 6.9809862205727633, 1.8953538897259488, 991.69866180166696, 3.8409021290140153, 0.10464611027405085,
|
||||
0.019599999999999999, 651.56282291921127, 6.9446721348609852, 1.9013022285352466, 1007.3420806535166, 4.1366257779400444, 0.098697771464752559,
|
||||
0.02, 650.36296564387419, 6.9126683569270586, 1.9065872711173932, 1022.1322045567782, 4.4348365431713175, 0.093412728882605919,
|
||||
0.020400000000000001, 649.31674561624288, 6.8848220532739193, 1.9112191641403407, 1035.8391152690347, 4.728786257246127, 0.08878083585965918,
|
||||
0.020800000000000003, 648.41697895708876, 6.8609137769640611, 1.915221573354315, 1048.2686652982611, 5.0114553216753377, 0.084778426645684787,
|
||||
0.021200000000000004, 647.65385264608688, 6.8406603830244457, 1.9186313292855151, 1059.2836152625136, 5.2763263770983766, 0.08136867071448442,
|
||||
0.021600000000000005, 647.01534690172207, 6.8237260219531093, 1.9214965493603604, 1068.8162651458576, 5.5181173555487435, 0.078503450639638747,
|
||||
0.022000000000000006, 646.48791411871628, 6.8097395586291531, 1.923873514812235, 1076.8706416123318, 5.7332962301776442, 0.076126485187764756,
|
||||
0.022400000000000007, 646.05729018679267, 6.7983152247993344, 1.9258228770969945, 1083.5141970564641, 5.9202660452111404, 0.074177122903004836,
|
||||
0.022800000000000008, 645.70929376689446, 6.7890728259459374, 1.9274058731816466, 1088.8622628338608, 6.0792221673740112, 0.072594126818353241,
|
||||
0.023200000000000009, 645.4304948450374, 6.7816545038836535, 1.9286811161707449, 1093.0599321867696, 6.2117778939762598, 0.071318883829254748,
|
||||
0.02360000000000001, 645.2086865110083, 6.775736410765135, 1.9297022846656313, 1096.2650420417356, 6.3204899147940212, 0.07029771533436889,
|
||||
0.024000000000000011, 645.03314742953921, 6.771035015281333, 1.9305167826128125, 1098.6343816190995, 6.4083990035501968, 0.06948321738718774,
|
||||
0.024400000000000012, 644.89472478953724, 6.7673088338645497, 1.9311652414120564, 1100.3140730014441, 6.4786576375269833, 0.068834758587943898,
|
||||
0.024800000000000013, 644.78578289983921, 6.7643567622817189, 1.9316816586796477, 1101.4340473581187, 6.534272015378555, 0.068318341320352402,
|
||||
0.025200000000000014, 644.70006943138719, 6.7620143467925997, 1.932093934882593, 1102.1058339309611, 6.5779508872138424, 0.067906065117407211,
|
||||
0.025600000000000015, 644.63254048115323, 6.7601490505245501, 1.9324246159686262, 1102.4226345747941, 6.6120381682812024, 0.067575384031374433,
|
||||
0.026000000000000016, 644.57917481673405, 6.7586552889012745, 1.9326916996508952, 1102.4607560219056, 6.6385026017878808, 0.067308300349105635,
|
||||
0.026400000000000017, 644.53679628687871, 6.7574497147073203, 1.9329094152673725, 1102.2816979520687, 6.6589614133195969, 0.067090584732628744,
|
||||
0.026800000000000018, 644.50291454839351, 6.7564670064782719, 1.9330889281040109, 1101.9344305932375, 6.6747209268848477, 0.066911071895990548,
|
||||
0.027200000000000019, 644.47558818292327, 6.7556562584811175, 1.9332389474569425, 1101.4575864302853, 6.6868229314141923, 0.066761052543058488,
|
||||
0.02760000000000002, 644.45331051603182, 6.7549779748739143, 1.9333662354170971, 1100.881425451144, 6.6960901771046641, 0.066633764582903765,
|
||||
0.028000000000000021, 644.43491639926106, 6.7544016188723193, 1.9334760231523476, 1100.2295201608167, 6.7031675858370345, 0.066523976847653224,
|
||||
0.028400000000000022, 644.41950731055533, 6.7539036453669601, 1.9335723459138663, 1099.5201569188528, 6.7085577866914567, 0.066427654086134658,
|
||||
0.028800000000000023, 644.40639190790034, 6.753465940518093, 1.9336583092342929, 1098.7674761782175, 6.7126507610550386, 0.066341690765708131,
|
||||
0.029200000000000025, 644.39503909198447, 6.7530745903621083, 1.9337362992904312, 1097.9823890187838, 6.7157481178529448, 0.066263700709569759,
|
||||
0.029600000000000026, 644.38504160993637, 6.752718926287713, 1.9338081461365091, 1097.1732980953291, 6.7180824159512946, 0.066191853863491884,
|
||||
0.030000000000000027, 644.37608748351795, 6.7523907759821773, 1.9338752519035132, 1096.3466687637588, 6.7198326446941747, 0.066124748096487718,
|
||||
0.030400000000000028, 644.36793798865313, 6.7520838862477701, 1.9339386896445447, 1095.5074729303269, 6.7211363350099411, 0.066061310355456065,
|
||||
0.030800000000000029, 644.36041063787468, 6.7517934770353101, 1.9339992797454821, 1094.6595340177721, 6.7220990277030896, 0.066000720254518641,
|
||||
0.03120000000000003, 644.35336605947077, 6.7515158976460281, 1.934057648853037, 1093.8057941501163, 6.7228016394788384, 0.065942351146963812,
|
||||
0.031600000000000031, 644.34669792275349, 6.751248362778659, 1.9341142751309417, 1092.948520064225, 6.7233061584456344, 0.065885724869059442,
|
||||
0.032000000000000028, 644.34032519205459, 6.7509887496082737, 1.9341695230605522, 1092.0894618720033, 6.7236600475272157, 0.065830476939449059,
|
||||
0.032400000000000026, 644.33418619171698, 6.7507354423191179, 1.9342236701086677, 1091.2299750147063, 6.7238996334640735, 0.065776329891333793,
|
||||
0.032800000000000024, 644.32823405700242, 6.7504872129495013, 1.9342769271701208, 1090.371113949215, 6.7240527140167732, 0.065723072829880866,
|
||||
0.033200000000000021, 644.32243325161437, 6.7502431301796229, 1.9343294542187133, 1089.5137040277878, 6.7241405600896424, 0.065670545781288489,
|
||||
0.033600000000000019, 644.31675690489783, 6.7500024895914059, 1.9343813722753356, 1088.6583965755581, 6.724179450684626, 0.065618627724666284,
|
||||
0.034000000000000016, 644.31118477509654, 6.7497647603274213, 1.9344327725628705, 1087.8057111620674, 6.7241818500620525, 0.065567227437131351,
|
||||
0.034400000000000014, 644.30570169433383, 6.7495295443670535, 1.9344837234963319, 1086.9560679494164, 6.7241573084076629, 0.065516276503670132,
|
||||
0.034800000000000011, 644.30029638114229, 6.7492965454293374, 1.9345342760210993, 1086.1098125573121, 6.7241131516211574, 0.065465723978902685,
|
||||
0.035200000000000009, 644.29496053223284, 6.7490655451888619, 1.9345844676961617, 1085.2672351380602, 6.7240550099736538, 0.065415532303840479,
|
||||
0.035600000000000007, 644.28968813247684, 6.748836385206376, 1.9346343257965026, 1084.4285850424949, 6.7239872212930916, 0.065365674203499188,
|
||||
0.036000000000000004, 644.2844749283538, 6.7486089531401152, 1.9346838696807229, 1083.5940821175732, 6.7239131396628515, 0.065316130319278701,
|
||||
0.036400000000000002, 644.27931802747105, 6.7483831722584791, 1.934733112591938, 1082.7639254498724, 6.7238353714088053, 0.065266887408063745,
|
||||
0.036799999999999999, 644.27421559259028, 6.7481589934274249, 1.9347820630338357, 1081.938300201075, 6.7237559565816625, 0.065217936966166179,
|
||||
0.037199999999999997, 644.26916661251335, 6.7479363891102278, 1.9348307258012174, 1081.1173829007814, 6.7236765060714809, 0.065169274198784571,
|
||||
0.037599999999999995, 644.26417072739264, 6.7477153487922559, 1.9348791027658649, 1080.3013456659328, 6.7235983074345755, 0.065120897234136652,
|
||||
0.037999999999999992, 644.25922809616929, 6.747495875508716, 1.9349271934730223, 1079.4903596064328, 6.7235224065847223, 0.065072806526979263,
|
||||
0.03839999999999999, 644.2543392987634, 6.7472779832821086, 1.9349749955816475, 1078.6845975746801, 6.7234496696278994, 0.065025004418353932,
|
||||
0.038799999999999987, 644.24950526272062, 6.7470616951998856, 1.9350225051947225, 1077.8842364777254, 6.7233808308853975, 0.064977494805278938,
|
||||
0.039199999999999985, 644.24472720955555, 6.7468470420076461, 1.9350697171010283, 1077.0894592594452, 6.7233165299186952, 0.064930282898973207,
|
||||
0.039599999999999982, 644.24000661629827, 6.7466340611001474, 1.9351166249485854, 1076.3004566536449, 6.7232573402221671, 0.064883375051416337,
|
||||
0.03999999999999998, 644.23534518854933, 6.7464227958134506, 1.9351632213663823, 1075.5174287889613, 6.723203791765159, 0.064836778633619141,
|
||||
0.040399999999999978, 644.23074484298377, 6.7462132949642166, 1.9352094980436449, 1074.7405867155387, 6.7231563887551564, 0.064790501956356578,
|
||||
0.040799999999999975, 644.22620769679952, 6.7460056125705332, 1.9352554457779356, 1073.9701538811992, 6.723115623949135, 0.064744554222065834,
|
||||
0.041199999999999973, 644.22173606330568, 6.7457998077332615, 1.9353010544956735, 1073.2063676690127, 6.7230819905482893, 0.06469894550432799,
|
||||
0.04159999999999997, 644.21733245219195, 6.745595944639609, 1.9353463132516682, 1072.4494809091343, 6.7230559918359063, 0.064653686748333425,
|
||||
0.041999999999999968, 644.21299957389738, 6.7453940926737133, 1.9353912102102773, 1071.699763535046, 6.7230381498641307, 0.064608789789724452,
|
||||
0.042399999999999965, 644.20874034754092, 6.745194326620104, 1.9354357326106115, 1070.9575043398295, 6.7230290131739716, 0.064564267389390445,
|
||||
0.042799999999999963, 644.20455791207655, 6.7449967269511815, 1.9354798667173201, 1070.2230128745514, 6.7230291639631954, 0.064520133282681774,
|
||||
0.043199999999999961, 644.20045564043255, 6.7448013801924098, 1.9355235977580343, 1069.4966215378299, 6.7230392251288906, 0.064476402241967684,
|
||||
0.043599999999999958, 644.19643715654661, 6.7446083793628162, 1.935566909847882, 1068.7786878636609, 6.7230598672715987, 0.064433090152120134,
|
||||
0.043999999999999956, 644.19250635562764, 6.7444178244994042, 1.9356097858996086, 1068.0695971043206, 6.7230918161298225, 0.064390214100393625,
|
||||
0.044399999999999953, 644.18866742754176, 6.7442298232627165, 1.9356522075197686, 1067.3697650986369, 6.7231358604331923, 0.064347792480233604,
|
||||
0.044799999999999951, 644.18492488288132, 6.7440444916121329, 1.9356941548929483, 1066.6796414101668, 6.7231928602772255, 0.064305845107053977,
|
||||
0.045199999999999949, 644.18128358383854, 6.7438619546059346, 1.9357356066445899, 1065.9997130034762, 6.7232637567753306, 0.064264393355412286,
|
||||
0.045599999999999946, 644.17774877903742, 6.7436823473041336, 1.9357765396861837, 1065.330508365593, 6.723349582781406, 0.064223460313818467,
|
||||
0.045999999999999944, 644.17432614196798, 6.7435058157648813, 1.9358169290443938, 1064.6726020521476, 6.7234514747135838, 0.064183070955608199,
|
||||
0.046399999999999941, 644.17102181574728, 6.7433325182051567, 1.9358567476620119, 1064.0266199948705, 6.7235706864068794, 0.064143252337990023,
|
||||
0.046799999999999939, 644.16784246364534, 6.7431626263111522, 1.9358959661732198, 1063.3932455265383, 6.7237086049681372, 0.064104033826782078,
|
||||
0.047199999999999936, 644.16479532647645, 6.7429963267269599, 1.9359345526482643, 1062.7732262596473, 6.7238667690119529, 0.064065447351737706,
|
||||
0.047599999999999934, 644.1618882884469, 6.7428338227629174, 1.9359724723004434, 1062.1673820279461, 6.7240468899119978, 0.064027527699558273,
|
||||
0.047999999999999932, 644.15912995225096, 6.7426753363441714, 1.9360096871518786, 1061.5766140730043, 6.7242508768610803, 0.063990312848123149,
|
||||
0.048399999999999929, 644.1565297253893, 6.7425211102507792, 1.9360461556492621, 1061.0019156052726, 6.7244808656970045, 0.063953844350739364,
|
||||
0.048799999999999927, 644.15409791954733, 6.7423714106971691, 1.9360818322213804, 1060.4443841364418, 6.7247392532144179, 0.063918167778621027,
|
||||
0.049199999999999924, 644.15184586561008, 6.7422265303178728, 1.9361166667669276, 1059.9052359331649, 6.7250287380472882, 0.063883333233073741,
|
||||
0.049599999999999922, 644.14978604694863, 6.7420867916281546, 1.9361506040608329, 1059.3858229017383, 6.7253523689131027, 0.063849395939168357,
|
||||
0.04999999999999992, 644.14793225499761, 6.7419525510639948, 1.9361835830611769, 1058.887652535183, 6.7257136024768958, 0.063816416938824228,
|
||||
0.050399999999999917, 644.14629977033712, 6.7418242036850851, 1.9362155361023454, 1058.4124114334677, 6.7261163726645457, 0.063784463897655588,
|
||||
0.050799999999999915, 644.14490557877423, 6.7417021887877215, 1.9362463879320557, 1057.9619937016651, 6.7265651755164519, 0.063753612067945442,
|
||||
0.051199999999999912, 644.1437686226127, 6.7415869964327486, 1.9362760545913642, 1057.5385344460469, 6.7270651709297269, 0.063723945408636989,
|
||||
0.05159999999999991, 644.14291010166482, 6.7414791752669858, 1.9363044420727258, 1057.1444504565518, 6.7276223081318642, 0.063695557927275298,
|
||||
0.051999999999999907, 644.14235383249877, 6.7413793418593313, 1.9363314447181523, 1056.7824894997843, 6.7282434802148137, 0.063668555281848879,
|
||||
0.052399999999999905, 644.14212668015477, 6.741288191921992, 1.9363569432939012, 1056.4557904935157, 6.7289367159116171, 0.063643056706099918,
|
||||
0.052799999999999903, 644.1422590807548, 6.7412065138963522, 1.9363808026594156, 1056.1679575416583, 6.729711419429429, 0.063619197340585534,
|
||||
0.0531999999999999, 644.14278567814654, 6.7411352055060254, 1.9364028689271442, 1055.9231517943458, 6.73057867343653, 0.06359713107285693,
|
||||
0.053599999999999898, 644.14374610571986, 6.7410752940877661, 1.9364229659741377, 1055.726206299448, 6.7315516242972775, 0.063577034025863483,
|
||||
0.053999999999999895, 644.14518595405139, 6.7410279617589559, 1.9364408911237834, 1055.5827710742305, 6.7326459777530623, 0.063559108876217671,
|
||||
0.054399999999999893, 644.14715797953488, 6.7409945768581263, 1.9364564097512413, 1055.4994981278005, 6.733880642657156, 0.063543590248759427,
|
||||
0.05479999999999989, 644.14972362791104, 6.7409767335838104, 1.9364692484822863, 1055.4842800330728, 6.7352785768534718, 0.063530751517714437,
|
||||
0.055199999999999888, 644.15295497619934, 6.7409763025279545, 1.9364790865230235, 1055.5465614828177, 6.7368679134088332, 0.0635209134769774,
|
||||
0.055599999999999886, 644.15693723558661, 6.7409954958180158, 1.9364855444833806, 1055.697751417368, 6.738683480162285, 0.063514455516620258,
|
||||
0.055999999999999883, 644.16177201966048, 6.7410369521936202, 1.936488169780838, 1055.9517764859108, 6.7407688822927936, 0.063511830219162874,
|
||||
0.056399999999999881, 644.16758167284172, 6.7411038497020384, 1.9364864173064384, 1056.3258367024955, 6.743179405875285, 0.063513582693562554,
|
||||
0.056799999999999878, 644.17451509351815, 6.7412000573378164, 1.9364796234107626, 1056.8414561268592, 6.7459861425955863, 0.063520376589238328,
|
||||
0.057199999999999876, 644.18275571165657, 6.7413303428261315, 1.9364669702603556, 1057.5259754329477, 6.7492819810154412, 0.063533029739645031,
|
||||
0.057599999999999874, 644.19253263994005, 6.7415006631193606, 1.9364474360086921, 1058.4147224376532, 6.7531905199360001, 0.063552563991309069,
|
||||
0.057999999999999871, 644.20413662647684, 6.7417185800614599, 1.9364197235026896, 1059.5542570249272, 6.7578797132471404, 0.063580276497311447,
|
||||
0.058399999999999869, 644.21794350541825, 6.7419938715433663, 1.9363821554689071, 1061.0073805872908, 6.7635834562345014, 0.063617844531094203,
|
||||
0.058799999999999866, 644.23444977521751, 6.7423394589185719, 1.9363325154780604, 1062.8611664290049, 6.7706370796427766, 0.063667484521940862,
|
||||
0.059199999999999864, 644.25432865586856, 6.7427728685654253, 1.9362677973444624, 1065.2404299440061, 6.7795384823243188, 0.063732202655538778,
|
||||
0.059599999999999861, 644.27852258807138, 6.7433186441441713, 1.9361837915794218, 1068.3316161730518, 6.7910595760967603, 0.06381620842057896,
|
||||
0.059999999999999859, 644.30840486859984, 6.7440125628576526, 1.9360743626980359, 1072.4282102905452, 6.8064643625175201, 0.063925637301964211,
|
||||
0.060399999999999857, 644.34608373968081, 6.7449095696614476, 1.9359300895178717, 1078.0252101189214, 6.8279766788912184, 0.064069910482128303,
|
||||
0.060799999999999854, 644.39503402917092, 6.7461002623481949, 1.9357354407382714, 1086.0411517705074, 6.8599157091889609, 0.064264559261729179,
|
||||
0.061199999999999852, 644.46160756694292, 6.7477503233974083, 1.9354620208841018, 1098.4399940423984, 6.9119896283161459, 0.064537979115899397,
|
||||
0.061599999999999849, 644.5595355168017, 6.750218099587566, 1.935048437626937, 1120.5357730203909, 7.0119837815483317, 0.064951562373064792,
|
||||
0.061999999999999847, 644.73027463869391, 6.7545861638241833, 1.9343093268286893, 1175.817425289189, 7.2912633681357217, 0.065690673171312663,
|
||||
0.062399999999999844, 645.98678150843989, 6.7873544845292919, 1.9287223257761525, 2898.6844002540165, 17.084412761974288, 0.071277674223847287,
|
||||
0.062799999999999842, 649.66099706200885, 6.8838190408364577, 1.9125110679640818, 2796.1630864479753, 13.382088812101639, 0.087488932035920244,
|
||||
0.06319999999999984, 652.19452817448985, 6.9506827558034869, 1.9014998350227836, 2742.705146030557, 11.636332346112788, 0.098500164977218418,
|
||||
0.063599999999999837, 654.10192198181051, 7.0011757852263292, 1.8933070466438633, 2706.3565286173248, 10.586895779380235, 0.10669295335613779,
|
||||
0.063999999999999835, 655.60285155645477, 7.0409755203726494, 1.8869248655033524, 2679.3821267336643, 9.8807248696444407, 0.11307513449664841,
|
||||
0.064399999999999832, 656.81622429310971, 7.0731707745043337, 1.8818124444666222, 2658.3415479320656, 9.3725639783937833, 0.11818755553337913,
|
||||
0.06479999999999983, 657.81508072804559, 7.099668110467614, 1.8776402507181189, 2641.3722872216331, 8.990266209219314, 0.12235974928188229,
|
||||
0.065199999999999828, 658.64807206492958, 7.1217432571126107, 1.874190447270816, 2627.3491678049008, 8.6934630796914512, 0.12580955272918554,
|
||||
0.065599999999999825, 659.34948622266529, 7.1402991267496407, 1.8713105853290417, 2615.5404312991782, 8.4576036613479477, 0.12868941467096007,
|
||||
0.065999999999999823, 659.94451088406947, 7.1560015880295245, 1.8688893998342824, 2605.4438996326294, 8.2668034774275672, 0.1311106001657199,
|
||||
0.06639999999999982, 660.45224238441608, 7.1693572848025635, 1.8668430321210832, 2596.7004828895106, 8.1102811540961461, 0.13315696787891904,
|
||||
0.066799999999999818, 660.8875204897422, 7.1807612118958533, 1.8651066659252769, 2589.0449539037922, 7.9804344942446273, 0.13489333407472509,
|
||||
0.067199999999999815, 661.26210636538997, 7.1905273416152662, 1.8636291816789579, 2582.2762287587552, 7.8717338325978261, 0.13637081832104406,
|
||||
0.067599999999999813, 661.58547122598384, 7.1989091847031803, 1.8623695938383136, 2576.2385486438184, 7.780052016225433, 0.13763040616168851,
|
||||
0.067999999999999811, 661.86534256225286, 7.2061140700744355, 1.8612945946448929, 2570.8090984670384, 7.7022413134615766, 0.13870540535510908,
|
||||
0.068399999999999808, 662.10809395783235, 7.2123133643494297, 1.8603768092466657, 2565.8895802616462, 7.6358564452025677, 0.13962319075333671,
|
||||
0.068799999999999806, 662.31903014353804, 7.2176499656481932, 1.8595935255573763, 2561.4003188725474, 7.5789677041385675, 0.14040647444262616,
|
||||
0.069199999999999803, 662.50260022171062, 7.2222439248221866, 1.8589257484575352, 2557.276030673836, 7.5300314040136049, 0.14107425154246719,
|
||||
0.069599999999999801, 662.66255963090009, 7.2261967263527112, 1.8583574845045991, 2553.4627329787995, 7.4877981270422982, 0.14164251549540338,
|
||||
0.069999999999999798, 662.80209582280395, 7.2295946192648177, 1.8578751893027998, 2549.9154313330441, 7.4512462230298997, 0.14212481069720287,
|
||||
0.070399999999999796, 662.92392703354608, 7.2325112417403723, 1.8574673349698283, 2546.5963628099812, 7.4195327647911835, 0.1425326650301742,
|
||||
0.070799999999999794, 663.03038054605679, 7.2350097054210938, 1.8571240687760515, 2543.473648260087, 7.3919568814248846, 0.14287593122395079,
|
||||
0.071199999999999791, 663.12345585184744, 7.2371442816855609, 1.8568369386865224, 2540.5202365716141, 7.3679318156678093, 0.14316306131347967,
|
||||
0.071599999999999789, 663.20487593478242, 7.2389617737480902, 1.856598671311904, 2537.7130706451321, 7.3469633947408219, 0.14340132868809749,
|
||||
0.071999999999999786, 663.27612932120599, 7.2405026440090845, 1.8564029904492603, 2535.0324219326276, 7.3286332315349947, 0.1435970095507412,
|
||||
0.072399999999999784, 663.33850484319737, 7.2418019478266213, 1.8562444675363867, 2532.4613523060884, 7.3125854624793565, 0.14375553246361431,
|
||||
0.072799999999999782, 663.39312056149708, 7.2428901117653579, 1.8561183975911557, 2529.9852769054642, 7.298516178770484, 0.14388160240884507,
|
||||
0.073199999999999779, 663.44094798235847, 7.2437935862637, 1.8560206956141536, 2527.5916052256721, 7.2861649221234401, 0.14397930438584711,
|
||||
0.073599999999999777, 663.48283254307614, 7.244535398603392, 1.8559478091690285, 2525.2694431509467, 7.2753077585187533, 0.1440521908309722,
|
||||
0.073999999999999774, 663.51951082530991, 7.2451356181054605, 1.8558966450915069, 2523.0093469189496, 7.2657516441499661, 0.14410335490849402,
|
||||
0.074399999999999772, 663.55162530596624, 7.2456117553236608, 1.8558645068092992, 2520.803115472168, 7.2573297524948428, 0.14413549319070171,
|
||||
0.074799999999999769, 663.57973687313279, 7.2459791010820291, 1.8558490412601321, 2518.6436168132964, 7.2498976171456571, 0.1441509587398688,
|
||||
0.075199999999999767, 663.60433559353942, 7.2462510184665074, 1.8558481932977542, 2516.5246404821041, 7.2433299004321636, 0.14415180670224639,
|
||||
0.075599999999999765, 663.62584995292605, 7.2464391936146928, 1.8558601666244969, 2514.4407725439078, 7.2375176849389744, 0.14413983337550362,
|
||||
0.075999999999999762, 663.6446548179573, 7.246553851978307, 1.8558833901737171, 2512.3872885013789, 7.2323661875717136, 0.14411660982628366,
|
||||
0.07639999999999976, 663.66107831734803, 7.2466039453611204, 1.8559164890900974, 2510.3600625801855, 7.2277928242774259, 0.14408351090990323,
|
||||
0.076799999999999757, 663.67540779051501, 7.2465973137079152, 1.8559582596694686, 2508.3554885661028, 7.2237255617668641, 0.14404174033053188,
|
||||
0.077199999999999755, 663.68789496121428, 7.2465408258958153, 1.856007647583545, 2506.3704132375215, 7.2201015108688704, 0.14399235241645564,
|
||||
0.077599999999999753, 663.69876042102817, 7.2464405017994897, 1.856063729025605, 2504.4020773098209, 7.216865719520805, 0.14393627097439576,
|
||||
0.07799999999999975, 663.70819754069328, 7.2463016188255169, 1.8561256942741142, 2502.4480653266664, 7.2139701355817376, 0.14387430572588633,
|
||||
0.078399999999999748, 663.71637583332654, 7.2461288035480811, 1.8561928335687934, 2500.5062624400061, 7.2113727232304212, 0.14380716643120708,
|
||||
0.078799999999999745, 663.72344397002496, 7.245926113904452, 1.8562645244535705, 2498.5748159191417, 7.2090366794138143, 0.14373547554643007,
|
||||
0.079199999999999743, 663.7295323430244, 7.2456971090737667, 1.8563402210240607, 2496.6521024976296, 7.2069297726486026, 0.14365977897593968,
|
||||
0.07959999999999974, 663.73475533240912, 7.2454449112896437, 1.8564194444226549, 2494.7366996574315, 7.2050237630291596, 0.14358055557734559,
|
||||
0.079999999999999738, 663.73921328028746, 7.2451722596862824, 1.8565017745633898, 2492.8273606766361, 7.2032939002874166, 0.14349822543661087,
|
||||
0.080399999999999736, 663.74299422280433, 7.2448815575475809, 1.8565868428742485, 2490.9229928087507, 7.2017184859881018, 0.14341315712575206,
|
||||
0.080799999999999733, 663.74617540474958, 7.2445749136314905, 1.8566743259522394, 2489.022638246935, 7.2002784925800674, 0.14332567404776123,
|
||||
0.081199999999999731, 663.74882461046218, 7.2442541784864334, 1.8567639399893827, 2487.1254574336699, 7.1989572301107394, 0.14323606001061784,
|
||||
0.081599999999999728, 663.75100130531973, 7.2439209756032499, 1.8568554359929581, 2485.2307147274423, 7.1977400613116407, 0.14314456400704226,
|
||||
0.081999999999999726, 663.75275766989034, 7.2435767296388622, 1.8569485954559557, 2483.3377655866339, 7.1966141447122975, 0.14305140454404458,
|
||||
0.082399999999999723, 663.75413951337396, 7.2432226913465581, 1.8570432265334518, 2481.4460449659532, 7.1955682075398553, 0.14295677346654831,
|
||||
0.082799999999999721, 663.7551870234762, 7.2428599580455622, 1.8571391609041148, 2479.5550582868836, 7.1945923611047586, 0.14286083909588559,
|
||||
0.083199999999999719, 663.75593546252117, 7.2424894926219512, 1.8572362508569429, 2477.6643723394109, 7.1936779277550364, 0.14276374914305712,
|
||||
0.083599999999999716, 663.75641577744011, 7.2421121401790503, 1.857334366738661, 2475.7736082486754, 7.1928172919548592, 0.14266563326133902,
|
||||
0.083999999999999714, 663.75665512221485, 7.2417286422992051, 1.8574333947676152, 2473.8824341511568, 7.1920037695353329, 0.1425666052323851,
|
||||
0.084399999999999711, 663.75667732352861, 7.2413396497547984, 1.8575332350854143, 2471.9905604645846, 7.1912314959590606, 0.14246676491458607,
|
||||
0.084799999999999709, 663.75650328913173, 7.2409457336555789, 1.8576338000483164, 2470.0977339912297, 7.1904953238384905, 0.14236619995168392,
|
||||
0.085199999999999707, 663.75615136479246, 7.2405473951925252, 1.8577350127337795, 2468.2037337956294, 7.189790736116815, 0.14226498726622058,
|
||||
0.085599999999999704, 663.75563764847573, 7.2401450742139106, 1.857836805625996, 2466.308367289329, 7.1891137689511755, 0.14216319437400413,
|
||||
0.085999999999999702, 663.75497626612196, 7.2397391567530667, 1.8579391194620838, 2464.4114668173679, 7.1884609440875282, 0.14206088053791627,
|
||||
0.086399999999999699, 663.75417961120206, 7.2393299815673915, 1.8580419022298431, 2462.512886646276, 7.1878292100454102, 0.14195809777015678,
|
||||
0.086799999999999697, 663.75325855674907, 7.2389178459257906, 1.8581451082806522, 2460.6125003830443, 7.1872158902532055, 0.14185489171934768,
|
||||
0.087199999999999694, 663.75222264656691, 7.2385030108271229, 1.8582486975294745, 2458.7101985624781, 7.1866186360533417, 0.14175130247052534,
|
||||
0.087599999999999692, 663.75108025858037, 7.238085705458511, 1.8583526347714141, 2456.805886665034, 7.1860353867644822, 0.1416473652285857,
|
||||
0.08799999999999969, 663.74983874388965, 7.2376661309908012, 1.8584568890999074, 2454.8994833557313, 7.1854643355200327, 0.14154311090009256,
|
||||
0.088399999999999687, 663.74850454979719, 7.2372444639363795, 1.8585614333919624, 2452.9909190009653, 7.1849038992225163, 0.14143856660803725,
|
||||
0.088799999999999685, 663.74708333406204, 7.2368208592668051, 1.8586662438301029, 2451.0801342137938, 7.1843526904107593, 0.14133375616989677,
|
||||
0.089199999999999682, 663.74558006962934, 7.2363954532700197, 1.8587712994641306, 2449.1670785887773, 7.183809491598482, 0.14122870053586906,
|
||||
0.08959999999999968, 663.74399912410877, 7.2359683657195601, 1.8588765818785462, 2447.2517097174132, 7.1832732357959852, 0.1411234181214534,
|
||||
0.089999999999999677, 663.7423443340416, 7.2355397019010068, 1.85898207488177, 2445.3339922320538, 7.1827429881980542, 0.14101792511822955,
|
||||
0.090399999999999675, 663.74061906848124, 7.2351095543468951, 1.8590877642400749, 2443.4138970610311, 7.1822179306847724, 0.14091223575992462,
|
||||
0.090799999999999673, 663.73882629004129, 7.2346780045019647, 1.859193637422103, 2441.4914006797785, 7.1816973468123848, 0.1408063625778968,
|
||||
0.09119999999999967, 663.73696860498217, 7.2342451240895773, 1.8592996833892486, 2439.5664844240528, 7.1811806093508839, 0.14070031661075094,
|
||||
0.091599999999999668, 663.73504830753313, 7.2338109763208003, 1.8594058924101564, 2437.6391340268924, 7.180667169589861, 0.14059410758984306,
|
||||
0.091999999999999665, 663.73306741739486, 7.2333756169174919, 1.8595122559037616, 2435.7093391388685, 7.1801565480694682, 0.14048774409623802,
|
||||
0.092399999999999663, 663.73102771551578, 7.2329390950879633, 1.8596187662895494, 2433.7770927675974, 7.1796483254980812, 0.14038123371045008,
|
||||
0.092799999999999661, 663.72893077387357, 7.2325014543392712, 1.8597254168628887, 2431.8423911200925, 7.1791421359265897, 0.14027458313711097,
|
||||
0.093199999999999658, 663.72677798188499, 7.232062733197421, 1.8598322016844888, 2429.9052331172315, 7.1786376598122619, 0.14016779831551074,
|
||||
0.093599999999999656, 663.72457056867222, 7.2316229658145827, 1.8599391154872067, 2427.9656200401914, 7.1781346184218595, 0.14006088451279308,
|
||||
0.093999999999999653, 663.72230962316019, 7.2311821825171707, 1.8600461535919002, 2426.0235557034575, 7.1776327698540916, 0.13995384640809963,
|
||||
0.094399999999999651, 663.71999611444255, 7.2307404103608723, 1.8601533118221709, 2424.0790456143181, 7.1771319025336142, 0.139846688177829,
|
||||
0.094799999999999648, 663.71763090531942, 7.2302976734998552, 1.8602605864477029, 2422.1320971966547, 7.1766318328861907, 0.13973941355229683,
|
||||
0.095199999999999646, 663.71521476547377, 7.2298539935459845, 1.8603679741290999, 2420.1827195423912, 7.1761324018637644, 0.13963202587089962,
|
||||
0.095599999999999644, 663.71274838435613, 7.229409389919998, 1.8604754718639365, 2418.2309232041143, 7.1756334716221222, 0.13952452813606306,
|
||||
0.095999999999999641, 663.71023238162479, 7.2289638801360017, 1.8605830769430522, 2416.2767201001479, 7.1751349230321573, 0.13941692305694731,
|
||||
0.096399999999999639, 663.70766731643619, 7.2285174800546521, 1.8606907869116598, 2414.3201233886052, 7.17463665335264, 0.13930921308833991,
|
||||
0.096799999999999636, 663.70505369539853, 7.2280702040998746, 1.8607985995360439, 2412.3611473645483, 7.1741385742471389, 0.13920140046395574,
|
||||
0.097199999999999634, 663.70239197943965, 7.2276220654459777, 1.8609065127748103, 2410.3998073759594, 7.1736406100888681, 0.13909348722518936,
|
||||
0.097599999999999631, 663.69968259007669, 7.2271730761884507, 1.8610145247526375, 2408.4361197439803, 7.1731426964018858, 0.1389854752473621,
|
||||
0.097999999999999629, 663.69692591506157, 7.2267232474976968, 1.8611226337366407, 2406.4701016839313, 7.1726447784340239, 0.13887736626335917,
|
||||
0.098399999999999627, 663.69412231370336, 7.2262725897639282, 1.861230838114091, 2404.5017712445415, 7.1721468098470282, 0.13876916188590865,
|
||||
0.098799999999999624, 663.69127212084368, 7.225821112705372, 1.861339136375781, 2402.5311472459402, 7.1716487516991672, 0.13866086362421864,
|
||||
0.099199999999999622, 663.68837564983198, 7.2253688254493333, 1.8614475271035644, 2400.5582492461544, 7.1711505717190347, 0.13855247289643519,
|
||||
0.099599999999999619, 663.68543319560922, 7.2249157366161407, 1.8615560089574508, 2398.5830974939736, 7.1706522435180826, 0.13844399104254909,
|
||||
0.099999999999999617, 663.68244503794745, 7.2244618544072514, 1.8616645806620435, 2396.60571288753, 7.1701537457803717, 0.13833541933795618,
|
||||
0.10039999999999961, 663.6794114441708, 7.2240071866792315, 1.8617732409951604, 2394.6261169281547, 7.1696550615527297, 0.13822675900483936,
|
||||
0.10079999999999961, 663.67633267113945, 7.2235517409977135, 1.8618819887795277, 2392.6443316999475, 7.1691561777631199, 0.13811801122047199,
|
||||
0.10119999999999961, 663.67320896692456, 7.2230955246829618, 1.8619908228757709, 2390.6603798345495, 7.168657084768415, 0.13800917712422878,
|
||||
0.10159999999999961, 663.67004057247573, 7.222638544855152, 1.862099742175447, 2388.6742844931609, 7.1681577759486323, 0.13790025782455273,
|
||||
0.1019999999999996, 663.66682772314016, 7.2221808084756445, 1.8622087455946845, 2386.686069327709, 7.1676582472763473, 0.13779125440531526,
|
||||
0.1023999999999996, 663.66357065002853, 7.2217223223840827, 1.8623178320684741, 2384.6957584721094, 7.1671584969973257, 0.13768216793152571,
|
||||
0.1027999999999996, 663.66026958062719, 7.2212630933149899, 1.8624270005481116, 2382.7033765192964, 7.1666585254430855, 0.13757299945188833,
|
||||
0.1031999999999996, 663.65692474017044, 7.2208031279350031, 1.862536249995461, 2380.7089485002539, 7.1661583346778581, 0.13746375000453923,
|
||||
0.1035999999999996, 663.65353635254269, 7.2203424328673078, 1.8626455793791905, 2378.7124998519271, 7.165657928219475, 0.13735442062080963,
|
||||
0.10399999999999959, 663.65010464070417, 7.2198810147031773, 1.8627549876729899, 2376.7140564234205, 7.1651573109657454, 0.13724501232701034,
|
||||
0.10439999999999959, 663.64662982731863, 7.2194188800189822, 1.8628644738529503, 2374.7136444535877, 7.164656489000313, 0.13713552614705007,
|
||||
0.10479999999999959, 663.64311213541657, 7.2189560353940694, 1.8629740368948067, 2372.711290550852, 7.1641554693995042, 0.13702596310519335,
|
||||
0.10519999999999959, 663.63955178875688, 7.2184924874205842, 1.8630836757724225, 2370.7070216689367, 7.1636542600934332, 0.13691632422757771,
|
||||
0.10559999999999958, 663.6359490118615, 7.218028242704368, 1.8631933894576469, 2368.7008651099, 7.1631528698686902, 0.13680661054235338,
|
||||
0.10599999999999958, 663.63230403073828, 7.2175633078844994, 1.863303176917299, 2366.6928485265184, 7.1626513082105472, 0.13669682308270112,
|
||||
0.10639999999999958, 663.62861707381865, 7.2170976896585177, 1.8634130371092783, 2364.6829998622748, 7.1621495849460777, 0.13658696289072175,
|
||||
0.10679999999999958, 663.62488837126841, 7.2166313947638239, 1.8635229689854313, 2362.6713473580485, 7.1616477104298228, 0.13647703101456882,
|
||||
0.10719999999999957, 663.62111815447759, 7.2161644299638619, 1.8636329714936717, 2360.657919573574, 7.1611456956934942, 0.13636702850632865,
|
||||
0.10759999999999957, 663.61730665865093, 7.215696802117967, 1.8637430435672153, 2358.6427453193255, 7.1606435517097653, 0.13625695643278549,
|
||||
0.10799999999999957, 663.61345412011724, 7.2152285181087281, 1.8638531841357717, 2356.6258536900923, 7.1601412900747841, 0.13614681586422897,
|
||||
0.10839999999999957, 663.60956077789979, 7.2147595848842725, 1.8639633921190255, 2354.6072740707764, 7.1596389226809078, 0.13603660788097496,
|
||||
0.10879999999999956, 663.60562687491938, 7.2142900094907709, 1.8640736664216087, 2352.5870359299797, 7.1591364609092425, 0.13592633357839162,
|
||||
0.10919999999999956, 663.60165265533476, 7.213819799000313, 1.8641840059442518, 2350.5651691947733, 7.158633917200766, 0.13581599405574829,
|
||||
0.10959999999999956, 663.59763836646403, 7.2133489605630698, 1.8642944095756975, 2348.5417038656155, 7.1581313036289034, 0.13570559042430275,
|
||||
0.10999999999999956, 663.59358425818505, 7.2128775013911426, 1.8644048761951761, 2346.5166701863209, 7.1576286324717522, 0.13559512380482402,
|
||||
0.11039999999999955, 663.58949058330791, 7.2124054287679291, 1.8645154046710257, 2344.4900986081784, 7.1571259160460965, 0.13548459532897442,
|
||||
0.11079999999999955, 663.58535759721087, 7.2119327500388497, 1.8646259938620529, 2342.4620197482236, 7.1566231666737954, 0.13537400613794742,
|
||||
0.11119999999999955, 663.58118555786598, 7.211459472611903, 1.8647366426174539, 2340.432464404309, 7.1561203967187854, 0.13526335738254611,
|
||||
0.11159999999999955, 663.57697472601285, 7.2109856039619427, 1.8648473497761853, 2338.4014635565782, 7.1556176185558789, 0.1351526502238149,
|
||||
0.11199999999999954, 663.57272536510015, 7.2105111516290599, 1.8649581141672082, 2336.3690483210949, 7.1551148444635775, 0.13504188583279211,
|
||||
0.11239999999999954, 663.56843774111371, 7.2100361232140768, 1.8650689346101634, 2334.3352499411467, 7.1546120866401894, 0.13493106538983671,
|
||||
0.11279999999999954, 663.56411212248702, 7.2095605263761131, 1.8651798099157375, 2332.3000998054072, 7.1541093572711532, 0.13482019008426244,
|
||||
0.11319999999999954, 663.55974878007703, 7.2090843688318573, 1.8652907388857749, 2330.2636294327726, 7.1536066684956658, 0.13470926111422507,
|
||||
0.11359999999999953, 663.55534798712438, 7.2086076583543823, 1.8654017203134641, 2328.2258704319775, 7.153104032312565, 0.13459827968653615,
|
||||
0.11399999999999953, 663.55091001917526, 7.2081304027710003, 1.8655127529836659, 2326.1868545031584, 7.1526014606020167, 0.13448724701633433,
|
||||
0.11439999999999953, 663.54643515400505, 7.20765260996113, 1.8656238356732389, 2324.1466134545963, 7.1520989651864646, 0.13437616432676139,
|
||||
0.11479999999999953, 663.54192367154326, 7.2071742878542437, 1.865734967151355, 2322.1051791683699, 7.1515965577591318, 0.13426503284864538,
|
||||
0.11519999999999953, 663.53737585378133, 7.2066954444273303, 1.8658461461798872, 2320.0625835693245, 7.1510942498242969, 0.1341538538201133,
|
||||
0.11559999999999952, 663.53279198468249, 7.2062160877024235, 1.8659573715137887, 2318.0188586478166, 7.1505920527762852, 0.13404262848621162,
|
||||
0.11599999999999952, 663.52817235010332, 7.2057362257444488, 1.8660686419014247, 2315.9740364577083, 7.1500899779121481, 0.13393135809857548,
|
||||
0.11639999999999952, 663.52351723770198, 7.2052558666586961, 1.8661799560849606, 2313.928149069427, 7.1495880363313926, 0.13382004391503946,
|
||||
0.11679999999999952, 663.51882693683956, 7.2047750185881325, 1.8662913128007725, 2311.8812285674417, 7.1490862389512619, 0.13370868719922749,
|
||||
0.11719999999999951, 663.51410173849877, 7.2042936897111689, 1.8664027107797925, 2309.8333070678614, 7.1485845965690169, 0.13359728922020764,
|
||||
0.11759999999999951, 663.50934193517685, 7.2038118882387545, 1.8665141487479553, 2307.7844166868977, 7.1480831198044736, 0.13348585125204498,
|
||||
0.11799999999999951, 663.50454782077361, 7.2033296224113244, 1.8666256254266671, 2305.7345895324929, 7.1475818191063167, 0.1333743745733332,
|
||||
0.11839999999999951, 663.49971969053092, 7.2028469004971374, 1.8667371395330623, 2303.6838576998616, 7.1470807047508895, 0.13326286046693819,
|
||||
0.1187999999999995, 663.49485784094043, 7.2023637307897683, 1.8668486897803871, 2301.6322532454928, 7.1465797867911789, 0.13315131021961329,
|
||||
0.1191999999999995, 663.48996256960493, 7.2018801216043489, 1.8669602748785812, 2299.5798082153756, 7.146079075169478, 0.13303972512141909,
|
||||
0.1195999999999995, 663.48503417513643, 7.2013960812748152, 1.8670718935347006, 2297.5265546090195, 7.1455785796464779, 0.13292810646529971,
|
||||
0.1199999999999995, 663.48007295712534, 7.2009116181530439, 1.8671835444530505, 2295.4725243340772, 7.1450783096735151, 0.13281645554694974,
|
||||
|
127
Cantera/python/examples/reactors/reactor2_sim/reactor2.py
Normal file
127
Cantera/python/examples/reactors/reactor2_sim/reactor2.py
Normal file
|
|
@ -0,0 +1,127 @@
|
|||
"""
|
||||
|
||||
This script simulates the following situation. A closed cylinder with
|
||||
volume 2 m^3 is divided into two equal parts by a massless piston that
|
||||
moves with speed proportional to the pressure difference between the
|
||||
two sides. It is initially held in place in the middle. One side is
|
||||
filled with 1000 K argon at 20 atm, and the other with a combustible
|
||||
500 K methane/air mixture at 0.1 atm (phi = 1.1). At t = 0 the piston
|
||||
is released and begins to move due to the large pressure difference,
|
||||
compressing and heating the methane/air mixture, which eventually
|
||||
explodes. At the same time, the argon cools as it expands. The piston
|
||||
is adiabatic, but some heat is lost through the outer cylinder walls
|
||||
to the environment.
|
||||
|
||||
Note that this simulation, being zero-dimensional, takes no account of
|
||||
shock wave propagation. It is somewhat artifical, but nevertheless
|
||||
instructive.
|
||||
|
||||
"""
|
||||
|
||||
import sys
|
||||
from Cantera import *
|
||||
from Cantera.Reactor import *
|
||||
from Cantera.Func import *
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
# First create each gas needed, and a reactor or reservoir for each one.
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
# create an argon gas object and set its state. This function is
|
||||
# defined in module Cantera.gases, as are functions 'Air()', and
|
||||
# 'GRI30()'
|
||||
|
||||
ar = Argon()
|
||||
ar.set(T = 1000.0, P = 20.0*OneAtm, X = 'AR:1')
|
||||
|
||||
# create a reactor to represent the side of the cylinder filled with argon
|
||||
r1 = Reactor(ar)
|
||||
|
||||
|
||||
# create a reservoir for the environment, and fill it with air.
|
||||
env = Reservoir(Air())
|
||||
|
||||
|
||||
# use GRI-Mech 3.0 for the methane/air mixture, and set its initial state
|
||||
gri3 = GRI30()
|
||||
|
||||
gri3.set(T = 500.0, P = 0.2*OneAtm, X = 'CH4:1.1, O2:2, N2:7.52')
|
||||
|
||||
# create a reactor for the methane/air side
|
||||
r2 = Reactor(gri3)
|
||||
|
||||
|
||||
#---------------------------------------------------------------------
|
||||
# Now couple the reactors by defining common walls that may move (a piston)
|
||||
# or conduct heat
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
# add a flexible wall (a piston) between r2 and r1
|
||||
w = Wall(r2, r1)
|
||||
w.set(area = 1.0, K=0.5e-4, U = 100.0)
|
||||
|
||||
|
||||
# heat loss to the environment. Heat loss always occur through walls,
|
||||
# so we create a wall separating r1 from the environment, give it a
|
||||
# non-zero area, and specify the overall heat transfer coefficient
|
||||
# through the wall.
|
||||
w2 = Wall(r2, env)
|
||||
w2.set(area = 1.0, U=500.0)
|
||||
|
||||
sim = ReactorNet([r1, r2])
|
||||
|
||||
# Now the problem is set up, and we're ready to solve it.
|
||||
print 'finished setup, begin solution...'
|
||||
|
||||
time = 0.0
|
||||
f = open('piston.csv','w')
|
||||
writeCSV(f,['time (s)','T1 (K)','P1 (Bar)','V1 (m3)',
|
||||
'T2 (K)','P2 (Bar)','V2 (m3)'])
|
||||
temp = zeros([300, 2], 'd')
|
||||
pres = zeros([300, 2], 'd')
|
||||
vol = zeros([300, 2], 'd')
|
||||
tm = zeros(300,'d')
|
||||
for n in range(300):
|
||||
time += 4.e-4
|
||||
print time, r2.temperature(),n
|
||||
sim.advance(time)
|
||||
tm[n] = time
|
||||
temp[n,:] = [r1.temperature(), r2.temperature()]
|
||||
pres[n,:] = [1.0e-5*r1.pressure(), 1.0e-5*r2.pressure()]
|
||||
vol[n,:] = [r1.volume(), r2.volume()]
|
||||
writeCSV(f, [tm[n], temp[n,0], pres[n,0], vol[n,0],
|
||||
temp[n,1], pres[n,1], vol[n,1]])
|
||||
f.close()
|
||||
import os
|
||||
print 'Output written to file piston.csv'
|
||||
print 'Directory: '+os.getcwd()
|
||||
|
||||
args = sys.argv
|
||||
if len(args) > 1 and args[1] == '-plot':
|
||||
try:
|
||||
from matplotlib.pylab import *
|
||||
clf
|
||||
subplot(2,2,1)
|
||||
plot(tm, temp[:,0],'g-',tm, temp[:,1],'b-')
|
||||
legend(['Reactor 1','Reactor 2'],2)
|
||||
xlabel('Time (s)');
|
||||
ylabel('Temperature (K)');
|
||||
|
||||
subplot(2,2,2)
|
||||
plot(tm, pres[:,0],'g-',tm, pres[:,1],'b-')
|
||||
legend(['Reactor 1','Reactor 2'],2)
|
||||
xlabel('Time (s)');
|
||||
ylabel('Pressure (Bar)');
|
||||
|
||||
subplot(2,2,3)
|
||||
plot(tm, vol[:,0],'g-',tm, vol[:,1],'b-')
|
||||
legend(['Reactor 1','Reactor 2'],2)
|
||||
xlabel('Time (s)');
|
||||
ylabel('Volume (m^3)');
|
||||
|
||||
show()
|
||||
except:
|
||||
pass
|
||||
else:
|
||||
print """To view a plot of these results, run this script with the option -plot"""
|
||||
|
||||
64
Cantera/python/examples/reactors/reactor2_sim/runtest.in
Executable file
64
Cantera/python/examples/reactors/reactor2_sim/runtest.in
Executable file
|
|
@ -0,0 +1,64 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
#
|
||||
temp_success="1"
|
||||
/bin/rm -f output_0.txt piston.csv diff_csv.txt diff_out_0.txt
|
||||
|
||||
##########################################################################
|
||||
PYTHON_CMD=@PYTHON_CMD@
|
||||
prog=reactor2.py
|
||||
if test ! -f $prog ; then
|
||||
echo $prog ' does not exist'
|
||||
exit -1
|
||||
fi
|
||||
#################################################################
|
||||
#
|
||||
CANTERA_DATA=${CANTERA_DATA:=../../../data/inputs}; export CANTERA_DATA
|
||||
CANTERA_BIN=${CANTERA_BIN:=../../../bin}
|
||||
|
||||
#################################################################
|
||||
|
||||
$PYTHON_CMD $prog > output_0.txt <<+
|
||||
1.0
|
||||
+
|
||||
retnStat=$?
|
||||
if [ $retnStat != "0" ]
|
||||
then
|
||||
temp_success="0"
|
||||
echo "$prog returned with bad status, $retnStat, check output"
|
||||
fi
|
||||
|
||||
diff -w output_blessed_0.txt output_0.txt > diff_out_0.txt
|
||||
retnStat_0=$?
|
||||
|
||||
csvdiff -a 1.0E-50 piston_blessed_0.csv piston.csv > diff_csv.txt
|
||||
retnStat_csv_0=$?
|
||||
|
||||
retnTotal=1
|
||||
if test $retnStat_0 = "0"
|
||||
then
|
||||
retnTotal=0
|
||||
fi
|
||||
|
||||
retnCSVTotal=1
|
||||
if test $retnStat_csv_0 = "1"
|
||||
then
|
||||
retnCSVTotal=0
|
||||
fi
|
||||
|
||||
if test $retnCSVTotal = "0"
|
||||
then
|
||||
echo "Successful test comparison on "`pwd`
|
||||
if test $retnTotal = "1"
|
||||
then
|
||||
echo " But text files show differences. See diff_out_0.txt"
|
||||
fi
|
||||
else
|
||||
echo "Unsuccessful test comparison of csv files on "`pwd` " test"
|
||||
echo " see diff_csv.txt "
|
||||
if test $retnTotal != "0"
|
||||
then
|
||||
echo " ASCII files are different too - see diff_test*.txt"
|
||||
fi
|
||||
fi
|
||||
|
||||
Loading…
Add table
Reference in a new issue