modelController

Validation controller model

Information

This example validates Buildings.Obsolete.Controls.OBC.ASHRAE.G36_PR1.AHUs.MultiZone.VAV.Controller.

Components

TypeNameDefaultDescription
Buildings.Obsolete.Controls.OBC.ASHRAE.G36_PR1.AHUs.MultiZone.VAV.ControllerconAHUMultizone VAV AHU controller
Buildings.Controls.OBC.CDL.Reals.Sources.ConstantTSetRooCooOnCooling on setpoint
Buildings.Controls.OBC.CDL.Reals.Sources.ConstantTSetRooHeaOnHeating on setpoint
Buildings.Controls.OBC.CDL.Reals.Sources.ConstantTOutCutOutdoor temperature high limit cutoff
Buildings.Controls.OBC.CDL.Reals.Sources.RampTSupAHU supply air temperature
Buildings.Controls.OBC.CDL.Reals.Sources.RampVOut_flowMeasured outdoor airflow rate
Buildings.Controls.OBC.CDL.Reals.Sources.RampTMixMeaMeasured mixed air temperature
Buildings.Controls.OBC.CDL.Reals.Sources.SinTOutOutdoor air temperature
Buildings.Controls.OBC.CDL.Reals.Sources.SinducStaPreDuct static pressure
Buildings.Controls.OBC.CDL.Reals.Sources.Sinsine2Duct static pressure setpoint reset requests
Buildings.Controls.OBC.CDL.Reals.Sources.Sinsine3Maximum supply temperature setpoint reset
Buildings.Controls.OBC.CDL.Reals.Absabs2Block generates absolute value of input
Buildings.Controls.OBC.CDL.Reals.Absabs3Block generates absolute value of input
Buildings.Controls.OBC.CDL.Reals.Roundround3Round real number to given digits
Buildings.Controls.OBC.CDL.Reals.Roundround4Round real number to given digits
Buildings.Controls.OBC.CDL.Conversions.RealToIntegerducPreResReqConvert real to integer
Buildings.Controls.OBC.CDL.Conversions.RealToIntegermaxSupResReqConvert real to integer
Buildings.Controls.OBC.CDL.Integers.Sources.ConstantopeModAHU operation mode is occupied
Buildings.Controls.OBC.CDL.Reals.Sources.ConstantsumDesZonPopSum of design zone population
Buildings.Controls.OBC.CDL.Reals.Sources.ConstantsumDesPopBreZonSum of the population component design breathing zone flow rate
Buildings.Controls.OBC.CDL.Reals.Sources.ConstantsumDesAreBreZonSum of the area component design breathing zone flow rate
Buildings.Controls.OBC.CDL.Reals.Sources.ConstantdesSysVenEffDesign system ventilation efficiency
Buildings.Controls.OBC.CDL.Reals.Sources.PulseuncOutAirSum of all zones required uncorrected outdoor airflow rate
Buildings.Controls.OBC.CDL.Reals.Sources.RampvavBoxFlo2Ramp signal for generating VAV box flow rate
Buildings.Controls.OBC.CDL.Reals.Sources.RampvavBoxFlo1Ramp signal for generating VAV box flow rate
Buildings.Controls.OBC.CDL.Reals.Addadd2System primary airflow rate, equals to the sum of the measured discharged flow rate of all terminal units
Buildings.Controls.OBC.CDL.Reals.Sources.PulseuOutAirFra_maxMaximum zone outdoor air fraction, equals to the maximum of primary outdoor air fraction of all zones

Revisions

  • March 16, 2020, by Jianjun Hu:
    Reimplemented to validate new controller which does not have vector related calculation.
    This is for #1829.
  • January 12, 2019, by Michael Wetter:
    Removed wrong use of each.
  • October 30, 2017, by Jianjun Hu:
    First implementation.