exerpy 0.0.2__py3-none-any.whl → 0.0.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. exerpy/__init__.py +2 -4
  2. exerpy/analyses.py +849 -304
  3. exerpy/components/__init__.py +3 -0
  4. exerpy/components/combustion/base.py +53 -35
  5. exerpy/components/component.py +8 -8
  6. exerpy/components/heat_exchanger/base.py +188 -121
  7. exerpy/components/heat_exchanger/condenser.py +98 -62
  8. exerpy/components/heat_exchanger/simple.py +237 -137
  9. exerpy/components/heat_exchanger/steam_generator.py +46 -41
  10. exerpy/components/helpers/cycle_closer.py +61 -34
  11. exerpy/components/helpers/power_bus.py +117 -0
  12. exerpy/components/nodes/deaerator.py +176 -58
  13. exerpy/components/nodes/drum.py +50 -39
  14. exerpy/components/nodes/flash_tank.py +218 -43
  15. exerpy/components/nodes/mixer.py +249 -69
  16. exerpy/components/nodes/splitter.py +173 -0
  17. exerpy/components/nodes/storage.py +130 -0
  18. exerpy/components/piping/valve.py +311 -115
  19. exerpy/components/power_machines/generator.py +105 -38
  20. exerpy/components/power_machines/motor.py +111 -39
  21. exerpy/components/turbomachinery/compressor.py +214 -68
  22. exerpy/components/turbomachinery/pump.py +215 -68
  23. exerpy/components/turbomachinery/turbine.py +182 -74
  24. exerpy/cost_estimation/__init__.py +65 -0
  25. exerpy/cost_estimation/turton.py +1260 -0
  26. exerpy/data/cost_correlations/cepci_index.json +135 -0
  27. exerpy/data/cost_correlations/component_mapping.json +450 -0
  28. exerpy/data/cost_correlations/material_factors.json +428 -0
  29. exerpy/data/cost_correlations/pressure_factors.json +206 -0
  30. exerpy/data/cost_correlations/turton2008.json +726 -0
  31. exerpy/data/cost_correlations/turton2008_design_analysis_synthesis_components_tables.pdf +0 -0
  32. exerpy/data/cost_correlations/turton2008_design_analysis_synthesis_components_theory.pdf +0 -0
  33. exerpy/functions.py +389 -264
  34. exerpy/parser/from_aspen/aspen_config.py +57 -48
  35. exerpy/parser/from_aspen/aspen_parser.py +373 -280
  36. exerpy/parser/from_ebsilon/__init__.py +2 -2
  37. exerpy/parser/from_ebsilon/check_ebs_path.py +15 -19
  38. exerpy/parser/from_ebsilon/ebsilon_config.py +328 -226
  39. exerpy/parser/from_ebsilon/ebsilon_functions.py +205 -38
  40. exerpy/parser/from_ebsilon/ebsilon_parser.py +392 -255
  41. exerpy/parser/from_ebsilon/utils.py +16 -11
  42. exerpy/parser/from_tespy/tespy_config.py +33 -1
  43. exerpy/parser/from_tespy/tespy_parser.py +151 -0
  44. {exerpy-0.0.2.dist-info → exerpy-0.0.4.dist-info}/METADATA +43 -2
  45. exerpy-0.0.4.dist-info/RECORD +57 -0
  46. exerpy-0.0.2.dist-info/RECORD +0 -44
  47. {exerpy-0.0.2.dist-info → exerpy-0.0.4.dist-info}/WHEEL +0 -0
  48. {exerpy-0.0.2.dist-info → exerpy-0.0.4.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,726 @@
1
+ {
2
+ "_metadata": {
3
+ "reference": "Turton, R., Bailie, R.C., Whiting, W.B., Shaeiwitz, J.A., Analysis, Synthesis, and Design of Chemical Processes, 3rd Edition, Prentice Hall, 2008",
4
+ "description": "Equipment cost correlations for preliminary capital cost estimation",
5
+ "base_year": 2001,
6
+ "base_cepci": 397,
7
+ "cost_equation": "log10(Cp) = K1 + K2*log10(A) + K3*(log10(A))^2",
8
+ "bare_module_equation": "CBM = Cp * (B1 + B2*Fp*Fm)",
9
+ "notes": [
10
+ "Cp = purchased equipment cost at base conditions (carbon steel, ambient pressure) in USD",
11
+ "A = capacity or size parameter in specified units",
12
+ "Fp = pressure factor (from pressure_factors.json)",
13
+ "Fm = material factor (from material_factors.json)",
14
+ "All costs are in USD at CEPCI = 397 (year 2001)"
15
+ ]
16
+ },
17
+ "heat_exchangers": {
18
+ "shell_and_tube_fixed_head": {
19
+ "description": "Fixed head shell-and-tube heat exchanger",
20
+ "capacity_parameter": "area",
21
+ "capacity_unit": "m2",
22
+ "capacity_min": 10.0,
23
+ "capacity_max": 1000.0,
24
+ "K1": 4.3247,
25
+ "K2": -0.3030,
26
+ "K3": 0.1634,
27
+ "B1": 1.63,
28
+ "B2": 1.66,
29
+ "default_material": "CS/CS",
30
+ "pressure_factor_type": "heat_exchanger"
31
+ },
32
+ "shell_and_tube_floating_head": {
33
+ "description": "Floating head shell-and-tube heat exchanger",
34
+ "capacity_parameter": "area",
35
+ "capacity_unit": "m2",
36
+ "capacity_min": 10.0,
37
+ "capacity_max": 1000.0,
38
+ "K1": 4.8306,
39
+ "K2": -0.8509,
40
+ "K3": 0.3187,
41
+ "B1": 1.63,
42
+ "B2": 1.66,
43
+ "default_material": "CS/CS",
44
+ "pressure_factor_type": "heat_exchanger"
45
+ },
46
+ "shell_and_tube_u_tube": {
47
+ "description": "U-tube shell-and-tube heat exchanger",
48
+ "capacity_parameter": "area",
49
+ "capacity_unit": "m2",
50
+ "capacity_min": 10.0,
51
+ "capacity_max": 1000.0,
52
+ "K1": 4.1884,
53
+ "K2": -0.2503,
54
+ "K3": 0.1974,
55
+ "B1": 1.63,
56
+ "B2": 1.66,
57
+ "default_material": "CS/CS",
58
+ "pressure_factor_type": "heat_exchanger"
59
+ },
60
+ "shell_and_tube_kettle_reboiler": {
61
+ "description": "Kettle reboiler shell-and-tube heat exchanger",
62
+ "capacity_parameter": "area",
63
+ "capacity_unit": "m2",
64
+ "capacity_min": 10.0,
65
+ "capacity_max": 100.0,
66
+ "K1": 4.4646,
67
+ "K2": -0.5277,
68
+ "K3": 0.3955,
69
+ "B1": 1.63,
70
+ "B2": 1.66,
71
+ "default_material": "CS/CS",
72
+ "pressure_factor_type": "heat_exchanger"
73
+ },
74
+ "double_pipe": {
75
+ "description": "Double pipe heat exchanger",
76
+ "capacity_parameter": "area",
77
+ "capacity_unit": "m2",
78
+ "capacity_min": 1.0,
79
+ "capacity_max": 10.0,
80
+ "K1": 3.3444,
81
+ "K2": 0.2745,
82
+ "K3": -0.0472,
83
+ "B1": 1.80,
84
+ "B2": 1.50,
85
+ "default_material": "CS/CS",
86
+ "pressure_factor_type": "heat_exchanger"
87
+ },
88
+ "plate_and_frame": {
89
+ "description": "Plate and frame heat exchanger",
90
+ "capacity_parameter": "area",
91
+ "capacity_unit": "m2",
92
+ "capacity_min": 10.0,
93
+ "capacity_max": 1000.0,
94
+ "K1": 4.6656,
95
+ "K2": -0.1557,
96
+ "K3": 0.1547,
97
+ "B1": 0.96,
98
+ "B2": 1.21,
99
+ "default_material": "SS",
100
+ "pressure_factor_type": "none"
101
+ },
102
+ "spiral_tube": {
103
+ "description": "Spiral tube heat exchanger",
104
+ "capacity_parameter": "area",
105
+ "capacity_unit": "m2",
106
+ "capacity_min": 1.0,
107
+ "capacity_max": 100.0,
108
+ "K1": 4.0336,
109
+ "K2": 0.2341,
110
+ "K3": 0.0497,
111
+ "B1": 1.74,
112
+ "B2": 1.55,
113
+ "default_material": "CS/CS",
114
+ "pressure_factor_type": "heat_exchanger"
115
+ },
116
+ "air_cooler": {
117
+ "description": "Air cooled heat exchanger (fin-fan)",
118
+ "capacity_parameter": "area",
119
+ "capacity_unit": "m2",
120
+ "capacity_min": 10.0,
121
+ "capacity_max": 10000.0,
122
+ "K1": 4.0336,
123
+ "K2": 0.2341,
124
+ "K3": 0.0497,
125
+ "B1": 0.96,
126
+ "B2": 1.21,
127
+ "default_material": "CS",
128
+ "pressure_factor_type": "air_cooler"
129
+ }
130
+ },
131
+ "pumps": {
132
+ "centrifugal_single_stage": {
133
+ "description": "Single stage centrifugal pump",
134
+ "capacity_parameter": "power",
135
+ "capacity_unit": "kW",
136
+ "capacity_min": 1.0,
137
+ "capacity_max": 300.0,
138
+ "K1": 3.3892,
139
+ "K2": 0.0536,
140
+ "K3": 0.1538,
141
+ "B1": 1.89,
142
+ "B2": 1.35,
143
+ "default_material": "CS",
144
+ "pressure_factor_type": "pump",
145
+ "includes_motor": false
146
+ },
147
+ "centrifugal_multistage": {
148
+ "description": "Multi-stage centrifugal pump",
149
+ "capacity_parameter": "power",
150
+ "capacity_unit": "kW",
151
+ "capacity_min": 1.0,
152
+ "capacity_max": 300.0,
153
+ "K1": 3.5793,
154
+ "K2": 0.3208,
155
+ "K3": 0.0283,
156
+ "B1": 1.89,
157
+ "B2": 1.35,
158
+ "default_material": "CS",
159
+ "pressure_factor_type": "pump",
160
+ "includes_motor": false
161
+ },
162
+ "reciprocating": {
163
+ "description": "Reciprocating pump",
164
+ "capacity_parameter": "power",
165
+ "capacity_unit": "kW",
166
+ "capacity_min": 0.1,
167
+ "capacity_max": 200.0,
168
+ "K1": 3.8696,
169
+ "K2": 0.3161,
170
+ "K3": 0.1220,
171
+ "B1": 1.89,
172
+ "B2": 1.35,
173
+ "default_material": "CS",
174
+ "pressure_factor_type": "pump",
175
+ "includes_motor": false
176
+ },
177
+ "positive_displacement": {
178
+ "description": "Positive displacement pump (rotary)",
179
+ "capacity_parameter": "power",
180
+ "capacity_unit": "kW",
181
+ "capacity_min": 0.1,
182
+ "capacity_max": 100.0,
183
+ "K1": 3.4771,
184
+ "K2": 0.1350,
185
+ "K3": 0.1438,
186
+ "B1": 1.89,
187
+ "B2": 1.35,
188
+ "default_material": "CS",
189
+ "pressure_factor_type": "pump",
190
+ "includes_motor": false
191
+ }
192
+ },
193
+ "compressors": {
194
+ "centrifugal": {
195
+ "description": "Centrifugal compressor",
196
+ "capacity_parameter": "power",
197
+ "capacity_unit": "kW",
198
+ "capacity_min": 450.0,
199
+ "capacity_max": 3000.0,
200
+ "K1": 2.2897,
201
+ "K2": 1.3604,
202
+ "K3": -0.1027,
203
+ "B1": 0.0,
204
+ "B2": 0.0,
205
+ "FBM": 2.70,
206
+ "default_material": "CS",
207
+ "pressure_factor_type": "none",
208
+ "includes_driver": false
209
+ },
210
+ "reciprocating": {
211
+ "description": "Reciprocating compressor",
212
+ "capacity_parameter": "power",
213
+ "capacity_unit": "kW",
214
+ "capacity_min": 18.0,
215
+ "capacity_max": 950.0,
216
+ "K1": 2.2897,
217
+ "K2": 1.3604,
218
+ "K3": -0.1027,
219
+ "B1": 0.0,
220
+ "B2": 0.0,
221
+ "FBM": 2.70,
222
+ "default_material": "CS",
223
+ "pressure_factor_type": "none",
224
+ "includes_driver": false
225
+ },
226
+ "screw": {
227
+ "description": "Screw compressor",
228
+ "capacity_parameter": "power",
229
+ "capacity_unit": "kW",
230
+ "capacity_min": 18.0,
231
+ "capacity_max": 950.0,
232
+ "K1": 2.5438,
233
+ "K2": 0.8857,
234
+ "K3": 0.0000,
235
+ "B1": 0.0,
236
+ "B2": 0.0,
237
+ "FBM": 2.70,
238
+ "default_material": "CS",
239
+ "pressure_factor_type": "none",
240
+ "includes_driver": false
241
+ },
242
+ "axial": {
243
+ "description": "Axial compressor",
244
+ "capacity_parameter": "power",
245
+ "capacity_unit": "kW",
246
+ "capacity_min": 450.0,
247
+ "capacity_max": 3000.0,
248
+ "K1": 2.7051,
249
+ "K2": 1.4398,
250
+ "K3": -0.1776,
251
+ "B1": 0.0,
252
+ "B2": 0.0,
253
+ "FBM": 2.70,
254
+ "default_material": "CS",
255
+ "pressure_factor_type": "none",
256
+ "includes_driver": false
257
+ }
258
+ },
259
+ "turbines": {
260
+ "steam_axial": {
261
+ "description": "Axial steam turbine",
262
+ "capacity_parameter": "power",
263
+ "capacity_unit": "kW",
264
+ "capacity_min": 100.0,
265
+ "capacity_max": 20000.0,
266
+ "K1": 2.7051,
267
+ "K2": 1.4398,
268
+ "K3": -0.1776,
269
+ "B1": 0.0,
270
+ "B2": 0.0,
271
+ "FBM": 3.50,
272
+ "default_material": "CS",
273
+ "pressure_factor_type": "none"
274
+ },
275
+ "steam_radial": {
276
+ "description": "Radial steam turbine",
277
+ "capacity_parameter": "power",
278
+ "capacity_unit": "kW",
279
+ "capacity_min": 100.0,
280
+ "capacity_max": 1500.0,
281
+ "K1": 2.2476,
282
+ "K2": 1.4965,
283
+ "K3": -0.1618,
284
+ "B1": 0.0,
285
+ "B2": 0.0,
286
+ "FBM": 3.50,
287
+ "default_material": "CS",
288
+ "pressure_factor_type": "none"
289
+ },
290
+ "gas_turbine": {
291
+ "description": "Gas turbine",
292
+ "capacity_parameter": "power",
293
+ "capacity_unit": "kW",
294
+ "capacity_min": 100.0,
295
+ "capacity_max": 30000.0,
296
+ "K1": 3.5137,
297
+ "K2": 0.5892,
298
+ "K3": 0.0000,
299
+ "B1": 0.0,
300
+ "B2": 0.0,
301
+ "FBM": 3.50,
302
+ "default_material": "high_alloy",
303
+ "pressure_factor_type": "none"
304
+ }
305
+ },
306
+ "drives": {
307
+ "electric_motor_explosion_proof": {
308
+ "description": "Explosion-proof electric motor",
309
+ "capacity_parameter": "power",
310
+ "capacity_unit": "kW",
311
+ "capacity_min": 1.0,
312
+ "capacity_max": 2500.0,
313
+ "K1": 2.4604,
314
+ "K2": 1.4191,
315
+ "K3": -0.1798,
316
+ "B1": 0.0,
317
+ "B2": 0.0,
318
+ "FBM": 1.50,
319
+ "default_material": "NA",
320
+ "pressure_factor_type": "none"
321
+ },
322
+ "electric_motor_totally_enclosed": {
323
+ "description": "Totally enclosed electric motor",
324
+ "capacity_parameter": "power",
325
+ "capacity_unit": "kW",
326
+ "capacity_min": 1.0,
327
+ "capacity_max": 2500.0,
328
+ "K1": 1.9560,
329
+ "K2": 1.7142,
330
+ "K3": -0.2282,
331
+ "B1": 0.0,
332
+ "B2": 0.0,
333
+ "FBM": 1.50,
334
+ "default_material": "NA",
335
+ "pressure_factor_type": "none"
336
+ },
337
+ "electric_motor_open_drip_proof": {
338
+ "description": "Open drip-proof electric motor",
339
+ "capacity_parameter": "power",
340
+ "capacity_unit": "kW",
341
+ "capacity_min": 1.0,
342
+ "capacity_max": 2500.0,
343
+ "K1": 2.9508,
344
+ "K2": 1.0688,
345
+ "K3": -0.1315,
346
+ "B1": 0.0,
347
+ "B2": 0.0,
348
+ "FBM": 1.50,
349
+ "default_material": "NA",
350
+ "pressure_factor_type": "none"
351
+ }
352
+ },
353
+ "vessels": {
354
+ "vertical_process": {
355
+ "description": "Vertical process vessel",
356
+ "capacity_parameter": "volume",
357
+ "capacity_unit": "m3",
358
+ "capacity_min": 0.3,
359
+ "capacity_max": 520.0,
360
+ "K1": 3.4974,
361
+ "K2": 0.4485,
362
+ "K3": 0.1074,
363
+ "B1": 2.25,
364
+ "B2": 1.82,
365
+ "default_material": "CS",
366
+ "pressure_factor_type": "vessel"
367
+ },
368
+ "horizontal_process": {
369
+ "description": "Horizontal process vessel",
370
+ "capacity_parameter": "volume",
371
+ "capacity_unit": "m3",
372
+ "capacity_min": 0.1,
373
+ "capacity_max": 628.0,
374
+ "K1": 3.5565,
375
+ "K2": 0.3776,
376
+ "K3": 0.0905,
377
+ "B1": 1.49,
378
+ "B2": 1.52,
379
+ "default_material": "CS",
380
+ "pressure_factor_type": "vessel"
381
+ }
382
+ },
383
+ "towers": {
384
+ "trayed_column": {
385
+ "description": "Trayed distillation/absorption column (vessel only)",
386
+ "capacity_parameter": "volume",
387
+ "capacity_unit": "m3",
388
+ "capacity_min": 0.3,
389
+ "capacity_max": 520.0,
390
+ "K1": 3.4974,
391
+ "K2": 0.4485,
392
+ "K3": 0.1074,
393
+ "B1": 2.25,
394
+ "B2": 1.82,
395
+ "default_material": "CS",
396
+ "pressure_factor_type": "vessel",
397
+ "notes": "Use vertical_process vessel correlation; add trays separately"
398
+ },
399
+ "packed_column": {
400
+ "description": "Packed distillation/absorption column (vessel only)",
401
+ "capacity_parameter": "volume",
402
+ "capacity_unit": "m3",
403
+ "capacity_min": 0.3,
404
+ "capacity_max": 520.0,
405
+ "K1": 3.4974,
406
+ "K2": 0.4485,
407
+ "K3": 0.1074,
408
+ "B1": 2.25,
409
+ "B2": 1.82,
410
+ "default_material": "CS",
411
+ "pressure_factor_type": "vessel",
412
+ "notes": "Use vertical_process vessel correlation; add packing separately"
413
+ }
414
+ },
415
+ "trays": {
416
+ "sieve_tray": {
417
+ "description": "Sieve tray for distillation column",
418
+ "capacity_parameter": "area",
419
+ "capacity_unit": "m2",
420
+ "capacity_min": 0.07,
421
+ "capacity_max": 12.3,
422
+ "K1": 2.9949,
423
+ "K2": 0.4465,
424
+ "K3": 0.3961,
425
+ "B1": 0.0,
426
+ "B2": 0.0,
427
+ "FBM_CS": 1.0,
428
+ "FBM_SS": 1.83,
429
+ "FBM_Ni_alloy": 4.68,
430
+ "default_material": "CS",
431
+ "pressure_factor_type": "none",
432
+ "quantity_factor": {
433
+ "N_threshold": 20,
434
+ "factor_below_threshold": "log10(fq) = 0.4771 + 0.08516*log10(N) - 0.3473*(log10(N))^2",
435
+ "factor_above_threshold": 1.0
436
+ }
437
+ },
438
+ "valve_tray": {
439
+ "description": "Valve tray for distillation column",
440
+ "capacity_parameter": "area",
441
+ "capacity_unit": "m2",
442
+ "capacity_min": 0.07,
443
+ "capacity_max": 12.3,
444
+ "K1": 3.3322,
445
+ "K2": 0.4838,
446
+ "K3": 0.3434,
447
+ "B1": 0.0,
448
+ "B2": 0.0,
449
+ "FBM_CS": 1.0,
450
+ "FBM_SS": 1.83,
451
+ "FBM_Ni_alloy": 4.68,
452
+ "default_material": "CS",
453
+ "pressure_factor_type": "none",
454
+ "quantity_factor": {
455
+ "N_threshold": 20,
456
+ "factor_below_threshold": "log10(fq) = 0.4771 + 0.08516*log10(N) - 0.3473*(log10(N))^2",
457
+ "factor_above_threshold": 1.0
458
+ }
459
+ },
460
+ "bubble_cap_tray": {
461
+ "description": "Bubble cap tray for distillation column",
462
+ "capacity_parameter": "area",
463
+ "capacity_unit": "m2",
464
+ "capacity_min": 0.07,
465
+ "capacity_max": 12.3,
466
+ "K1": 3.6259,
467
+ "K2": 0.4752,
468
+ "K3": 0.2826,
469
+ "B1": 0.0,
470
+ "B2": 0.0,
471
+ "FBM_CS": 1.0,
472
+ "FBM_SS": 1.83,
473
+ "FBM_Ni_alloy": 4.68,
474
+ "default_material": "CS",
475
+ "pressure_factor_type": "none",
476
+ "quantity_factor": {
477
+ "N_threshold": 20,
478
+ "factor_below_threshold": "log10(fq) = 0.4771 + 0.08516*log10(N) - 0.3473*(log10(N))^2",
479
+ "factor_above_threshold": 1.0
480
+ }
481
+ }
482
+ },
483
+ "packing": {
484
+ "random_ceramic": {
485
+ "description": "Random ceramic packing (Raschig rings, Berl saddles)",
486
+ "capacity_parameter": "volume",
487
+ "capacity_unit": "m3",
488
+ "capacity_min": 0.03,
489
+ "capacity_max": 628.0,
490
+ "K1": 3.0664,
491
+ "K2": 0.9744,
492
+ "K3": 0.0055,
493
+ "B1": 0.0,
494
+ "B2": 0.0,
495
+ "FBM": 1.0,
496
+ "default_material": "ceramic",
497
+ "pressure_factor_type": "none"
498
+ },
499
+ "random_metal": {
500
+ "description": "Random metal packing (Pall rings, Intalox)",
501
+ "capacity_parameter": "volume",
502
+ "capacity_unit": "m3",
503
+ "capacity_min": 0.03,
504
+ "capacity_max": 628.0,
505
+ "K1": 2.4493,
506
+ "K2": 0.9744,
507
+ "K3": 0.0055,
508
+ "B1": 0.0,
509
+ "B2": 0.0,
510
+ "FBM_CS": 1.0,
511
+ "FBM_SS": 5.12,
512
+ "FBM_Ni_alloy": 27.39,
513
+ "default_material": "CS",
514
+ "pressure_factor_type": "none"
515
+ },
516
+ "structured": {
517
+ "description": "Structured packing",
518
+ "capacity_parameter": "volume",
519
+ "capacity_unit": "m3",
520
+ "capacity_min": 0.03,
521
+ "capacity_max": 30.0,
522
+ "K1": 3.7136,
523
+ "K2": 0.7061,
524
+ "K3": 0.0345,
525
+ "B1": 0.0,
526
+ "B2": 0.0,
527
+ "FBM_CS": 1.0,
528
+ "FBM_SS": 4.2,
529
+ "FBM_Ni_alloy": 18.0,
530
+ "default_material": "CS",
531
+ "pressure_factor_type": "none"
532
+ }
533
+ },
534
+ "fired_heaters": {
535
+ "process_heater": {
536
+ "description": "Process fired heater",
537
+ "capacity_parameter": "duty",
538
+ "capacity_unit": "kW",
539
+ "capacity_min": 1000.0,
540
+ "capacity_max": 100000.0,
541
+ "K1": 3.0680,
542
+ "K2": 0.6597,
543
+ "K3": 0.0194,
544
+ "B1": 0.0,
545
+ "B2": 0.0,
546
+ "FBM": 2.19,
547
+ "default_material": "CS",
548
+ "pressure_factor_type": "fired_heater"
549
+ },
550
+ "reformer_furnace": {
551
+ "description": "Steam reformer furnace",
552
+ "capacity_parameter": "duty",
553
+ "capacity_unit": "kW",
554
+ "capacity_min": 3000.0,
555
+ "capacity_max": 100000.0,
556
+ "K1": 2.3489,
557
+ "K2": 0.9839,
558
+ "K3": -0.0120,
559
+ "B1": 0.0,
560
+ "B2": 0.0,
561
+ "FBM": 2.19,
562
+ "default_material": "high_alloy",
563
+ "pressure_factor_type": "fired_heater"
564
+ },
565
+ "pyrolysis_furnace": {
566
+ "description": "Pyrolysis/cracking furnace",
567
+ "capacity_parameter": "duty",
568
+ "capacity_unit": "kW",
569
+ "capacity_min": 3000.0,
570
+ "capacity_max": 100000.0,
571
+ "K1": 3.1038,
572
+ "K2": 0.6618,
573
+ "K3": 0.0178,
574
+ "B1": 0.0,
575
+ "B2": 0.0,
576
+ "FBM": 2.19,
577
+ "default_material": "high_alloy",
578
+ "pressure_factor_type": "fired_heater"
579
+ }
580
+ },
581
+ "generators": {
582
+ "electric_generator": {
583
+ "description": "Electric generator (synchronous)",
584
+ "capacity_parameter": "power",
585
+ "capacity_unit": "kW",
586
+ "capacity_min": 100.0,
587
+ "capacity_max": 20000.0,
588
+ "K1": 2.7051,
589
+ "K2": 1.4398,
590
+ "K3": -0.1776,
591
+ "B1": 0.0,
592
+ "B2": 0.0,
593
+ "FBM": 1.50,
594
+ "default_material": "NA",
595
+ "pressure_factor_type": "none"
596
+ }
597
+ },
598
+ "storage_tanks": {
599
+ "fixed_roof": {
600
+ "description": "Fixed roof atmospheric storage tank",
601
+ "capacity_parameter": "volume",
602
+ "capacity_unit": "m3",
603
+ "capacity_min": 90.0,
604
+ "capacity_max": 30000.0,
605
+ "K1": 4.8509,
606
+ "K2": -0.3973,
607
+ "K3": 0.1445,
608
+ "B1": 0.0,
609
+ "B2": 0.0,
610
+ "FBM": 1.10,
611
+ "default_material": "CS",
612
+ "pressure_factor_type": "none"
613
+ },
614
+ "floating_roof": {
615
+ "description": "Floating roof storage tank",
616
+ "capacity_parameter": "volume",
617
+ "capacity_unit": "m3",
618
+ "capacity_min": 1000.0,
619
+ "capacity_max": 50000.0,
620
+ "K1": 4.5178,
621
+ "K2": -0.2618,
622
+ "K3": 0.1192,
623
+ "B1": 0.0,
624
+ "B2": 0.0,
625
+ "FBM": 1.10,
626
+ "default_material": "CS",
627
+ "pressure_factor_type": "none"
628
+ }
629
+ },
630
+ "reactors": {
631
+ "stirred_tank_jacketed": {
632
+ "description": "Jacketed stirred tank reactor",
633
+ "capacity_parameter": "volume",
634
+ "capacity_unit": "m3",
635
+ "capacity_min": 0.1,
636
+ "capacity_max": 35.0,
637
+ "K1": 4.1052,
638
+ "K2": 0.5320,
639
+ "K3": -0.0005,
640
+ "B1": 2.25,
641
+ "B2": 1.82,
642
+ "default_material": "CS",
643
+ "pressure_factor_type": "vessel"
644
+ },
645
+ "stirred_tank_glass_lined": {
646
+ "description": "Glass-lined stirred tank reactor",
647
+ "capacity_parameter": "volume",
648
+ "capacity_unit": "m3",
649
+ "capacity_min": 0.2,
650
+ "capacity_max": 3.8,
651
+ "K1": 4.7116,
652
+ "K2": 0.4479,
653
+ "K3": 0.0,
654
+ "B1": 0.0,
655
+ "B2": 0.0,
656
+ "FBM": 4.0,
657
+ "default_material": "glass_lined",
658
+ "pressure_factor_type": "none"
659
+ }
660
+ },
661
+ "blowers": {
662
+ "centrifugal_blower": {
663
+ "description": "Centrifugal blower",
664
+ "capacity_parameter": "flow_rate",
665
+ "capacity_unit": "m3/s",
666
+ "capacity_min": 0.24,
667
+ "capacity_max": 71.0,
668
+ "K1": 3.5391,
669
+ "K2": 0.3533,
670
+ "K3": 0.4477,
671
+ "B1": 0.0,
672
+ "B2": 0.0,
673
+ "FBM": 2.70,
674
+ "default_material": "CS",
675
+ "pressure_factor_type": "none"
676
+ }
677
+ },
678
+ "fans": {
679
+ "centrifugal_fan": {
680
+ "description": "Centrifugal fan with motor",
681
+ "capacity_parameter": "power",
682
+ "capacity_unit": "kW",
683
+ "capacity_min": 0.1,
684
+ "capacity_max": 75.0,
685
+ "K1": 3.5391,
686
+ "K2": -0.3533,
687
+ "K3": 0.4477,
688
+ "B1": 0.0,
689
+ "B2": 0.0,
690
+ "FBM": 2.70,
691
+ "default_material": "CS",
692
+ "pressure_factor_type": "none",
693
+ "includes_motor": true
694
+ }
695
+ },
696
+ "evaporators": {
697
+ "forced_circulation": {
698
+ "description": "Forced circulation evaporator",
699
+ "capacity_parameter": "area",
700
+ "capacity_unit": "m2",
701
+ "capacity_min": 5.0,
702
+ "capacity_max": 1000.0,
703
+ "K1": 4.6420,
704
+ "K2": 0.3698,
705
+ "K3": 0.0025,
706
+ "B1": 1.63,
707
+ "B2": 1.66,
708
+ "default_material": "CS/CS",
709
+ "pressure_factor_type": "heat_exchanger"
710
+ },
711
+ "falling_film": {
712
+ "description": "Falling film evaporator",
713
+ "capacity_parameter": "area",
714
+ "capacity_unit": "m2",
715
+ "capacity_min": 50.0,
716
+ "capacity_max": 500.0,
717
+ "K1": 5.0238,
718
+ "K2": 0.3475,
719
+ "K3": 0.0703,
720
+ "B1": 1.63,
721
+ "B2": 1.66,
722
+ "default_material": "CS/CS",
723
+ "pressure_factor_type": "heat_exchanger"
724
+ }
725
+ }
726
+ }