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
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Temperature | TDryBul | Dry bulb temperature | |
| Modelica.Units.SI.Temperature | TWetBul | Wet bulb temperature | |
| Modelica.Units.SI.Temperature | TDewPoi | Dew point temperature | |
| Modelica.Units.SI.Temperature | TBlaSky | Black-body sky temperature | |
| Real | relHum | Relative humidity | |
| Real | HDirNor | Direct normal solar irradiation | |
| Real | HGloHor | Global horizontal solar irradiation | |
| Real | HDifHor | Diffuse horizontal solar irradiation | |
| Real | HHorIR | Horizontal infrared irradiation | |
| Modelica.Units.SI.Angle | winDir | Wind direction | |
| Modelica.Units.SI.Velocity | winSpe | Wind speed | |
| Modelica.Units.SI.Height | ceiHei | Cloud cover ceiling height | |
| Real | nOpa | Opaque sky cover | |
| Real | nTot | Total sky cover | |
| Modelica.Units.SI.Angle | lat | Latitude of the location | |
| Modelica.Units.SI.Angle | lon | Longitude of the location | |
| Modelica.Units.SI.Height | alt | Location altitude above sea level | |
| Modelica.Units.SI.AbsolutePressure | pAtm | Atmospheric pressure | |
| Modelica.Units.SI.Angle | solAlt | Solar altitude angle | |
| Modelica.Units.SI.Angle | solDec | Solar declination angle | |
| Modelica.Units.SI.Angle | solHouAng | Solar hour angle | |
| Modelica.Units.SI.Angle | solZen | Solar zenith angle | |
| Modelica.Units.SI.Time | solTim | Solar time | |
| Modelica.Units.SI.Time | cloTim | Model time |
Revisions
-
June 18, 2024, by Michael Wetter:
Addedstartandnominalattributes 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.