ecoengine 3.2.2__tar.gz → 3.2.4__tar.gz
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.
- {ecoengine-3.2.2 → ecoengine-3.2.4}/PKG-INFO +3 -3
- {ecoengine-3.2.2 → ecoengine-3.2.4}/pyproject.toml +3 -3
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/rtp_systems/MP_RTPInSeriesSystem.py +2 -10
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/rtp_systems/SP_RTPInParallelSystem.py +11 -17
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/rtp_systems/SP_RTPInSeriesSystem.py +3 -10
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine.egg-info/PKG-INFO +3 -3
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine.egg-info/requires.txt +2 -2
- {ecoengine-3.2.2 → ecoengine-3.2.4}/README.md +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/setup.cfg +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/__init__.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/constants/__init__.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/constants/constants.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/__init__.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/climate_data/DryBulbTemperatures_ByClimateZone.csv +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/climate_data/InletWaterTemperatures_ByClimateZone.csv +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/climate_data/WeatherStation_ClimateZone_Lookup.csv +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/climate_data/ZipCode_ClimateZone_Lookup.csv +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/climate_data/__init__.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/climate_data/kGperkWh_ByClimateZone.csv +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/load_shapes/__init__.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/load_shapes/apartment.json +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/load_shapes/elementary_school.json +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/load_shapes/food_service_a.json +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/load_shapes/food_service_b.json +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/load_shapes/junior_high.json +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/load_shapes/mens_dorm.json +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/load_shapes/motel.json +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/load_shapes/multi_family.json +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/load_shapes/nursing_home.json +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/load_shapes/office_building.json +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/load_shapes/senior_high.json +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/load_shapes/womens_dorm.json +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/preformanceMaps/__init__.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/preformanceMaps/maps.json +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/preformanceMaps/pkls/GenericHPWH3_SP_bounds.pkl +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/preformanceMaps/pkls/GenericHPWH3_SP_capacity_interpolator.pkl +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/preformanceMaps/pkls/GenericHPWH3_SP_power_in_interpolator.pkl +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/preformanceMaps/pkls/GenericHPWH4_MP_bounds.pkl +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/preformanceMaps/pkls/GenericHPWH4_MP_capacity_interpolator.pkl +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/preformanceMaps/pkls/GenericHPWH4_MP_power_in_interpolator.pkl +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/preformanceMaps/pkls/__init__.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/interfaces/EcosizerEngine.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/interfaces/Simulator.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/interfaces/__init__.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/__init__.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/building/Building.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/building/ClimateZone.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/building/UtilityCostTracker.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/building/__init__.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/components/__init__.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/components/heating/Controls.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/components/heating/PerformanceMap.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/components/heating/WaterHeater.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/components/heating/__init__.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/components/storage/EnergyTank.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/components/storage/MixedStorageTank.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/components/storage/SlugOverlayTank.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/components/storage/StorageTank.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/components/storage/StratifiedTank.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/components/storage/__init__.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/DHWSystem.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/InstantWHSystem.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/MPNoRecircSystem.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/__init__.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/recirc_systems/ParallelLoopSystem.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/recirc_systems/RecircSystem.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/recirc_systems/SwingDualFuelSystem.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/recirc_systems/SwingERTrdOffSystem.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/recirc_systems/SwingSystem.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/recirc_systems/__init__.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/rtp_systems/MultiPassRTPSystem.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/rtp_systems/RTPSystem.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/rtp_systems/SinglePassRTPSystem.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/rtp_systems/__init__.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/utils.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/simulation/SimulationRun.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/simulation/__init__.py +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine.egg-info/SOURCES.txt +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine.egg-info/dependency_links.txt +0 -0
- {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine.egg-info/top_level.txt +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ecoengine
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.4
|
|
4
4
|
Requires-Python: >=3.11
|
|
5
5
|
Requires-Dist: numpy<3.0,>=2.4
|
|
6
6
|
Requires-Dist: scipy<2.0,>=1.17
|
|
7
|
-
Requires-Dist: plotly
|
|
8
|
-
Requires-Dist: kaleido
|
|
7
|
+
Requires-Dist: plotly==4.12.0
|
|
8
|
+
Requires-Dist: kaleido==0.2.1
|
|
9
9
|
Provides-Extra: docs
|
|
10
10
|
Requires-Dist: sphinx>=6; extra == "docs"
|
|
11
11
|
Requires-Dist: furo; extra == "docs"
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "ecoengine"
|
|
7
|
-
version = "3.2.
|
|
7
|
+
version = "3.2.4"
|
|
8
8
|
requires-python = ">=3.11"
|
|
9
9
|
|
|
10
10
|
# Ranges are bounded on purpose, and the shared ones are kept in sync with
|
|
@@ -31,8 +31,8 @@ requires-python = ">=3.11"
|
|
|
31
31
|
dependencies = [
|
|
32
32
|
"numpy>=2.4,<3.0",
|
|
33
33
|
"scipy>=1.17,<2.0",
|
|
34
|
-
"plotly
|
|
35
|
-
"kaleido
|
|
34
|
+
"plotly==4.12.0",
|
|
35
|
+
"kaleido==0.2.1"
|
|
36
36
|
]
|
|
37
37
|
|
|
38
38
|
[project.optional-dependencies]
|
|
@@ -234,16 +234,8 @@ class MP_RTPInSeriesSystem(MultiPassRTPSystem):
|
|
|
234
234
|
control_map = control_map,
|
|
235
235
|
drawdown_fract = self.storage_tank.drawdown_fract,
|
|
236
236
|
)
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
"min_storage_storageT_gal": comparison_system._minimum_storage_storageT_gal,
|
|
240
|
-
}
|
|
241
|
-
if result["min_capacity_kbtuh"] >= nominal_capacity_kbtuh and result["min_storage_storageT_gal"] >= nominal_storage_gal:
|
|
242
|
-
# redirect user to base model
|
|
243
|
-
self.fallback_system = comparison_system
|
|
244
|
-
return
|
|
245
|
-
else:
|
|
246
|
-
raise e
|
|
237
|
+
self.fallback_system = comparison_system
|
|
238
|
+
return
|
|
247
239
|
|
|
248
240
|
# ------------------------------------------------------------------
|
|
249
241
|
# Gas backup sizing helpers
|
|
@@ -287,23 +287,17 @@ class SP_RTPInParallelSystem(SinglePassRTPSystem):
|
|
|
287
287
|
control_map = control_map,
|
|
288
288
|
load_shift_fract_total_vol = 1.0,
|
|
289
289
|
)
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
"The primary system is already adequately sized: "
|
|
302
|
-
f"outage duration was {sim_run.outage_minutes} min "
|
|
303
|
-
f"(threshold {self._MIN_OUTAGE_MIN} min) and max temperature deficit "
|
|
304
|
-
f"was {max_deficit_f:.2f} °F (threshold {self._MIN_DEFICIT_F:.1f} °F). "
|
|
305
|
-
"No gas backup is required."
|
|
306
|
-
)
|
|
290
|
+
|
|
291
|
+
self.fallback_system = comparison_system
|
|
292
|
+
return
|
|
293
|
+
|
|
294
|
+
# raise ValueError(
|
|
295
|
+
# "The primary system is already adequately sized: "
|
|
296
|
+
# f"outage duration was {sim_run.outage_minutes} min "
|
|
297
|
+
# f"(threshold {self._MIN_OUTAGE_MIN} min) and max temperature deficit "
|
|
298
|
+
# f"was {max_deficit_f:.2f} °F (threshold {self._MIN_DEFICIT_F:.1f} °F). "
|
|
299
|
+
# "No gas backup is required."
|
|
300
|
+
# )
|
|
307
301
|
|
|
308
302
|
# The amount of storage (supply temp gallons) the gas is able to keep in a worst case scenario
|
|
309
303
|
design_inlet = self._require_design_inlet_temp(building)
|
|
@@ -227,16 +227,9 @@ class SP_RTPInSeriesSystem(SinglePassRTPSystem):
|
|
|
227
227
|
control_map = control_map,
|
|
228
228
|
load_shift_fract_total_vol = 1.0,
|
|
229
229
|
)
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
}
|
|
234
|
-
if result["min_capacity_kbtuh"] >= nominal_capacity_kbtuh and result["min_storage_storageT_gal"] >= nominal_storage_gal:
|
|
235
|
-
# redirect user to base model
|
|
236
|
-
self.fallback_system = comparison_system
|
|
237
|
-
return
|
|
238
|
-
else:
|
|
239
|
-
raise e
|
|
230
|
+
|
|
231
|
+
self.fallback_system = comparison_system
|
|
232
|
+
return
|
|
240
233
|
|
|
241
234
|
|
|
242
235
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ecoengine
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.4
|
|
4
4
|
Requires-Python: >=3.11
|
|
5
5
|
Requires-Dist: numpy<3.0,>=2.4
|
|
6
6
|
Requires-Dist: scipy<2.0,>=1.17
|
|
7
|
-
Requires-Dist: plotly
|
|
8
|
-
Requires-Dist: kaleido
|
|
7
|
+
Requires-Dist: plotly==4.12.0
|
|
8
|
+
Requires-Dist: kaleido==0.2.1
|
|
9
9
|
Provides-Extra: docs
|
|
10
10
|
Requires-Dist: sphinx>=6; extra == "docs"
|
|
11
11
|
Requires-Dist: furo; extra == "docs"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/climate_data/ZipCode_ClimateZone_Lookup.csv
RENAMED
|
File without changes
|
|
File without changes
|
{ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/climate_data/kGperkWh_ByClimateZone.csv
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/components/heating/PerformanceMap.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/components/storage/MixedStorageTank.py
RENAMED
|
File without changes
|
{ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/components/storage/SlugOverlayTank.py
RENAMED
|
File without changes
|
|
File without changes
|
{ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/components/storage/StratifiedTank.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/recirc_systems/RecircSystem.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/recirc_systems/SwingSystem.py
RENAMED
|
File without changes
|
{ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/recirc_systems/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/rtp_systems/RTPSystem.py
RENAMED
|
File without changes
|
|
File without changes
|
{ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/rtp_systems/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|