Buildings.Templates.Plants.HeatPumps.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.Plants.HeatPumps.Types.Controller Controller Enumeration to specify the plant controller
Buildings.Templates.Plants.HeatPumps.Types.Distribution Distribution Enumeration to specify the type of CHW/HW distribution system
Buildings.Templates.Plants.HeatPumps.Types.PumpsPrimary PumpsPrimary Enumeration to specify the type of primary pumps
Buildings.Templates.Plants.HeatPumps.Types.PumpsSecondary PumpsSecondary Enumeration to specify the type of secondary HW pumps
Buildings.Templates.Plants.HeatPumps.Types.SensorLocation SensorLocation Enumeration to specify the sensor location

Types and constants

  type Controller = enumeration(
    AirToWater
      "Controller for AWHP plant",
    OpenLoop
      "Open loop controller")
    "Enumeration to specify the plant controller";
  type Distribution = enumeration(
    Constant1Only
      "Constant primary-only",
    Variable1Only
      "Variable primary-only",
    Constant1Variable2
      "Constant primary - Variable secondary centralized",
    Variable1And2
      "Variable primary - Variable secondary centralized")
    "Enumeration to specify the type of CHW/HW distribution system";
  type PumpsPrimary = enumeration(
    Constant
      "Constant speed pump specified separately",
    Variable
      "Variable speed pump specified separately",
    None
      "No pump")
    "Enumeration to specify the type of primary pumps";
  type PumpsSecondary = enumeration(
    None
      "No secondary pumps (primary-only)",
    Centralized
      "Variable secondary centralized")
    "Enumeration to specify the type of secondary HW pumps";
  type SensorLocation = enumeration(
    Return
      "Sensor in the return line",
    Supply
      "Sensor in the supply line")
    "Enumeration to specify the sensor location";