#include "Screen.hpp"
Static Public Member Functions | |
static std::vector< std::string > | angleofResolutionforScreenTransmittanceOutputMapValues () |
static IddObjectType | iddObjectType () |
static std::vector< std::string > | reflectedBeamTransmittanceAccountingMethodValues () |
Related Functions | |
typedef boost::optional< Screen > | OptionalScreen |
typedef std::vector< Screen > | ScreenVector |
Screen is a ShadingMaterial that wraps the OpenStudio IDD object 'OS:WindowMaterial:Screen'.
|
explicit |
|
inlinevirtual |
std::string openstudio::model::Screen::angleofResolutionforScreenTransmittanceOutputMap | ( | ) | const |
|
static |
double openstudio::model::Screen::bottomOpeningMultiplier | ( | ) | const |
double openstudio::model::Screen::conductivity | ( | ) | const |
double openstudio::model::Screen::diffuseSolarReflectance | ( | ) | const |
double openstudio::model::Screen::diffuseVisibleReflectance | ( | ) | const |
Quantity openstudio::model::Screen::getBottomOpeningMultiplier | ( | bool | returnIP = false | ) | const |
Quantity openstudio::model::Screen::getConductivity | ( | bool | returnIP = false | ) | const |
Quantity openstudio::model::Screen::getDiffuseSolarReflectance | ( | bool | returnIP = false | ) | const |
Quantity openstudio::model::Screen::getDiffuseVisibleReflectance | ( | bool | returnIP = false | ) | const |
Quantity openstudio::model::Screen::getLeftSideOpeningMultiplier | ( | bool | returnIP = false | ) | const |
Quantity openstudio::model::Screen::getRightSideOpeningMultiplier | ( | bool | returnIP = false | ) | const |
Quantity openstudio::model::Screen::getScreenMaterialDiameter | ( | bool | returnIP = false | ) | const |
Quantity openstudio::model::Screen::getScreenMaterialSpacing | ( | bool | returnIP = false | ) | const |
Quantity openstudio::model::Screen::getScreentoGlassDistance | ( | bool | returnIP = false | ) | const |
Quantity openstudio::model::Screen::getThermalHemisphericalEmissivity | ( | bool | returnIP = false | ) | const |
Quantity openstudio::model::Screen::getTopOpeningMultiplier | ( | bool | returnIP = false | ) | const |
|
static |
bool openstudio::model::Screen::isAngleofResolutionforScreenTransmittanceOutputMapDefaulted | ( | ) | const |
bool openstudio::model::Screen::isBottomOpeningMultiplierDefaulted | ( | ) | const |
bool openstudio::model::Screen::isConductivityDefaulted | ( | ) | const |
bool openstudio::model::Screen::isLeftSideOpeningMultiplierDefaulted | ( | ) | const |
bool openstudio::model::Screen::isReflectedBeamTransmittanceAccountingMethodDefaulted | ( | ) | const |
bool openstudio::model::Screen::isRightSideOpeningMultiplierDefaulted | ( | ) | const |
bool openstudio::model::Screen::isScreentoGlassDistanceDefaulted | ( | ) | const |
bool openstudio::model::Screen::isThermalHemisphericalEmissivityDefaulted | ( | ) | const |
bool openstudio::model::Screen::isTopOpeningMultiplierDefaulted | ( | ) | const |
double openstudio::model::Screen::leftSideOpeningMultiplier | ( | ) | const |
std::string openstudio::model::Screen::reflectedBeamTransmittanceAccountingMethod | ( | ) | const |
|
static |
void openstudio::model::Screen::resetAngleofResolutionforScreenTransmittanceOutputMap | ( | ) |
void openstudio::model::Screen::resetBottomOpeningMultiplier | ( | ) |
void openstudio::model::Screen::resetConductivity | ( | ) |
void openstudio::model::Screen::resetLeftSideOpeningMultiplier | ( | ) |
void openstudio::model::Screen::resetReflectedBeamTransmittanceAccountingMethod | ( | ) |
void openstudio::model::Screen::resetRightSideOpeningMultiplier | ( | ) |
void openstudio::model::Screen::resetScreentoGlassDistance | ( | ) |
void openstudio::model::Screen::resetThermalHemisphericalEmissivity | ( | ) |
void openstudio::model::Screen::resetTopOpeningMultiplier | ( | ) |
double openstudio::model::Screen::rightSideOpeningMultiplier | ( | ) | const |
double openstudio::model::Screen::screenMaterialDiameter | ( | ) | const |
double openstudio::model::Screen::screenMaterialSpacing | ( | ) | const |
double openstudio::model::Screen::screentoGlassDistance | ( | ) | const |
bool openstudio::model::Screen::setAngleofResolutionforScreenTransmittanceOutputMap | ( | std::string | angleofResolutionforScreenTransmittanceOutputMap | ) |
bool openstudio::model::Screen::setBottomOpeningMultiplier | ( | double | bottomOpeningMultiplier | ) |
bool openstudio::model::Screen::setBottomOpeningMultiplier | ( | const Quantity & | bottomOpeningMultiplier | ) |
bool openstudio::model::Screen::setConductivity | ( | double | conductivity | ) |
bool openstudio::model::Screen::setConductivity | ( | const Quantity & | conductivity | ) |
bool openstudio::model::Screen::setDiffuseSolarReflectance | ( | double | diffuseSolarReflectance | ) |
bool openstudio::model::Screen::setDiffuseSolarReflectance | ( | const Quantity & | diffuseSolarReflectance | ) |
bool openstudio::model::Screen::setDiffuseVisibleReflectance | ( | double | diffuseVisibleReflectance | ) |
bool openstudio::model::Screen::setDiffuseVisibleReflectance | ( | const Quantity & | diffuseVisibleReflectance | ) |
bool openstudio::model::Screen::setLeftSideOpeningMultiplier | ( | double | leftSideOpeningMultiplier | ) |
bool openstudio::model::Screen::setLeftSideOpeningMultiplier | ( | const Quantity & | leftSideOpeningMultiplier | ) |
bool openstudio::model::Screen::setReflectedBeamTransmittanceAccountingMethod | ( | std::string | reflectedBeamTransmittanceAccountingMethod | ) |
bool openstudio::model::Screen::setRightSideOpeningMultiplier | ( | double | rightSideOpeningMultiplier | ) |
bool openstudio::model::Screen::setRightSideOpeningMultiplier | ( | const Quantity & | rightSideOpeningMultiplier | ) |
bool openstudio::model::Screen::setScreenMaterialDiameter | ( | double | screenMaterialDiameter | ) |
bool openstudio::model::Screen::setScreenMaterialDiameter | ( | const Quantity & | screenMaterialDiameter | ) |
bool openstudio::model::Screen::setScreenMaterialSpacing | ( | double | screenMaterialSpacing | ) |
bool openstudio::model::Screen::setScreenMaterialSpacing | ( | const Quantity & | screenMaterialSpacing | ) |
bool openstudio::model::Screen::setScreentoGlassDistance | ( | double | screentoGlassDistance | ) |
bool openstudio::model::Screen::setScreentoGlassDistance | ( | const Quantity & | screentoGlassDistance | ) |
bool openstudio::model::Screen::setThermalConductivity | ( | double | value | ) |
Sets the conductivity of the material in W/m*K, if possible.
bool openstudio::model::Screen::setThermalHemisphericalEmissivity | ( | double | thermalHemisphericalEmissivity | ) |
bool openstudio::model::Screen::setThermalHemisphericalEmissivity | ( | const Quantity & | thermalHemisphericalEmissivity | ) |
bool openstudio::model::Screen::setThermalResistivity | ( | double | value | ) |
Sets the resistivity of the material in m*K/W, if possible.
bool openstudio::model::Screen::setTopOpeningMultiplier | ( | double | topOpeningMultiplier | ) |
bool openstudio::model::Screen::setTopOpeningMultiplier | ( | const Quantity & | topOpeningMultiplier | ) |
double openstudio::model::Screen::thermalConductance | ( | ) | const |
The conductance of the material in W/m^2*K.
double openstudio::model::Screen::thermalConductivity | ( | ) | const |
The conductivitiy of the material in W/m*K.
double openstudio::model::Screen::thermalHemisphericalEmissivity | ( | ) | const |
double openstudio::model::Screen::thermalResistance | ( | ) | const |
The resistance of the material in m^2*K/W.
double openstudio::model::Screen::thermalResistivity | ( | ) | const |
The resistivity of the material in m*K/W.
double openstudio::model::Screen::topOpeningMultiplier | ( | ) | const |
|
related |
|
related |