modelPlantRequests

Validation model for subsequence for calculating the plant requests

Information

This example validates Buildings.Controls.OBC.ASHRAE.G36.FanCoilUnits.Subsequences.PlantRequests for fan coil units. The three instances of the controller are as follows:

  • plaReq represents a controller instance for a system with both heating and cooling coils.
  • plaReq1 represents a controller instance for a system with just a cooling coil.
  • plaReq2 represents a controller instance for a system with just a heating coil.

Each instance is subjected to an increasing deviation of the measured supply temperature TAirSup from the supply temperature setpoint TSupSet that results in an increasing number of requests from the controllers.

Components

TypeNameDefaultDescription
Buildings.Controls.OBC.ASHRAE.G36.FanCoilUnits.Subsequences.PlantRequestsplaReqCalculate plant request
Buildings.Controls.OBC.ASHRAE.G36.FanCoilUnits.Subsequences.PlantRequestsplaReq1Calculate plant request
Buildings.Controls.OBC.ASHRAE.G36.FanCoilUnits.Subsequences.PlantRequestsplaReq2Calculate plant request
Buildings.Controls.OBC.CDL.Reals.Sources.PulsefanSpeFan speed signal
Buildings.Controls.OBC.CDL.Reals.Sources.PulsefanSpe1Fan speed signal
Buildings.Controls.OBC.CDL.Reals.Sources.PulsefanSpe2Fan speed signal
Buildings.Controls.OBC.CDL.Reals.Sources.RampsupTemSupply air temperature
Buildings.Controls.OBC.CDL.Reals.Sources.RampsupTemSetSupply air temperature setpoint
Buildings.Controls.OBC.CDL.Reals.Sources.RampcooCoiCooling coil position
Buildings.Controls.OBC.CDL.Reals.Sources.RampheaCoiHeating coil position
Buildings.Controls.OBC.CDL.Reals.Sources.RampsupTem1Cooling supply air temperature
Buildings.Controls.OBC.CDL.Reals.Sources.RampsupTemSet1Supply air temperature setpoint
Buildings.Controls.OBC.CDL.Reals.Sources.ConstantcooCoi1Cooling coil position
Buildings.Controls.OBC.CDL.Reals.Sources.RampsupTem3Supply air temperature
Buildings.Controls.OBC.CDL.Reals.Sources.RampsupTemSet2Supply air temperature setpoint
Buildings.Controls.OBC.CDL.Reals.Sources.RampheaCoi2Heating coil position

Revisions

  • May 5,2022 by Karthik Devaprasad:
    First implementation.