Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect control behaviour of heating system in Templates.Heating #1341

Closed
jelgerjansen opened this issue Dec 12, 2023 · 2 comments
Closed

Comments

@jelgerjansen
Copy link
Contributor

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:
image

The hysteresis acts between TSet-dTHys and TSet.

@jelgerjansen
Copy link
Contributor Author

This is the desired behaviour:
image

@jelgerjansen
Copy link
Contributor Author

Closed by PR #1342.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant