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

#include <Foundation_Kiva_FieldEnums.hxx>

+ Inheritance diagram for openstudio::Foundation_KivaFields:

Public Types

enum  domain {
  Name , InitialIndoorAirTemperature , InteriorHorizontalInsulationMaterialName , InteriorHorizontalInsulationDepth ,
  InteriorHorizontalInsulationWidth , InteriorVerticalInsulationMaterialName , InteriorVerticalInsulationDepth , ExteriorHorizontalInsulationMaterialName ,
  ExteriorHorizontalInsulationDepth , ExteriorHorizontalInsulationWidth , ExteriorVerticalInsulationMaterialName , ExteriorVerticalInsulationDepth ,
  WallHeightAboveGrade , WallDepthBelowSlab , FootingWallConstructionName , FootingMaterialName ,
  FootingDepth
}
 

Public Member Functions

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

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of Foundation:Kiva'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 
InitialIndoorAirTemperature 
InteriorHorizontalInsulationMaterialName 
InteriorHorizontalInsulationDepth 
InteriorHorizontalInsulationWidth 
InteriorVerticalInsulationMaterialName 
InteriorVerticalInsulationDepth 
ExteriorHorizontalInsulationMaterialName 
ExteriorHorizontalInsulationDepth 
ExteriorHorizontalInsulationWidth 
ExteriorVerticalInsulationMaterialName 
ExteriorVerticalInsulationDepth 
WallHeightAboveGrade 
WallDepthBelowSlab 
FootingWallConstructionName 
FootingMaterialName 
FootingDepth 

Constructor & Destructor Documentation

◆ Foundation_KivaFields() [1/3]

openstudio::Foundation_KivaFields::Foundation_KivaFields ( )
inline

◆ Foundation_KivaFields() [2/3]

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

◆ Foundation_KivaFields() [3/3]

openstudio::Foundation_KivaFields::Foundation_KivaFields ( int t_value)
inline

Member Function Documentation

◆ enumName()

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

◆ value()

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