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

Pumps work against closed valves #3989

Open
JayHuLBL opened this issue Sep 3, 2024 · 0 comments · May be fixed by #3991
Open

Pumps work against closed valves #3989

JayHuLBL opened this issue Sep 3, 2024 · 0 comments · May be fixed by #3991
Assignees

Comments

@JayHuLBL
Copy link
Contributor

JayHuLBL commented Sep 3, 2024

In class Buildings.Applications.DataCenters.ChillerCooled.Examples.NonIntegratedPrimarySecondaryEconomizer, we have the results as below:

WatersideEconomizer

Between 1200 seconds and 1260 seconds, the primary pump is running at full speed (priPum.u[1]=1), while the chillers and the WSE are OFF (chiWSE.on[1]=false, chiWSE.on[2]=false and chiWSE.on[3]=false) and their isolation valves are closed. Thus the primary pump working pressure is at -2E11 Pa.

The cause is that in the instance chiStaCon the tWai = 60 seconds and in the instance priPumCon the tWai = 0 seconds.

We can address the issue by adding an on boolean input (from the instance plaOn.y) to the instance priPumCon and the instance CWPumCon, to avoid the pump works against the closed valves.

@JayHuLBL JayHuLBL self-assigned this Sep 3, 2024
@JayHuLBL JayHuLBL linked a pull request Sep 4, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant