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

#include <GroundHeatExchanger_Slinky_FieldEnums.hxx>

+ Inheritance diagram for openstudio::GroundHeatExchanger_SlinkyFields:

Public Types

enum  domain {
  Name , InletNodeName , OutletNodeName , DesignFlowRate ,
  SoilThermalConductivity , SoilDensity , SoilSpecificHeat , PipeThermalConductivity ,
  PipeDensity , PipeSpecificHeat , PipeOuterDiameter , PipeThickness ,
  HeatExchangerConfiguration , CoilDiameter , CoilPitch , TrenchDepth ,
  TrenchLength , NumberofTrenches , HorizontalSpacingBetweenPipes , UndisturbedGroundTemperatureModelType ,
  UndisturbedGroundTemperatureModelName , MaximumLengthofSimulation
}
 

Public Member Functions

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

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of GroundHeatExchanger:Slinky'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 
InletNodeName 
OutletNodeName 
DesignFlowRate 
SoilThermalConductivity 
SoilDensity 
SoilSpecificHeat 
PipeThermalConductivity 
PipeDensity 
PipeSpecificHeat 
PipeOuterDiameter 
PipeThickness 
HeatExchangerConfiguration 
CoilDiameter 
CoilPitch 
TrenchDepth 
TrenchLength 
NumberofTrenches 
HorizontalSpacingBetweenPipes 
UndisturbedGroundTemperatureModelType 
UndisturbedGroundTemperatureModelName 
MaximumLengthofSimulation 

Constructor & Destructor Documentation

◆ GroundHeatExchanger_SlinkyFields() [1/3]

openstudio::GroundHeatExchanger_SlinkyFields::GroundHeatExchanger_SlinkyFields ( )
inline

◆ GroundHeatExchanger_SlinkyFields() [2/3]

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

◆ GroundHeatExchanger_SlinkyFields() [3/3]

openstudio::GroundHeatExchanger_SlinkyFields::GroundHeatExchanger_SlinkyFields ( int t_value)
inline

Member Function Documentation

◆ enumName()

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

◆ value()

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