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

#include <OS_ThermalZone_FieldEnums.hxx>

+ Inheritance diagram for openstudio::OS_ThermalZoneFields:

Public Types

enum  domain {
  Handle , Name , Multiplier , CeilingHeight ,
  Volume , FloorArea , ZoneInsideConvectionAlgorithm , ZoneOutsideConvectionAlgorithm ,
  ZoneConditioningEquipmentListName , ZoneAirInletPortList , ZoneAirExhaustPortList , ZoneAirNodeName ,
  ZoneReturnAirPortList , PrimaryDaylightingControlName , FractionofZoneControlledbyPrimaryDaylightingControl , SecondaryDaylightingControlName ,
  FractionofZoneControlledbySecondaryDaylightingControl , IlluminanceMapName , GroupRenderingName , ThermostatName ,
  UseIdealAirLoads , HumidistatName , DaylightingControlsAvailabilityScheduleName
}
 

Public Member Functions

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

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of OS:ThermalZone'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
Handle 
Name 
Multiplier 
CeilingHeight 
Volume 
FloorArea 
ZoneInsideConvectionAlgorithm 
ZoneOutsideConvectionAlgorithm 
ZoneConditioningEquipmentListName 
ZoneAirInletPortList 
ZoneAirExhaustPortList 
ZoneAirNodeName 
ZoneReturnAirPortList 
PrimaryDaylightingControlName 
FractionofZoneControlledbyPrimaryDaylightingControl 
SecondaryDaylightingControlName 
FractionofZoneControlledbySecondaryDaylightingControl 
IlluminanceMapName 
GroupRenderingName 
ThermostatName 
UseIdealAirLoads 
HumidistatName 
DaylightingControlsAvailabilityScheduleName 

Constructor & Destructor Documentation

◆ OS_ThermalZoneFields() [1/3]

openstudio::OS_ThermalZoneFields::OS_ThermalZoneFields ( )
inline

◆ OS_ThermalZoneFields() [2/3]

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

◆ OS_ThermalZoneFields() [3/3]

openstudio::OS_ThermalZoneFields::OS_ThermalZoneFields ( int t_value)
inline

Member Function Documentation

◆ enumName()

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

◆ value()

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