OpenStudioCore:utilities/idd
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Types | Public Member Functions | Static Public Member Functions | List of all members
openstudio::ZoneEarthtubeFields Class Reference

#include <ZoneEarthtube_FieldEnums.hxx>

+ Inheritance diagram for openstudio::ZoneEarthtubeFields:

Public Types

enum  domain {
  ZoneName, ScheduleName, DesignFlowRate, MinimumZoneTemperaturewhenCooling,
  MaximumZoneTemperaturewhenHeating, DeltaTemperature, EarthtubeType, FanPressureRise,
  FanTotalEfficiency, PipeRadius, PipeThickness, PipeLength,
  PipeThermalConductivity, PipeDepthUnderGroundSurface, SoilCondition, AverageSoilSurfaceTemperature,
  AmplitudeofSoilSurfaceTemperature, PhaseConstantofSoilSurfaceTemperature, ConstantTermFlowCoefficient, TemperatureTermFlowCoefficient,
  VelocityTermFlowCoefficient, VelocitySquaredTermFlowCoefficient
}
 

Public Member Functions

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

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of ZoneEarthtube'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

Enumerator
ZoneName 
ScheduleName 
DesignFlowRate 
MinimumZoneTemperaturewhenCooling 
MaximumZoneTemperaturewhenHeating 
DeltaTemperature 
EarthtubeType 
FanPressureRise 
FanTotalEfficiency 
PipeRadius 
PipeThickness 
PipeLength 
PipeThermalConductivity 
PipeDepthUnderGroundSurface 
SoilCondition 
AverageSoilSurfaceTemperature 
AmplitudeofSoilSurfaceTemperature 
PhaseConstantofSoilSurfaceTemperature 
ConstantTermFlowCoefficient 
TemperatureTermFlowCoefficient 
VelocityTermFlowCoefficient 
VelocitySquaredTermFlowCoefficient 

Constructor & Destructor Documentation

openstudio::ZoneEarthtubeFields::ZoneEarthtubeFields ( )
inline
openstudio::ZoneEarthtubeFields::ZoneEarthtubeFields ( const std::string &  t_name)
inline
openstudio::ZoneEarthtubeFields::ZoneEarthtubeFields ( int  t_value)
inline

Member Function Documentation

static std::string openstudio::ZoneEarthtubeFields::enumName ( )
inlinestatic
domain openstudio::ZoneEarthtubeFields::value ( ) const
inline