Buildings.Experimental.DHC.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.Types.DistrictSystemType DistrictSystemType Enumeration to define the type of district system

Types and constants

  type DistrictSystemType = enumeration(
    CombinedGeneration1
    "First generation district heating and cooling system",
    CombinedGeneration2to4
    "Second to fourth generation district heating and cooling system",
    CombinedGeneration5
    "Fifth generation district heating and cooling system",
    Cooling
    "District cooling system",
    HeatingGeneration1
    "First generation district heating system",
    HeatingGeneration2to4
    "Second to fourth generation district heating system")
    "Enumeration to define the type of district system";