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

#include <ZoneInfiltration_FlowCoefficient_FieldEnums.hxx>

+ Inheritance diagram for openstudio::ZoneInfiltration_FlowCoefficientFields:

Public Types

enum  domain {
  Name , ZoneorSpaceName , ScheduleName , FlowCoefficient ,
  StackCoefficient , PressureExponent , WindCoefficient , ShelterFactor
}
 

Public Member Functions

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

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of ZoneInfiltration:FlowCoefficient's Idd and Idf non-extensible fields.

This enumeration provides readable, and semi-robust tags to use instead of bare unsigned integer 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
Name 
ZoneorSpaceName 
ScheduleName 
FlowCoefficient 
StackCoefficient 
PressureExponent 
WindCoefficient 
ShelterFactor 

Constructor & Destructor Documentation

◆ ZoneInfiltration_FlowCoefficientFields() [1/3]

openstudio::ZoneInfiltration_FlowCoefficientFields::ZoneInfiltration_FlowCoefficientFields ( )
inline

◆ ZoneInfiltration_FlowCoefficientFields() [2/3]

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

◆ ZoneInfiltration_FlowCoefficientFields() [3/3]

openstudio::ZoneInfiltration_FlowCoefficientFields::ZoneInfiltration_FlowCoefficientFields ( int t_value)
inline

Member Function Documentation

◆ enumName()

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

◆ value()

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