modelSetpoints

Validate the outdoor airflow setpoint according to the ASHRAE 62.1

Information

This example validates Buildings.Controls.OBC.ASHRAE.G36.VentilationZones.ASHRAE62_1.Setpoints.

Components

TypeNameDefaultDescription
Buildings.Controls.OBC.ASHRAE.G36.VentilationZones.ASHRAE62_1.SetpointsnoSenZonSetpoints of zone without any sensors
Buildings.Controls.OBC.ASHRAE.G36.VentilationZones.ASHRAE62_1.SetpointswinSenZonSetpoints of a zone with window sensor
Buildings.Controls.OBC.ASHRAE.G36.VentilationZones.ASHRAE62_1.SetpointsoccSenZonSetpoints of a zone with occupancy sensor
Buildings.Controls.OBC.ASHRAE.G36.VentilationZones.ASHRAE62_1.Setpointsco2SenZonSetpoints of a zone with CO2 sensor and typical terminal unit
Buildings.Controls.OBC.ASHRAE.G36.VentilationZones.ASHRAE62_1.Setpointsco2SenZonParFanSetpoints of a zone with CO2 sensor and parallel fan-powered terminal unit
Buildings.Controls.OBC.ASHRAE.G36.VentilationZones.ASHRAE62_1.Setpointsco2SenSZVAVSetpoints of a zone with CO2 sensor and single zone VAV AHU
Buildings.Controls.OBC.CDL.Reals.Sources.RampramGenerate ramp output
Buildings.Controls.OBC.CDL.Reals.GreaterThresholdgreThrCheck if input is greater than 0.75
Buildings.Controls.OBC.CDL.Logical.Notnot1Logical not
Buildings.Controls.OBC.CDL.Conversions.BooleanToIntegerbooToIntConvert boolean input to integer output
Buildings.Controls.OBC.CDL.Reals.Sources.SinzonTemZone temperature
Buildings.Controls.OBC.CDL.Reals.Sources.SindisTemDischarge air temperature
Buildings.Controls.OBC.CDL.Logical.Sources.PulsewinStaWindow operating status
Buildings.Controls.OBC.CDL.Logical.Sources.PulseoccStaOccupancy status
Buildings.Controls.OBC.CDL.Reals.Sources.Rampco2ConCO2 concentration
Buildings.Controls.OBC.CDL.Reals.Sources.Rampram1Generate ramp output
Buildings.Controls.OBC.CDL.Conversions.RealToIntegerreaToIntConvert real input to integer output
Buildings.Controls.OBC.CDL.Reals.Sources.SinparFanFloParallel fan flow rate
Buildings.Controls.OBC.CDL.Reals.Sources.ConstantCO2SetCO2 concentration setpoint
Buildings.Controls.OBC.CDL.Logical.Notnot2Logical not

Revisions

  • August 13, 2020, by Jianjun Hu:
    First implementation.