You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
heat pumps/chillers normally have a minimum forced stop time (e.g. 5-10minutes) when the compressor is turned off to avoid damages due to continuous on/off
IBPSA.Fluid.HeatPumps.BaseClasses.PartialWaterToWater does not have this feature
This could be added as a parameter e.g. in the component IBPSA.Fluid.HeatPumps.Compressors.BaseClasses.TemperatureProtection
The text was updated successfully, but these errors were encountered:
As a note, this could be related to #1576. We already developed several safety controls in the AixLib (operational envelope/temperature protection, minimal runtime, minimal off-time, starts per hour, etc.).
@icupeiro : Let's see if the protection from #1576 should be added, or if alternatively a simple timer should be added that if set to 0, will be conditionally removed.
heat pumps/chillers normally have a minimum forced stop time (e.g. 5-10minutes) when the compressor is turned off to avoid damages due to continuous on/off
IBPSA.Fluid.HeatPumps.BaseClasses.PartialWaterToWater does not have this feature
This could be added as a parameter e.g. in the component IBPSA.Fluid.HeatPumps.Compressors.BaseClasses.TemperatureProtection
The text was updated successfully, but these errors were encountered: