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

#include <Pump_VariableSpeed_FieldEnums.hxx>

+ Inheritance diagram for openstudio::Pump_VariableSpeedFields:

Public Types

enum  domain {
  Name, InletNodeName, OutletNodeName, DesignMaximumFlowRate,
  DesignPumpHead, DesignPowerConsumption, MotorEfficiency, FractionofMotorInefficienciestoFluidStream,
  Coefficient1ofthePartLoadPerformanceCurve, Coefficient2ofthePartLoadPerformanceCurve, Coefficient3ofthePartLoadPerformanceCurve, Coefficient4ofthePartLoadPerformanceCurve,
  DesignMinimumFlowRate, PumpControlType, PumpFlowRateScheduleName, PumpCurveName,
  ImpellerDiameter, VFDControlType, PumprpmScheduleName, MinimumPressureSchedule,
  MaximumPressureSchedule, MinimumRPMSchedule, MaximumRPMSchedule, ZoneName,
  SkinLossRadiativeFraction, DesignPowerSizingMethod, DesignElectricPowerperUnitFlowRate, DesignShaftPowerperUnitFlowRateperUnitHead,
  DesignMinimumFlowRateFraction
}
 

Public Member Functions

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

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of Pump:VariableSpeed'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 
InletNodeName 
OutletNodeName 
DesignMaximumFlowRate 
DesignPumpHead 
DesignPowerConsumption 
MotorEfficiency 
FractionofMotorInefficienciestoFluidStream 
Coefficient1ofthePartLoadPerformanceCurve 
Coefficient2ofthePartLoadPerformanceCurve 
Coefficient3ofthePartLoadPerformanceCurve 
Coefficient4ofthePartLoadPerformanceCurve 
DesignMinimumFlowRate 
PumpControlType 
PumpFlowRateScheduleName 
PumpCurveName 
ImpellerDiameter 
VFDControlType 
PumprpmScheduleName 
MinimumPressureSchedule 
MaximumPressureSchedule 
MinimumRPMSchedule 
MaximumRPMSchedule 
ZoneName 
SkinLossRadiativeFraction 
DesignPowerSizingMethod 
DesignElectricPowerperUnitFlowRate 
DesignShaftPowerperUnitFlowRateperUnitHead 
DesignMinimumFlowRateFraction 

Constructor & Destructor Documentation

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

Member Function Documentation

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