OpenStudio:model
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Static Public Member Functions | Related Functions | List of all members
openstudio::model::WindowPropertyFrameAndDivider Class Reference

#include <WindowPropertyFrameAndDivider.hpp>

+ Inheritance diagram for openstudio::model::WindowPropertyFrameAndDivider:

Public Member Functions

Constructors and Destructors
 WindowPropertyFrameAndDivider (const Model &model)
 
virtual ~WindowPropertyFrameAndDivider ()
 
Getters
double frameWidth () const
 
bool isFrameWidthDefaulted () const
 
double frameOutsideProjection () const
 
bool isFrameOutsideProjectionDefaulted () const
 
double frameInsideProjection () const
 
bool isFrameInsideProjectionDefaulted () const
 
boost::optional< double > frameConductance () const
 
double ratioOfFrameEdgeGlassConductanceToCenterOfGlassConductance () const
 
bool isRatioOfFrameEdgeGlassConductanceToCenterOfGlassConductanceDefaulted () const
 
double frameSolarAbsorptance () const
 
bool isFrameSolarAbsorptanceDefaulted () const
 
double frameVisibleAbsorptance () const
 
bool isFrameVisibleAbsorptanceDefaulted () const
 
double frameThermalHemisphericalEmissivity () const
 
bool isFrameThermalHemisphericalEmissivityDefaulted () const
 
std::string dividerType () const
 
bool isDividerTypeDefaulted () const
 
double dividerWidth () const
 
bool isDividerWidthDefaulted () const
 
double numberOfHorizontalDividers () const
 
bool isNumberOfHorizontalDividersDefaulted () const
 
double numberOfVerticalDividers () const
 
bool isNumberOfVerticalDividersDefaulted () const
 
double dividerOutsideProjection () const
 
bool isDividerOutsideProjectionDefaulted () const
 
double dividerInsideProjection () const
 
bool isDividerInsideProjectionDefaulted () const
 
double dividerConductance () const
 
bool isDividerConductanceDefaulted () const
 
double ratioOfDividerEdgeGlassConductanceToCenterOfGlassConductance () const
 
bool isRatioOfDividerEdgeGlassConductanceToCenterOfGlassConductanceDefaulted () const
 
double dividerSolarAbsorptance () const
 
bool isDividerSolarAbsorptanceDefaulted () const
 
double dividerVisibleAbsorptance () const
 
bool isDividerVisibleAbsorptanceDefaulted () const
 
double dividerThermalHemisphericalEmissivity () const
 
bool isDividerThermalHemisphericalEmissivityDefaulted () const
 
double outsideRevealDepth () const
 
bool isOutsideRevealDepthDefaulted () const
 
double outsideRevealSolarAbsorptance () const
 
bool isOutsideRevealSolarAbsorptanceDefaulted () const
 
double insideSillDepth () const
 
bool isInsideSillDepthDefaulted () const
 
double insideSillSolarAbsorptance () const
 
bool isInsideSillSolarAbsorptanceDefaulted () const
 
double insideRevealDepth () const
 
bool isInsideRevealDepthDefaulted () const
 
double insideRevealSolarAbsorptance () const
 
bool isInsideRevealSolarAbsorptanceDefaulted () const
 
Setters
bool setFrameWidth (double frameWidth)
 
void resetFrameWidth ()
 
bool setFrameOutsideProjection (double frameOutsideProjection)
 
void resetFrameOutsideProjection ()
 
bool setFrameInsideProjection (double frameInsideProjection)
 
void resetFrameInsideProjection ()
 
bool setFrameConductance (double frameConductance)
 
void resetFrameConductance ()
 
bool setRatioOfFrameEdgeGlassConductanceToCenterOfGlassConductance (double ratioOfFrameEdgeGlassConductanceToCenterOfGlassConductance)
 
void resetRatioOfFrameEdgeGlassConductanceToCenterOfGlassConductance ()
 
bool setFrameSolarAbsorptance (double frameSolarAbsorptance)
 
void resetFrameSolarAbsorptance ()
 
bool setFrameVisibleAbsorptance (double frameVisibleAbsorptance)
 
void resetFrameVisibleAbsorptance ()
 
bool setFrameThermalHemisphericalEmissivity (double frameThermalHemisphericalEmissivity)
 
void resetFrameThermalHemisphericalEmissivity ()
 
bool setDividerType (const std::string &dividerType)
 
void resetDividerType ()
 
bool setDividerWidth (double dividerWidth)
 
void resetDividerWidth ()
 
bool setNumberOfHorizontalDividers (double numberOfHorizontalDividers)
 
void resetNumberOfHorizontalDividers ()
 
bool setNumberOfVerticalDividers (double numberOfVerticalDividers)
 
void resetNumberOfVerticalDividers ()
 
bool setDividerOutsideProjection (double dividerOutsideProjection)
 
void resetDividerOutsideProjection ()
 
bool setDividerInsideProjection (double dividerInsideProjection)
 
void resetDividerInsideProjection ()
 
bool setDividerConductance (double dividerConductance)
 
void resetDividerConductance ()
 
bool setRatioOfDividerEdgeGlassConductanceToCenterOfGlassConductance (double ratioOfDividerEdgeGlassConductanceToCenterOfGlassConductance)
 
void resetRatioOfDividerEdgeGlassConductanceToCenterOfGlassConductance ()
 
bool setDividerSolarAbsorptance (double dividerSolarAbsorptance)
 
void resetDividerSolarAbsorptance ()
 
bool setDividerVisibleAbsorptance (double dividerVisibleAbsorptance)
 
void resetDividerVisibleAbsorptance ()
 
bool setDividerThermalHemisphericalEmissivity (double dividerThermalHemisphericalEmissivity)
 
void resetDividerThermalHemisphericalEmissivity ()
 
bool setOutsideRevealDepth (double outsideRevealDepth)
 
void resetOutsideRevealDepth ()
 
bool setOutsideRevealSolarAbsorptance (double outsideRevealSolarAbsorptance)
 
void resetOutsideRevealSolarAbsorptance ()
 
bool setInsideSillDepth (double insideSillDepth)
 
void resetInsideSillDepth ()
 
bool setInsideSillSolarAbsorptance (double insideSillSolarAbsorptance)
 
void resetInsideSillSolarAbsorptance ()
 
bool setInsideRevealDepth (double insideRevealDepth)
 
void resetInsideRevealDepth ()
 
bool setInsideRevealSolarAbsorptance (double insideRevealSolarAbsorptance)
 
void resetInsideRevealSolarAbsorptance ()
 
- Public Member Functions inherited from openstudio::model::ResourceObject
unsigned directUseCount (bool excludeChildren=false) const
 Returns the number of objects that use this resource directly. More...
 
unsigned nonResourceObjectUseCount (bool excludeChildren=false) const
 Returns the number of non-ResourceObjects that use this resource either directly or indirectly. More...
 
virtual ~ResourceObject ()
 
- Public Member Functions inherited from openstudio::model::ParentObject
std::vector< IddObjectType > allowableChildTypes () const
 Returns a vector of allowable children types. More...
 
std::vector< ModelObjectchildren () const
 Return direct child objects in the Model. More...
 
virtual ~ParentObject ()
 
- Public Member Functions inherited from openstudio::model::ModelObject
virtual ~ModelObject ()
 
ModelObject clone () const
 Creates a deep copy of this object, placing it in this object's model(). More...
 
ModelObject clone (Model model) const
 Creates a deep copy of this object, placing it in model. More...
 
Component createComponent () const
 Method for creating sharable Model snippets. More...
 
Model model () const
 Returns the Model that contains this object. More...
 
boost::optional< ParentObjectparent () const
 Return this object's parent in the hierarchy, if it has one. More...
 
std::vector< ResourceObjectresources () const
 Get the resources directly used by this ModelObject. More...
 
template<typename T >
std::vector< T > getModelObjectSources () const
 Get all objects of type T that point to this object. More...
 
template<typename T >
std::vector< T > getModelObjectSources (IddObjectType iddObjectType) const
 Get all objects of type T that point to this object. More...
 
template<typename T >
boost::optional< T > getModelObjectTarget (unsigned index) const
 Get the object of type T pointed to by this object from field index. More...
 
template<typename T >
std::vector< T > getModelObjectTargets () const
 Get all objects of type T to which this object points. More...
 
const std::vector< std::string > & outputVariableNames () const
 Get all output variables names that could be associated with this object. More...
 
std::vector< OutputVariableoutputVariables () const
 Get all output variables associated with this object, must run simulation to generate data. More...
 
boost::optional
< openstudio::TimeSeries > 
getData (const OutputVariable &variable, const std::string &envPeriod) const
 Get data associated with this output variable and this object. More...
 
std::vector< LifeCycleCostlifeCycleCosts () const
 Returns the list of all LifeCycleCosts that refer to this object. More...
 
std::vector< IdfObject > removeLifeCycleCosts ()
 Removes all LifeCycleCosts that refer to this object. More...
 
IddObjectType iddObjectType () const
 This is a virtual function that will tell you the type of iddObject you are dealing with. More...
 
AdditionalProperties additionalProperties () const
 Returns this object's additional properties, constructing a new object if necessary. More...
 
bool hasAdditionalProperties () const
 Returns true if this object has additional properties. More...
 
std::vector< IdfObject > removeAdditionalProperties ()
 Removes all additional properties that refer to this object. More...
 
bool setParent (ParentObject &newParent)
 set the parent, child may have to call non-const methods on the parent More...
 
bool operator< (const ModelObject &right) const
 
bool operator== (const ModelObject &other) const
 equality test More...
 
bool operator!= (const ModelObject &other) const
 inequality test More...
 
std::vector< ScheduleTypeKeygetScheduleTypeKeys (const Schedule &schedule) const
 Return the ScheduleTypeKeys indicating how schedule is used in this object. More...
 
boost::optional< double > getAutosizedValue (std::string valueName, std::string unitString) const
 Gets the autosized component value from the sql file. More...
 
virtual std::vector
< EMSActuatorNames
emsActuatorNames () const
 Return the names of the available ems actuators. More...
 
virtual std::vector< std::string > emsInternalVariableNames () const
 Return the names of the available ems internal variables. More...
 
boost::optional< ModelObjectconnectedObject (unsigned port) const
 
boost::optional< unsigned > connectedObjectPort (unsigned port) const
 

Static Public Member Functions

static std::vector< std::string > dividerTypeValues ()
 
static IddObjectType iddObjectType ()
 

Related Functions

(Note that these are not member functions.)

typedef boost::optional
< WindowPropertyFrameAndDivider
OptionalWindowPropertyFrameAndDivider
 
typedef std::vector
< WindowPropertyFrameAndDivider
WindowPropertyFrameAndDividerVector
 

Additional Inherited Members

- Protected Types inherited from openstudio::model::ModelObject
typedef detail::ModelObject_Impl ImplType
 
- Protected Member Functions inherited from openstudio::model::ResourceObject
 ResourceObject (IddObjectType type, const Model &model)
 Constructs a new PlanarSurface object in the model. More...
 
- Protected Member Functions inherited from openstudio::model::ParentObject
 ParentObject (IddObjectType type, const Model &model)
 Constructs a new ParentObject object in the model. More...
 
- Protected Member Functions inherited from openstudio::model::ModelObject
 ModelObject (IddObjectType type, const Model &model, bool fastName=false)
 
 ModelObject (std::shared_ptr< detail::ModelObject_Impl > impl)
 

Detailed Description

WindowPropertyFrameAndDivider is a ResourceObject that wraps the OpenStudio IDD object 'OS:WindowProperty:FrameAndDivider'.

Constructor & Destructor Documentation

openstudio::model::WindowPropertyFrameAndDivider::WindowPropertyFrameAndDivider ( const Model model)
explicit
virtual openstudio::model::WindowPropertyFrameAndDivider::~WindowPropertyFrameAndDivider ( )
inlinevirtual

Member Function Documentation

double openstudio::model::WindowPropertyFrameAndDivider::dividerConductance ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::dividerInsideProjection ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::dividerOutsideProjection ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::dividerSolarAbsorptance ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::dividerThermalHemisphericalEmissivity ( ) const
std::string openstudio::model::WindowPropertyFrameAndDivider::dividerType ( ) const
static std::vector<std::string> openstudio::model::WindowPropertyFrameAndDivider::dividerTypeValues ( )
static
double openstudio::model::WindowPropertyFrameAndDivider::dividerVisibleAbsorptance ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::dividerWidth ( ) const
boost::optional<double> openstudio::model::WindowPropertyFrameAndDivider::frameConductance ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::frameInsideProjection ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::frameOutsideProjection ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::frameSolarAbsorptance ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::frameThermalHemisphericalEmissivity ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::frameVisibleAbsorptance ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::frameWidth ( ) const
static IddObjectType openstudio::model::WindowPropertyFrameAndDivider::iddObjectType ( )
static
double openstudio::model::WindowPropertyFrameAndDivider::insideRevealDepth ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::insideRevealSolarAbsorptance ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::insideSillDepth ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::insideSillSolarAbsorptance ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isDividerConductanceDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isDividerInsideProjectionDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isDividerOutsideProjectionDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isDividerSolarAbsorptanceDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isDividerThermalHemisphericalEmissivityDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isDividerTypeDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isDividerVisibleAbsorptanceDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isDividerWidthDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isFrameInsideProjectionDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isFrameOutsideProjectionDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isFrameSolarAbsorptanceDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isFrameThermalHemisphericalEmissivityDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isFrameVisibleAbsorptanceDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isFrameWidthDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isInsideRevealDepthDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isInsideRevealSolarAbsorptanceDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isInsideSillDepthDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isInsideSillSolarAbsorptanceDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isNumberOfHorizontalDividersDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isNumberOfVerticalDividersDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isOutsideRevealDepthDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isOutsideRevealSolarAbsorptanceDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isRatioOfDividerEdgeGlassConductanceToCenterOfGlassConductanceDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isRatioOfFrameEdgeGlassConductanceToCenterOfGlassConductanceDefaulted ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::numberOfHorizontalDividers ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::numberOfVerticalDividers ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::outsideRevealDepth ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::outsideRevealSolarAbsorptance ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::ratioOfDividerEdgeGlassConductanceToCenterOfGlassConductance ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::ratioOfFrameEdgeGlassConductanceToCenterOfGlassConductance ( ) const
void openstudio::model::WindowPropertyFrameAndDivider::resetDividerConductance ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetDividerInsideProjection ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetDividerOutsideProjection ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetDividerSolarAbsorptance ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetDividerThermalHemisphericalEmissivity ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetDividerType ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetDividerVisibleAbsorptance ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetDividerWidth ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetFrameConductance ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetFrameInsideProjection ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetFrameOutsideProjection ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetFrameSolarAbsorptance ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetFrameThermalHemisphericalEmissivity ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetFrameVisibleAbsorptance ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetFrameWidth ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetInsideRevealDepth ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetInsideRevealSolarAbsorptance ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetInsideSillDepth ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetInsideSillSolarAbsorptance ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetNumberOfHorizontalDividers ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetNumberOfVerticalDividers ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetOutsideRevealDepth ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetOutsideRevealSolarAbsorptance ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetRatioOfDividerEdgeGlassConductanceToCenterOfGlassConductance ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetRatioOfFrameEdgeGlassConductanceToCenterOfGlassConductance ( )
bool openstudio::model::WindowPropertyFrameAndDivider::setDividerConductance ( double  dividerConductance)
bool openstudio::model::WindowPropertyFrameAndDivider::setDividerInsideProjection ( double  dividerInsideProjection)
bool openstudio::model::WindowPropertyFrameAndDivider::setDividerOutsideProjection ( double  dividerOutsideProjection)
bool openstudio::model::WindowPropertyFrameAndDivider::setDividerSolarAbsorptance ( double  dividerSolarAbsorptance)
bool openstudio::model::WindowPropertyFrameAndDivider::setDividerThermalHemisphericalEmissivity ( double  dividerThermalHemisphericalEmissivity)
bool openstudio::model::WindowPropertyFrameAndDivider::setDividerType ( const std::string &  dividerType)
bool openstudio::model::WindowPropertyFrameAndDivider::setDividerVisibleAbsorptance ( double  dividerVisibleAbsorptance)
bool openstudio::model::WindowPropertyFrameAndDivider::setDividerWidth ( double  dividerWidth)
bool openstudio::model::WindowPropertyFrameAndDivider::setFrameConductance ( double  frameConductance)
bool openstudio::model::WindowPropertyFrameAndDivider::setFrameInsideProjection ( double  frameInsideProjection)
bool openstudio::model::WindowPropertyFrameAndDivider::setFrameOutsideProjection ( double  frameOutsideProjection)
bool openstudio::model::WindowPropertyFrameAndDivider::setFrameSolarAbsorptance ( double  frameSolarAbsorptance)
bool openstudio::model::WindowPropertyFrameAndDivider::setFrameThermalHemisphericalEmissivity ( double  frameThermalHemisphericalEmissivity)
bool openstudio::model::WindowPropertyFrameAndDivider::setFrameVisibleAbsorptance ( double  frameVisibleAbsorptance)
bool openstudio::model::WindowPropertyFrameAndDivider::setFrameWidth ( double  frameWidth)
bool openstudio::model::WindowPropertyFrameAndDivider::setInsideRevealDepth ( double  insideRevealDepth)
bool openstudio::model::WindowPropertyFrameAndDivider::setInsideRevealSolarAbsorptance ( double  insideRevealSolarAbsorptance)
bool openstudio::model::WindowPropertyFrameAndDivider::setInsideSillDepth ( double  insideSillDepth)
bool openstudio::model::WindowPropertyFrameAndDivider::setInsideSillSolarAbsorptance ( double  insideSillSolarAbsorptance)
bool openstudio::model::WindowPropertyFrameAndDivider::setNumberOfHorizontalDividers ( double  numberOfHorizontalDividers)
bool openstudio::model::WindowPropertyFrameAndDivider::setNumberOfVerticalDividers ( double  numberOfVerticalDividers)
bool openstudio::model::WindowPropertyFrameAndDivider::setOutsideRevealDepth ( double  outsideRevealDepth)
bool openstudio::model::WindowPropertyFrameAndDivider::setOutsideRevealSolarAbsorptance ( double  outsideRevealSolarAbsorptance)
bool openstudio::model::WindowPropertyFrameAndDivider::setRatioOfDividerEdgeGlassConductanceToCenterOfGlassConductance ( double  ratioOfDividerEdgeGlassConductanceToCenterOfGlassConductance)
bool openstudio::model::WindowPropertyFrameAndDivider::setRatioOfFrameEdgeGlassConductanceToCenterOfGlassConductance ( double  ratioOfFrameEdgeGlassConductanceToCenterOfGlassConductance)

Friends And Related Function Documentation