Refactored variable names
This commit is contained in:
parent
aa7463cb9d
commit
e948b69349
|
@ -126,7 +126,7 @@ class WaterToWaterHPParameters:
|
|||
heat_pump.entering_water_temp = data['ewt']
|
||||
heat_pump.leaving_water_temp = data['lwt']
|
||||
heat_pump.power_demand_coff = self._compute_coefficients(data, data_type='power')
|
||||
heat_pump.total_cooling_capacity_coff = self._compute_coefficients(data)
|
||||
heat_pump.heat_output_coff = self._compute_coefficients(data)
|
||||
|
||||
energy_system = EnergySystem(heat_pump.model, 0, [], None)
|
||||
energy_system.water_to_water_hp = heat_pump
|
||||
|
|
Loading…
Reference in New Issue
Block a user