Buildings.Utilities.IO.SignalExchange.SignalTypes

Package with signal type definitions

Information

Package that defines the the signal types that are used by BOPTEST to compute the key performance indices.

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

Package Content

Name Description
Buildings.Utilities.IO.SignalExchange.SignalTypes.SignalsForKPIs SignalsForKPIs Signals used for the calculation of key performance indicators

Types and constants

  type SignalsForKPIs = enumeration(
    None
        "Not used for KPI",
    AirZoneTemperature
        "Air zone temperature",
    RadiativeZoneTemperature
        "Radiative zone temperature",
    OperativeZoneTemperature
        "Operative zone temperature",
    RelativeHumidity
        "Relative humidity",
    CO2Concentration
        "CO2 concentration",
    ElectricPower
        "Electric power from grid",
    DistrictHeatingPower
        "Thermal power from district heating",
    GasPower
        "Thermal power from natural gas",
    BiomassPower
        "Thermal power from biomass",
    SolarThermalPower
        "Thermal power from solar thermal",
    FreshWaterFlowRate
        "FreshWaterFlowRate") "Signals used for the calculation of key performance indicators";

Buildings.Utilities.IO.SignalExchange.SignalTypes.SignalsForKPIs

Signals used for the calculation of key performance indicators

Information

This enumeration defines the signal types that are used by BOPTEST to compute the key performance indices (KPI).

The following signal types are supported.

Value Description
None Not used for KPI
AirZoneTemperature Air zone temperature
RadiativeZoneTemperature Radiative zone temperature
OperativeZoneTemperature Operative zone temperature
RelativeHumidity Relative humidity
CO2Concentration CO2 concentration
ElectricPower Electric power from grid
DistrictHeatingPower Thermal power from district heating
GasPower Thermal power from natural gas
BiomassPower Thermal power from biomass
SolarThermalPower Thermal power from solar thermal
FreshWaterFlowRate FreshWaterFlowRate

Modelica definition

type SignalsForKPIs = enumeration( None "Not used for KPI", AirZoneTemperature "Air zone temperature", RadiativeZoneTemperature "Radiative zone temperature", OperativeZoneTemperature "Operative zone temperature", RelativeHumidity "Relative humidity", CO2Concentration "CO2 concentration", ElectricPower "Electric power from grid", DistrictHeatingPower "Thermal power from district heating", GasPower "Thermal power from natural gas", BiomassPower "Thermal power from biomass", SolarThermalPower "Thermal power from solar thermal", FreshWaterFlowRate "FreshWaterFlowRate") "Signals used for the calculation of key performance indicators";