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

#include <Refrigeration_AirChiller_FieldEnums.hxx>

+ Inheritance diagram for openstudio::Refrigeration_AirChillerFields:

Public Types

enum  domain {
  Name, AvailabilityScheduleName, CapacityRatingType, RatedUnitLoadFactor,
  RatedCapacity, RatedRelativeHumidity, RatedCoolingSourceTemperature, RatedTemperatureDifferenceDT1,
  MaximumTemperatureDifferenceBetweenInletAirandEvaporatingTemperature, CoilMaterialCorrectionFactor, RefrigerantCorrectionFactor, CapacityCorrectionCurveType,
  CapacityCorrectionCurveName, SHR60CorrectionFactor, RatedTotalHeatingPower, HeatingPowerScheduleName,
  FanSpeedControlType, RatedFanPower, RatedAirFlow, MinimumFanAirFlowRatio,
  DefrostType, DefrostControlType, DefrostScheduleName, DefrostDripDownScheduleName,
  DefrostPower, TemperatureTerminationDefrostFractiontoIce, VerticalLocation, AverageRefrigerantChargeInventory
}
 

Public Member Functions

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

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of Refrigeration:AirChiller'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
Name 
AvailabilityScheduleName 
CapacityRatingType 
RatedUnitLoadFactor 
RatedCapacity 
RatedRelativeHumidity 
RatedCoolingSourceTemperature 
RatedTemperatureDifferenceDT1 
MaximumTemperatureDifferenceBetweenInletAirandEvaporatingTemperature 
CoilMaterialCorrectionFactor 
RefrigerantCorrectionFactor 
CapacityCorrectionCurveType 
CapacityCorrectionCurveName 
SHR60CorrectionFactor 
RatedTotalHeatingPower 
HeatingPowerScheduleName 
FanSpeedControlType 
RatedFanPower 
RatedAirFlow 
MinimumFanAirFlowRatio 
DefrostType 
DefrostControlType 
DefrostScheduleName 
DefrostDripDownScheduleName 
DefrostPower 
TemperatureTerminationDefrostFractiontoIce 
VerticalLocation 
AverageRefrigerantChargeInventory 

Constructor & Destructor Documentation

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

Member Function Documentation

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