Buildings.Experimental.DHC.Loads.BaseClasses.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.Experimental.DHC.Loads.BaseClasses.Types.DistributionType DistributionType Enumeration for the type of distribution system
Buildings.Experimental.DHC.Loads.BaseClasses.Types.PumpControlType PumpControlType Enumeration for the type of distribution pump control

Types and constants

  type DistributionType = enumeration(
      HeatingWater
    "Heating water distribution system",
      ChilledWater
    "Chilled water distribution system",
      ChangeOver
    "Change-over distribution system")
    "Enumeration for the type of distribution system";
  type PumpControlType = enumeration(
      ConstantSpeed
    "Constant speed",
      ConstantFlow
    "Constant flow rate (three-way valves)",
      ConstantHead
    "Constant pump head",
      LinearHead
    "Linear relationship between pump head and mass flow rate",
      ConstantDp
    "Constant pressure difference at given location")
    "Enumeration for the type of distribution pump control";