File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2626
2727# Values for Thermal Storage
2828target_temperature = 60 # °C
29+ min_temperature = 40 # °C
2930hysteresis = 5 # °K
3031mass_of_storage = 500 # kg
3132cp = 4.2
@@ -73,6 +74,7 @@ def test_get_thermal_energy_demand(user_profile):
7374 mass = mass_of_storage ,
7475 hysteresis = hysteresis ,
7576 target_temperature = target_temperature ,
77+ min_temperature = min_temperature ,
7678 cp = cp ,
7779 thermal_energy_loss_per_day = thermal_energy_loss_per_day ,
7880)
Original file line number Diff line number Diff line change 4747identifier = "bus_1"
4848latitude = 50.941357
4949longitude = 6.958307
50- target_temperature = 60 # °C
5150t_0 = 40 # °C
5251yearly_thermal_energy_demand = 12500 # kWh thermal
5352
112111
113112# Values for Thermal Storage
114113hysteresis = 5 # °K
114+ target_temperature = 60 # °C
115+ min_temperature = 40 # °C
115116mass_of_storage = 500 # kg
116117cp = 4.2
117118thermal_energy_loss_per_day = 0.13
@@ -328,6 +329,7 @@ def get_at_home(bev):
328329 cp = cp ,
329330 hysteresis = hysteresis ,
330331 target_temperature = target_temperature ,
332+ min_temperature = min_temperature ,
331333 thermal_energy_loss_per_day = thermal_energy_loss_per_day ,
332334 environment = environment ,
333335 user_profile = user_profile ,
@@ -389,6 +391,7 @@ def get_at_home(bev):
389391 user_profile = user_profile ,
390392 hysteresis = hysteresis ,
391393 target_temperature = target_temperature ,
394+ min_temperature = min_temperature ,
392395 cp = cp ,
393396 thermal_energy_loss_per_day = thermal_energy_loss_per_day ,
394397)
You can’t perform that action at this time.
0 commit comments