Buildings.DHC.ETS.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.DHC.ETS.Types.ConnectionConfiguration ConnectionConfiguration Enumeration for the type of connection with the district network

Types and constants

  type ConnectionConfiguration = enumeration(
      TwoWayValve
    "Two-way valve on district side",
      Pump
    "Pump on district side")
    "Enumeration for the type of connection with the district network";