File tree Expand file tree Collapse file tree 8 files changed +20
-25
lines changed Expand file tree Collapse file tree 8 files changed +20
-25
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ class OutputParameter(HasQuantity):
63
63
"""
64
64
65
65
Name : str = ""
66
- value : int = 0
66
+ value : Any = 0
67
67
ToolTipText : str = ""
68
68
UnitType : IntEnum = Units .NONE
69
69
PreferredUnits : Enum = Units .NONE
Original file line number Diff line number Diff line change @@ -491,6 +491,7 @@ def __init__(self, model: Model):
491
491
)
492
492
self .heat_to_power_conversion_efficiency = self .OutputParameterDict [self .heat_to_power_conversion_efficiency .Name ] = OutputParameter (
493
493
Name = 'Heat to Power Conversion Efficiency' ,
494
+ value = None ,
494
495
UnitType = Units .PERCENT ,
495
496
PreferredUnits = PercentUnit .PERCENT ,
496
497
CurrentUnits = PercentUnit .PERCENT ,
Original file line number Diff line number Diff line change 4
4
5
5
Simulation Metadata
6
6
----------------------
7
- GEOPHIRES Version: 3.7.1
7
+ GEOPHIRES Version: 3.7.2
8
8
Simulation Date: 2025-01-22
9
- Simulation Time: 10:47
10
- Calculation Time: 0.109 sec
9
+ Simulation Time: 11:01
10
+ Calculation Time: 0.101 sec
11
11
12
12
***SUMMARY OF RESULTS***
13
13
@@ -121,7 +121,6 @@ Simulation Metadata
121
121
Average Annual Heat Production: 132.75 GWh
122
122
Average Annual Heat Pump Electricity Use: 52.68 GWh/year
123
123
Average Pumping Power: 0.45 MW
124
- Heat to Power Conversion Efficiency: 0.00 %
125
124
126
125
************************************************************
127
126
* HEATING, COOLING AND/OR ELECTRICITY PRODUCTION PROFILE *
Original file line number Diff line number Diff line change 4
4
5
5
Simulation Metadata
6
6
----------------------
7
- GEOPHIRES Version: 3.7.1
7
+ GEOPHIRES Version: 3.7.2
8
8
Simulation Date: 2025-01-22
9
- Simulation Time: 10:47
10
- Calculation Time: 0.101 sec
9
+ Simulation Time: 11:01
10
+ Calculation Time: 0.099 sec
11
11
12
12
***SUMMARY OF RESULTS***
13
13
@@ -126,7 +126,6 @@ Simulation Metadata
126
126
Initial Cooling Production: 5.80 MW
127
127
Average Annual Cooling Production: 43.89 GWh/year
128
128
Average Pumping Power: 0.20 MW
129
- Heat to Power Conversion Efficiency: 0.00 %
130
129
131
130
************************************************************
132
131
* HEATING, COOLING AND/OR ELECTRICITY PRODUCTION PROFILE *
Original file line number Diff line number Diff line change 4
4
5
5
Simulation Metadata
6
6
----------------------
7
- GEOPHIRES Version: 3.7.1
7
+ GEOPHIRES Version: 3.7.2
8
8
Simulation Date: 2025-01-22
9
- Simulation Time: 10:48
10
- Calculation Time: 0.615 sec
9
+ Simulation Time: 11:01
10
+ Calculation Time: 0.567 sec
11
11
12
12
***SUMMARY OF RESULTS***
13
13
@@ -137,7 +137,6 @@ Simulation Metadata
137
137
Average Peaking Boiler Heat Production: 15.27 MW
138
138
Minimum Peaking Boiler Heat Production: 0.00 MW
139
139
Average Pumping Power: 0.44 MW
140
- Heat to Power Conversion Efficiency: 0.00 %
141
140
142
141
************************************************************
143
142
* HEATING, COOLING AND/OR ELECTRICITY PRODUCTION PROFILE *
Original file line number Diff line number Diff line change 4
4
5
5
Simulation Metadata
6
6
----------------------
7
- GEOPHIRES Version: 3.7.1
7
+ GEOPHIRES Version: 3.7.2
8
8
Simulation Date: 2025-01-22
9
- Simulation Time: 10:47
10
- Calculation Time: 0.214 sec
9
+ Simulation Time: 11:01
10
+ Calculation Time: 0.208 sec
11
11
12
12
***SUMMARY OF RESULTS***
13
13
@@ -120,7 +120,6 @@ Simulation Metadata
120
120
Initial Net Heat Production: 22.52 MW
121
121
Average Annual Heat Production: 167.12 GWh
122
122
Average Pumping Power: 0.80 MW
123
- Heat to Power Conversion Efficiency: 0.00 %
124
123
125
124
************************************************************
126
125
* HEATING, COOLING AND/OR ELECTRICITY PRODUCTION PROFILE *
Original file line number Diff line number Diff line change 4
4
5
5
Simulation Metadata
6
6
----------------------
7
- GEOPHIRES Version: 3.7.1
7
+ GEOPHIRES Version: 3.7.2
8
8
Simulation Date: 2025-01-22
9
- Simulation Time: 10:47
10
- Calculation Time: 0.051 sec
9
+ Simulation Time: 11:01
10
+ Calculation Time: 0.047 sec
11
11
12
12
***SUMMARY OF RESULTS***
13
13
@@ -116,7 +116,6 @@ Simulation Metadata
116
116
Initial Net Heat Production: 24.29 MW
117
117
Average Annual Heat Production: 153.95 GWh
118
118
Average Pumping Power: 0.55 MW
119
- Heat to Power Conversion Efficiency: 0.00 %
120
119
121
120
************************************************************
122
121
* HEATING, COOLING AND/OR ELECTRICITY PRODUCTION PROFILE *
Original file line number Diff line number Diff line change 4
4
5
5
Simulation Metadata
6
6
----------------------
7
- GEOPHIRES Version: 3.7.1
7
+ GEOPHIRES Version: 3.7.2
8
8
Simulation Date: 2025-01-22
9
- Simulation Time: 10:48
10
- Calculation Time: 0.791 sec
9
+ Simulation Time: 11:01
10
+ Calculation Time: 0.772 sec
11
11
12
12
***SUMMARY OF RESULTS***
13
13
@@ -120,7 +120,6 @@ Simulation Metadata
120
120
Initial Net Heat Production: 9.67 MW
121
121
Average Annual Heat Production: 50.20 GWh
122
122
Average Pumping Power: 0.09 MW
123
- Heat to Power Conversion Efficiency: 0.00 %
124
123
125
124
************************************************************
126
125
* HEATING, COOLING AND/OR ELECTRICITY PRODUCTION PROFILE *
You can’t perform that action at this time.
0 commit comments