Buildings.Fluid.Geothermal.Borefields.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.Fluid.Geothermal.Borefields.Types.BoreholeConfiguration BoreholeConfiguration Enumaration to define the borehole configurations

Types and constants

  type BoreholeConfiguration = enumeration(
      SingleUTube
    "Single U-tube configuration",
      DoubleUTubeParallel
    "Double U-tube configuration with pipes connected in parallel",
      DoubleUTubeSeries
    "Double U-tube configuration with pipes connected in series")
  "Enumaration to define the borehole configurations";