expandable connectorBus

Data bus that stores weather data

Extends from Modelica.Icons.SignalBus (Icon for signal bus).

Information

This component is an expandable connector that is used to implement a bus that contains the weather data.

Components

TypeNameDefaultDescription
Modelica.Units.SI.TemperatureTDryBulDry bulb temperature
Modelica.Units.SI.TemperatureTWetBulWet bulb temperature
Modelica.Units.SI.TemperatureTDewPoiDew point temperature
Modelica.Units.SI.TemperatureTBlaSkyBlack-body sky temperature
RealrelHumRelative humidity
RealHDirNorDirect normal solar irradiation
RealHGloHorGlobal horizontal solar irradiation
RealHDifHorDiffuse horizontal solar irradiation
RealHHorIRHorizontal infrared irradiation
Modelica.Units.SI.AnglewinDirWind direction
Modelica.Units.SI.VelocitywinSpeWind speed
Modelica.Units.SI.HeightceiHeiCloud cover ceiling height
RealnOpaOpaque sky cover
RealnTotTotal sky cover
Modelica.Units.SI.AnglelatLatitude of the location
Modelica.Units.SI.AnglelonLongitude of the location
Modelica.Units.SI.HeightaltLocation altitude above sea level
Modelica.Units.SI.AbsolutePressurepAtmAtmospheric pressure
Modelica.Units.SI.AnglesolAltSolar altitude angle
Modelica.Units.SI.AnglesolDecSolar declination angle
Modelica.Units.SI.AnglesolHouAngSolar hour angle
Modelica.Units.SI.AnglesolZenSolar zenith angle
Modelica.Units.SI.TimesolTimSolar time
Modelica.Units.SI.TimecloTimModel time

Revisions

  • June 18, 2024, by Michael Wetter:
    Added start and nominal attributes to avoid warnings in OpenModelica due to conflicting values.
    This is for IBPSA, #1890.
  • September 22, 2023, by Michael Wetter:
    Declared the variables that are on the bus.
    This is for IBPSA, #1798.
  • June 25, 2010, by Wangda Zuo:
    First implementation.