#include <WeatherData.hpp>
|
| const Vector & | mdbt () const |
| | mean monthly dry bulb temp (C)
|
| |
| const Vector & | mEgh () const |
| | mean monthly Global Horizontal Radiation (W/m2)
|
| |
| const Matrix & | mhdbt () const |
| | mean monthly dry bulb temp for each of the 24 hours of the day (C)
|
| |
| const Matrix & | mhEgh () const |
| | mean monthly Global Horizontal Radiation for each of the 24 hours of the day (W/m2)
|
| |
| const Matrix & | msolar () const |
| | mean monthly total solar radiation (W/m2) on a vertical surface for each of the 8 cardinal directions
|
| |
| const Vector & | mwind () const |
| | mean monthly wind speed; (m/s)
|
| |
| void | setMdbt (Vector val) |
| |
| void | setMEgh (Vector val) |
| |
| void | setMhdbt (const Matrix &val) |
| |
| void | setMhEgh (const Matrix &val) |
| |
| void | setMsolar (const Matrix &val) |
| |
| void | setMwind (Vector val) |
| |
◆ mdbt()
| const Vector & openstudio::isomodel::WeatherData::mdbt |
( |
| ) |
const |
|
inline |
mean monthly dry bulb temp (C)
◆ mEgh()
| const Vector & openstudio::isomodel::WeatherData::mEgh |
( |
| ) |
const |
|
inline |
mean monthly Global Horizontal Radiation (W/m2)
◆ mhdbt()
| const Matrix & openstudio::isomodel::WeatherData::mhdbt |
( |
| ) |
const |
|
inline |
mean monthly dry bulb temp for each of the 24 hours of the day (C)
◆ mhEgh()
| const Matrix & openstudio::isomodel::WeatherData::mhEgh |
( |
| ) |
const |
|
inline |
mean monthly Global Horizontal Radiation for each of the 24 hours of the day (W/m2)
◆ msolar()
| const Matrix & openstudio::isomodel::WeatherData::msolar |
( |
| ) |
const |
|
inline |
mean monthly total solar radiation (W/m2) on a vertical surface for each of the 8 cardinal directions
◆ mwind()
| const Vector & openstudio::isomodel::WeatherData::mwind |
( |
| ) |
const |
|
inline |
mean monthly wind speed; (m/s)
◆ setMdbt()
| void openstudio::isomodel::WeatherData::setMdbt |
( |
Vector | val | ) |
|
|
inline |
◆ setMEgh()
| void openstudio::isomodel::WeatherData::setMEgh |
( |
Vector | val | ) |
|
|
inline |
◆ setMhdbt()
| void openstudio::isomodel::WeatherData::setMhdbt |
( |
const Matrix & | val | ) |
|
|
inline |
◆ setMhEgh()
| void openstudio::isomodel::WeatherData::setMhEgh |
( |
const Matrix & | val | ) |
|
|
inline |
◆ setMsolar()
| void openstudio::isomodel::WeatherData::setMsolar |
( |
const Matrix & | val | ) |
|
|
inline |
◆ setMwind()
| void openstudio::isomodel::WeatherData::setMwind |
( |
Vector | val | ) |
|
|
inline |