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

CDL compliance of controls in DHC package #4111

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Conversation

JayHuLBL
Copy link
Contributor

@JayHuLBL JayHuLBL commented Feb 6, 2025

This closes #4110.

  • In DHC.Plants.Combined.Controls.BaseClasses.ModeCondenserLoop has instances like Real fraChaTanIns(final unit=“1”)=..... It’s not allowed by CDL. We may need to develop a subsequence to avoid that.
  • In DHC.Plants.Combined.Controls.BaseClasses.ModeHeatRecoveryChiller, it has the algorithm section. It’s not allowed by CDL.
  • Classes DHC.Plants.Combined.Controls.BaseClasses.StageIndex, DHC.Plants.Cooling.Controls.ChillerStage and DHC.Plants.Cooling.Controls.FlowControl use state machine. The blocks should be specified as an extension block?
  • In DHC.Plants.Combined.Controls.BaseClasses.StagingPlant, the RealExpression instantiated block has the output as abs(PLRStaTra*(min(nChi, max(0, staCoo.preIdxSta - 1))/nChi*QChiWatChi_flow_nominal + max(0, staCoo.preIdxSta - 1 - nChi)/nChiHea* QChiWatCasCoo_flow_nominal))). The calculation should be implemented in a separate subsequence.
  • In DHC.Plants.Combined.Controls.BaseClasses.TankCycle, it has initial equation section.
  • In DHC.Plants.Combined.Controls.BaseClasses.ValveCondenserEvaporator, it instantiates IntegreExpression, which refers output from other blocks.
  • In DHC.Plants.Cooling.Controls.ChilledWaterPumpSpeed, it has an instance that instantiates class Buildings.Applications.BaseClasses.Controls.VariableSpeedPumpStage, which is from package Buildings.Applications.

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 this pull request may close these issues.

Check sequences in DHC package to ensure the CDL specification being followed
1 participant