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

#include <Pump_ConstantSpeed_FieldEnums.hxx>

+ Inheritance diagram for openstudio::Pump_ConstantSpeedFields:

Public Types

enum  domain {
  Name , InletNodeName , OutletNodeName , DesignFlowRate ,
  DesignPumpHead , DesignPowerConsumption , MotorEfficiency , FractionofMotorInefficienciestoFluidStream ,
  PumpControlType , PumpFlowRateScheduleName , PumpCurveName , ImpellerDiameter ,
  RotationalSpeed , ZoneName , SkinLossRadiativeFraction , DesignPowerSizingMethod ,
  DesignElectricPowerperUnitFlowRate , DesignShaftPowerperUnitFlowRateperUnitHead , EndUseSubcategory
}
 

Public Member Functions

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

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of Pump:ConstantSpeed'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 
InletNodeName 
OutletNodeName 
DesignFlowRate 
DesignPumpHead 
DesignPowerConsumption 
MotorEfficiency 
FractionofMotorInefficienciestoFluidStream 
PumpControlType 
PumpFlowRateScheduleName 
PumpCurveName 
ImpellerDiameter 
RotationalSpeed 
ZoneName 
SkinLossRadiativeFraction 
DesignPowerSizingMethod 
DesignElectricPowerperUnitFlowRate 
DesignShaftPowerperUnitFlowRateperUnitHead 
EndUseSubcategory 

Constructor & Destructor Documentation

◆ Pump_ConstantSpeedFields() [1/3]

openstudio::Pump_ConstantSpeedFields::Pump_ConstantSpeedFields ( )
inline

◆ Pump_ConstantSpeedFields() [2/3]

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

◆ Pump_ConstantSpeedFields() [3/3]

openstudio::Pump_ConstantSpeedFields::Pump_ConstantSpeedFields ( int t_value)
inline

Member Function Documentation

◆ enumName()

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

◆ value()

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