Buildings.Templates.ZoneEquipment.Types

Package with type definitions

Information

This package contains type definitions.

Extends from Modelica.Icons.TypesPackage (Icon for packages containing type definitions).

Package Content

Name Description
Buildings.Templates.ZoneEquipment.Types.Configuration Configuration Enumeration to configure the terminal unit
Buildings.Templates.ZoneEquipment.Types.Controller Controller Enumeration to configure the terminal unit controller

Types and constants

  type Configuration = enumeration(
      DualDuct
      "Dual duct system",
      FanPowered
      "Fan-powered system",
      Induction
      "Induction system",
      VAVBoxCoolingOnly
      "VAV terminal unit cooling only",
      VAVBoxReheat
      "VAV terminal unit with reheat")
    "Enumeration to configure the terminal unit";
  type Controller = enumeration(
      G36VAVBoxCoolingOnly
      "Guideline 36 controller for VAV terminal unit cooling only",
      G36VAVBoxReheat
      "Guideline 36 controller for VAV terminal unit with reheat",
      OpenLoop
      "Open loop controller")
      "Enumeration to configure the terminal unit controller";