OpenStudio:model
 AllClasses Namespaces Functions Variables Typedefs Enumerations Enumerator Pages

#include "AirflowNetworkLeakageRatio.hpp"

Inheritance diagram for openstudio::model::AirflowNetworkLeakageRatio:

Public Member Functions

 AirflowNetworkLeakageRatio (const Model &model)
virtual ~AirflowNetworkLeakageRatio ()
boost::optional< double > effectiveLeakageRatio () const
double maximumFlowRate () const
double referencePressureDifference () const
double airMassFlowExponent () const
bool isAirMassFlowExponentDefaulted () const
bool setEffectiveLeakageRatio (double effectiveLeakageRatio)
void resetEffectiveLeakageRatio ()
bool setMaximumFlowRate (double maximumFlowRate)
bool setReferencePressureDifference (double referencePressureDifference)
bool setAirMassFlowExponent (double airMassFlowExponent)
void resetAirMassFlowExponent ()

Static Public Member Functions

static IddObjectType iddObjectType ()

Related Functions

typedef std::vector
< AirflowNetworkLeakageRatio
AirflowNetworkLeakageRatioVector
typedef boost::optional
< AirflowNetworkLeakageRatio
OptionalAirflowNetworkLeakageRatio

Detailed Description

AirflowNetworkLeakageRatio is a AirflowNetworkComponent that wraps the OpenStudio IDD object 'OS:AirflowNetwork:LeakageRatio'.

Constructor & Destructor Documentation

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

Member Function Documentation

double openstudio::model::AirflowNetworkLeakageRatio::airMassFlowExponent ( ) const
boost::optional<double> openstudio::model::AirflowNetworkLeakageRatio::effectiveLeakageRatio ( ) const
static IddObjectType openstudio::model::AirflowNetworkLeakageRatio::iddObjectType ( )
static
bool openstudio::model::AirflowNetworkLeakageRatio::isAirMassFlowExponentDefaulted ( ) const
double openstudio::model::AirflowNetworkLeakageRatio::maximumFlowRate ( ) const
double openstudio::model::AirflowNetworkLeakageRatio::referencePressureDifference ( ) const
void openstudio::model::AirflowNetworkLeakageRatio::resetAirMassFlowExponent ( )
void openstudio::model::AirflowNetworkLeakageRatio::resetEffectiveLeakageRatio ( )
bool openstudio::model::AirflowNetworkLeakageRatio::setAirMassFlowExponent ( double  airMassFlowExponent)
bool openstudio::model::AirflowNetworkLeakageRatio::setEffectiveLeakageRatio ( double  effectiveLeakageRatio)
bool openstudio::model::AirflowNetworkLeakageRatio::setMaximumFlowRate ( double  maximumFlowRate)
bool openstudio::model::AirflowNetworkLeakageRatio::setReferencePressureDifference ( double  referencePressureDifference)

Friends And Related Function Documentation