Buildings.Fluid.CHPs.BaseClasses.Types

Library of CHP operation modes

Information

In this package, Mode defines all the possible operating modes of CHP units.

Extends from Modelica.Icons.TypesPackage (Icon for packages containing type definitions).

Package Content

Name Description
Buildings.Fluid.CHPs.BaseClasses.Types.Mode Mode Enumeration for operation mode types

Types and constants

  type Mode = enumeration(
    Off   "Plant completely turned off",
    StandBy   "Plant ready to run but not producing heat/electricity",
    PumpOn   "Pump starts to run",
    WarmUp   "Warm-up mode",
    Normal   "Normal operating mode",
    CoolDown   "Cool-down before going to stand-by or off mode")
    "Enumeration for operation mode types";

Buildings.Fluid.CHPs.BaseClasses.Types.Mode

Enumeration for operation mode types

Information

Enumeration for the type of modes. The possible values are:

  1. Off
  2. StandBy
  3. PumpOn
  4. WarmUp
  5. Normal
  6. CoolDown

Modelica definition

type Mode = enumeration( Off "Plant completely turned off", StandBy "Plant ready to run but not producing heat/electricity", PumpOn "Pump starts to run", WarmUp "Warm-up mode", Normal "Normal operating mode", CoolDown "Cool-down before going to stand-by or off mode") "Enumeration for operation mode types";