OpenStudio:model
 AllClasses Namespaces Functions Variables Typedefs Enumerations Enumerator Pages

#include "AirflowNetworkEquivalentDuct.hpp"

Inheritance diagram for openstudio::model::AirflowNetworkEquivalentDuct:

Public Member Functions

virtual ~AirflowNetworkEquivalentDuct ()
boost::optional
< StraightComponent
straightComponent () const
boost::optional< std::string > coilObjectType () const
boost::optional< std::string > heatExchangerObjectType () const
boost::optional< std::string > terminalUnitObjectType () const
double airPathLength () const
double airPathHydraulicDiameter () const
bool setAirPathLength (double airPathLength)
bool setAirPathHydraulicDiameter (double airPathHydraulicDiameter)

Static Public Member Functions

static IddObjectType iddObjectType ()

Related Functions

typedef std::vector
< AirflowNetworkEquivalentDuct
AirflowNetworkEquivalentDuctVector
typedef boost::optional
< AirflowNetworkEquivalentDuct
OptionalAirflowNetworkEquivalentDuct

Detailed Description

AirflowNetworkEquivalentDuct is a AirflowNetworkComponent that wraps the OpenStudio IDD object 'OS:AirflowNetwork:EquivalentDuct'.

Constructor & Destructor Documentation

virtual openstudio::model::AirflowNetworkEquivalentDuct::~AirflowNetworkEquivalentDuct ( )
inlinevirtual

Member Function Documentation

double openstudio::model::AirflowNetworkEquivalentDuct::airPathHydraulicDiameter ( ) const
double openstudio::model::AirflowNetworkEquivalentDuct::airPathLength ( ) const
boost::optional<std::string> openstudio::model::AirflowNetworkEquivalentDuct::coilObjectType ( ) const
boost::optional<std::string> openstudio::model::AirflowNetworkEquivalentDuct::heatExchangerObjectType ( ) const
static IddObjectType openstudio::model::AirflowNetworkEquivalentDuct::iddObjectType ( )
static
bool openstudio::model::AirflowNetworkEquivalentDuct::setAirPathHydraulicDiameter ( double  airPathHydraulicDiameter)
bool openstudio::model::AirflowNetworkEquivalentDuct::setAirPathLength ( double  airPathLength)
boost::optional<StraightComponent> openstudio::model::AirflowNetworkEquivalentDuct::straightComponent ( ) const
boost::optional<std::string> openstudio::model::AirflowNetworkEquivalentDuct::terminalUnitObjectType ( ) const

Friends And Related Function Documentation