OpenStudio: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::ThermalStorage_ChilledWater_MixedFields Class Reference

#include <ThermalStorage_ChilledWater_Mixed_FieldEnums.hxx>

+ Inheritance diagram for openstudio::ThermalStorage_ChilledWater_MixedFields:

Public Types

enum  domain {
  Name, TankVolume, SetpointTemperatureScheduleName, DeadbandTemperatureDifference,
  MinimumTemperatureLimit, NominalCoolingCapacity, AmbientTemperatureIndicator, AmbientTemperatureScheduleName,
  AmbientTemperatureZoneName, AmbientTemperatureOutdoorAirNodeName, HeatGainCoefficientfromAmbientTemperature, UseSideInletNodeName,
  UseSideOutletNodeName, UseSideHeatTransferEffectiveness, UseSideAvailabilityScheduleName, UseSideDesignFlowRate,
  SourceSideInletNodeName, SourceSideOutletNodeName, SourceSideHeatTransferEffectiveness, SourceSideAvailabilityScheduleName,
  SourceSideDesignFlowRate, TankRecoveryTime
}
 

Public Member Functions

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

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of ThermalStorage:ChilledWater:Mixed'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 
TankVolume 
SetpointTemperatureScheduleName 
DeadbandTemperatureDifference 
MinimumTemperatureLimit 
NominalCoolingCapacity 
AmbientTemperatureIndicator 
AmbientTemperatureScheduleName 
AmbientTemperatureZoneName 
AmbientTemperatureOutdoorAirNodeName 
HeatGainCoefficientfromAmbientTemperature 
UseSideInletNodeName 
UseSideOutletNodeName 
UseSideHeatTransferEffectiveness 
UseSideAvailabilityScheduleName 
UseSideDesignFlowRate 
SourceSideInletNodeName 
SourceSideOutletNodeName 
SourceSideHeatTransferEffectiveness 
SourceSideAvailabilityScheduleName 
SourceSideDesignFlowRate 
TankRecoveryTime 

Constructor & Destructor Documentation

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

Member Function Documentation

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