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
Problem description IDEAS.Templates.Heating contains templates of (idealised) heating systems. Their control behaviour (explained in IDEAS.Templates.Heating.BaseClasses.HysteresisHeating is described as follows:
"""
This model represents an ideal heating system with a hysteresis controller. It reacts instantly when the zone temperature input TSensor is below TSet by supplying the nominal heat flow rate QNom. This heat flow rate is maintained until TSensor is above TSet+dTHys.
"""
Simulation results however show that this is not the hysteresis control that is modelled, which is shown by the following simulation results of IDEAS.Templates.Examples.IdealRadiatorHeating:
The hysteresis acts between TSet-dTHys and TSet.
The text was updated successfully, but these errors were encountered:
Problem description
IDEAS.Templates.Heating
contains templates of (idealised) heating systems. Their control behaviour (explained inIDEAS.Templates.Heating.BaseClasses.HysteresisHeating
is described as follows:"""
This model represents an ideal heating system with a hysteresis controller. It reacts instantly when the zone temperature input TSensor is below TSet by supplying the nominal heat flow rate QNom. This heat flow rate is maintained until TSensor is above TSet+dTHys.
"""
Simulation results however show that this is not the hysteresis control that is modelled, which is shown by the following simulation results of
![image](https://private-user-images.githubusercontent.com/43753266/289822435-9eda22a9-33b8-43d8-8fc5-7b6bc6677f2f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2Nzc4NjMsIm5iZiI6MTczOTY3NzU2MywicGF0aCI6Ii80Mzc1MzI2Ni8yODk4MjI0MzUtOWVkYTIyYTktMzNiOC00M2Q4LThmYzUtN2I2YmM2Njc3ZjJmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDAzNDYwM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWEwZGIyMzkyYjllOTBhYjAyMjYwOWMwYmU5MjJiOWMyNTRjMDdlYWYwYTY4YmQ0OTM3N2JlZmEwMmVmYjYzZTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.8EaoMztPr9u98i96ISHPa2bgd9ZFBYs7DY7TcZS37ZM)
IDEAS.Templates.Examples.IdealRadiatorHeating
:The hysteresis acts between
TSet-dTHys
andTSet
.The text was updated successfully, but these errors were encountered: