OpenStudio:utilities/idd
Loading...
Searching...
No Matches
openstudio::ZoneThermalChimneyExtensibleFields Class Reference

#include <ZoneThermalChimney_FieldEnums.hxx>

+ Inheritance diagram for openstudio::ZoneThermalChimneyExtensibleFields:

Public Types

enum  domain { ZoneorSpaceName , DistancefromTopofThermalChimneytoInlet , RelativeRatiosofAirFlowRatesPassingthroughInlet , CrossSectionalAreasofAirChannelInlet }
 

Public Member Functions

domain value () const
 
 ZoneThermalChimneyExtensibleFields ()
 
 ZoneThermalChimneyExtensibleFields (const std::string &t_name)
 
 ZoneThermalChimneyExtensibleFields (int t_value)
 

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of ZoneThermalChimney's Idd and Idf extensible fields to be used in conjunction with ExtensibleIndex and ExtensibleGroup.

This enumeration provides readable, and semi-robust tags to use instead of bare unsigned integer ExtensibleIndex.field indices. (The enumeration value names are more likely to be valid across EnergyPlus and OpenStudio releases, and will break if they become invalid.)See the OPENSTUDIO_ENUM documentation in utilities/core/Enum.hpp. The actual macro call is:

Member Enumeration Documentation

◆ domain

Enumerator
ZoneorSpaceName 
DistancefromTopofThermalChimneytoInlet 
RelativeRatiosofAirFlowRatesPassingthroughInlet 
CrossSectionalAreasofAirChannelInlet 

Constructor & Destructor Documentation

◆ ZoneThermalChimneyExtensibleFields() [1/3]

openstudio::ZoneThermalChimneyExtensibleFields::ZoneThermalChimneyExtensibleFields ( )
inline

◆ ZoneThermalChimneyExtensibleFields() [2/3]

openstudio::ZoneThermalChimneyExtensibleFields::ZoneThermalChimneyExtensibleFields ( const std::string & t_name)
inline

◆ ZoneThermalChimneyExtensibleFields() [3/3]

openstudio::ZoneThermalChimneyExtensibleFields::ZoneThermalChimneyExtensibleFields ( int t_value)
inline

Member Function Documentation

◆ enumName()

static std::string openstudio::ZoneThermalChimneyExtensibleFields::enumName ( )
inlinestatic

◆ value()

domain openstudio::ZoneThermalChimneyExtensibleFields::value ( ) const
inline