-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsteam_turbine_default_data.json
94 lines (94 loc) · 1.78 KB
/
steam_turbine_default_data.json
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
{
"steam_turbine": {
"size_class_min_kw": [
0.0,
0.0,
0.0,
0.0
],
"size_class_min_allow_kw": [
0.0,
0.0,
1000.0,
3000.0
],
"size_class_max_kw": [
25000.0,
1000.0,
5000.0,
25000.0
],
"installed_cost_us_dollars_per_kw": [
828.0,
1136.0,
68.0,
666.0
],
"om_cost_us_dollars_per_kw": [
0.0,
0.0,
0.0,
0.0
],
"om_cost_us_dollars_per_kwh": [
0.0083,
0.01,
0.009,
0.006
],
"inlet_steam_pressure_psig": [
600.0,
500.0,
600.0,
700.0
],
"inlet_steam_temperature_degF": [
592.0,
550.0,
575.0,
650.0
],
"outlet_steam_pressure_psig": [
117.0,
50.0,
150.0,
150.0
],
"isentropic_efficiency": [
0.639,
0.525,
0.612,
0.78
],
"gearbox_generator_efficiency": [
0.947,
0.94,
0.94,
0.96
],
"net_to_gross_electric_ratio": [
0.971,
0.974,
0.966,
0.973
],
"min_kw": [
0,
0,
0,
0
],
"max_kw": [
25000.0,
25000.0,
25000.0,
25000.0
],
"min_turn_down_pct": [
0.25,
0.25,
0.25,
0.25
]
}
}