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

#include <OS_Chiller_Absorption_FieldEnums.hxx>

+ Inheritance diagram for openstudio::OS_Chiller_AbsorptionFields:

Public Types

enum  domain {
  Handle, Name, NominalCapacity, NominalPumpingPower,
  ChilledWaterInletNodeName, ChilledWaterOutletNodeName, CondenserInletNodeName, CondenserOutletNodeName,
  MinimumPartLoadRatio, MaximumPartLoadRatio, OptimumPartLoadRatio, DesignCondenserInletTemperature,
  DesignChilledWaterFlowRate, DesignCondenserWaterFlowRate, Coefficient1oftheHotWaterorSteamUsePartLoadRatioCurve, Coefficient2oftheHotWaterorSteamUsePartLoadRatioCurve,
  Coefficient3oftheHotWaterorSteamUsePartLoadRatioCurve, Coefficient1ofthePumpElectricUsePartLoadRatioCurve, Coefficient2ofthePumpElectricUsePartLoadRatioCurve, Coefficient3ofthePumpElectricUsePartLoadRatioCurve,
  ChilledWaterOutletTemperatureLowerLimit, GeneratorInletNodeName, GeneratorOutletNodeName, ChillerFlowMode,
  GeneratorHeatSourceType, DesignGeneratorFluidFlowRate, DegreeofSubcoolinginSteamGenerator, SizingFactor
}
 

Public Member Functions

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

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of OS:Chiller:Absorption'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
Handle 
Name 
NominalCapacity 
NominalPumpingPower 
ChilledWaterInletNodeName 
ChilledWaterOutletNodeName 
CondenserInletNodeName 
CondenserOutletNodeName 
MinimumPartLoadRatio 
MaximumPartLoadRatio 
OptimumPartLoadRatio 
DesignCondenserInletTemperature 
DesignChilledWaterFlowRate 
DesignCondenserWaterFlowRate 
Coefficient1oftheHotWaterorSteamUsePartLoadRatioCurve 
Coefficient2oftheHotWaterorSteamUsePartLoadRatioCurve 
Coefficient3oftheHotWaterorSteamUsePartLoadRatioCurve 
Coefficient1ofthePumpElectricUsePartLoadRatioCurve 
Coefficient2ofthePumpElectricUsePartLoadRatioCurve 
Coefficient3ofthePumpElectricUsePartLoadRatioCurve 
ChilledWaterOutletTemperatureLowerLimit 
GeneratorInletNodeName 
GeneratorOutletNodeName 
ChillerFlowMode 
GeneratorHeatSourceType 
DesignGeneratorFluidFlowRate 
DegreeofSubcoolinginSteamGenerator 
SizingFactor 

Constructor & Destructor Documentation

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

Member Function Documentation

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