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