Buildings.Templates.ZoneEquipment.Configuration

Records for configuration parameters

Information

This package provides records for configuration parameters.

Extends from Modelica.Icons.MaterialPropertiesPackage (Icon for package containing property classes).

Package Content

Name Description
Buildings.Templates.ZoneEquipment.Configuration.PartialAirTerminal PartialAirTerminal Configuration parameters for air terminal unit interface class
Buildings.Templates.ZoneEquipment.Configuration.VAVBox VAVBox Configuration parameters for VAV terminal unit

Buildings.Templates.ZoneEquipment.Configuration.PartialAirTerminal Buildings.Templates.ZoneEquipment.Configuration.PartialAirTerminal

Configuration parameters for air terminal unit interface class

Information

This record provides the set of configuration parameters for the class Buildings.Templates.ZoneEquipment.Interfaces.PartialAirTerminal.

Extends from Modelica.Icons.Record (Icon for records).

Parameters

TypeNameDefaultDescription
Configurationtyp Type of system
Booleanhave_souChiWat Set to true if system uses CHW
Booleanhave_souHeaWat Set to true if system uses HHW
ControllertypCtl Type of controller

Modelica definition

record PartialAirTerminal "Configuration parameters for air terminal unit interface class" extends Modelica.Icons.Record; parameter Buildings.Templates.ZoneEquipment.Types.Configuration typ "Type of system"; parameter Boolean have_souChiWat "Set to true if system uses CHW"; parameter Boolean have_souHeaWat "Set to true if system uses HHW"; parameter Buildings.Templates.ZoneEquipment.Types.Controller typCtl "Type of controller"; end PartialAirTerminal;

Buildings.Templates.ZoneEquipment.Configuration.VAVBox Buildings.Templates.ZoneEquipment.Configuration.VAVBox

Configuration parameters for VAV terminal unit

Information

This record provides the set of configuration parameters for the classes Buildings.Templates.ZoneEquipment.VAVBoxCoolingOnly and Buildings.Templates.ZoneEquipment.VAVBoxReheat.

Extends from Buildings.Templates.ZoneEquipment.Configuration.PartialAirTerminal (Configuration parameters for air terminal unit interface class).

Parameters

TypeNameDefaultDescription
Configurationtyp Type of system
Booleanhave_souChiWat Set to true if system uses CHW
Booleanhave_souHeaWat Set to true if system uses HHW
ControllertypCtl Type of controller
DampertypDamVAV Type of VAV damper
CoiltypCoiHea Type of heating coil
ValvetypValCoiHea Type of valve for heating coil
VentilationStandardstdVen Ventilation standard

Modelica definition

record VAVBox "Configuration parameters for VAV terminal unit" extends Buildings.Templates.ZoneEquipment.Configuration.PartialAirTerminal; parameter Buildings.Templates.Components.Types.Damper typDamVAV "Type of VAV damper"; parameter Buildings.Templates.Components.Types.Coil typCoiHea "Type of heating coil"; parameter Buildings.Templates.Components.Types.Valve typValCoiHea "Type of valve for heating coil"; parameter Buildings.Controls.OBC.ASHRAE.G36.Types.VentilationStandard stdVen "Ventilation standard"; end VAVBox;