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::GroundHeatTransfer_Basement_MatlPropsFields Class Reference

#include <GroundHeatTransfer_Basement_MatlProps_FieldEnums.hxx>

+ Inheritance diagram for openstudio::GroundHeatTransfer_Basement_MatlPropsFields:

Public Types

enum  domain {
  NMAT_Numberofmaterialsinthisdomain, DensityforFoundationWall, densityforFloorSlab, densityforCeiling,
  densityforSoil, densityforGravel, densityforWood, Specificheatforfoundationwall,
  Specificheatforfloorslab, Specificheatforceiling, Specificheatforsoil, Specificheatforgravel,
  Specificheatforwood, Thermalconductivityforfoundationwall, Thermalconductivityforfloorslab, Thermalconductivityforceiling,
  thermalconductivityforsoil, thermalconductivityforgravel, thermalconductivityforwood
}
 

Public Member Functions

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

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of GroundHeatTransfer:Basement:MatlProps'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
NMAT_Numberofmaterialsinthisdomain 
DensityforFoundationWall 
densityforFloorSlab 
densityforCeiling 
densityforSoil 
densityforGravel 
densityforWood 
Specificheatforfoundationwall 
Specificheatforfloorslab 
Specificheatforceiling 
Specificheatforsoil 
Specificheatforgravel 
Specificheatforwood 
Thermalconductivityforfoundationwall 
Thermalconductivityforfloorslab 
Thermalconductivityforceiling 
thermalconductivityforsoil 
thermalconductivityforgravel 
thermalconductivityforwood 

Constructor & Destructor Documentation

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

Member Function Documentation

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