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

#include <Fan_SystemModel_FieldEnums.hxx>

+ Inheritance diagram for openstudio::Fan_SystemModelFields:

Public Types

enum  domain {
  Name , AvailabilityScheduleName , AirInletNodeName , AirOutletNodeName ,
  DesignMaximumAirFlowRate , SpeedControlMethod , ElectricPowerMinimumFlowRateFraction , DesignPressureRise ,
  MotorEfficiency , MotorInAirStreamFraction , DesignElectricPowerConsumption , DesignPowerSizingMethod ,
  ElectricPowerPerUnitFlowRate , ElectricPowerPerUnitFlowRatePerUnitPressure , FanTotalEfficiency , ElectricPowerFunctionofFlowFractionCurveName ,
  NightVentilationModePressureRise , NightVentilationModeFlowFraction , MotorLossZoneName , MotorLossRadiativeFraction ,
  EndUseSubcategory , NumberofSpeeds
}
 

Public Member Functions

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

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of Fan:SystemModel'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 
AvailabilityScheduleName 
AirInletNodeName 
AirOutletNodeName 
DesignMaximumAirFlowRate 
SpeedControlMethod 
ElectricPowerMinimumFlowRateFraction 
DesignPressureRise 
MotorEfficiency 
MotorInAirStreamFraction 
DesignElectricPowerConsumption 
DesignPowerSizingMethod 
ElectricPowerPerUnitFlowRate 
ElectricPowerPerUnitFlowRatePerUnitPressure 
FanTotalEfficiency 
ElectricPowerFunctionofFlowFractionCurveName 
NightVentilationModePressureRise 
NightVentilationModeFlowFraction 
MotorLossZoneName 
MotorLossRadiativeFraction 
EndUseSubcategory 
NumberofSpeeds 

Constructor & Destructor Documentation

◆ Fan_SystemModelFields() [1/3]

openstudio::Fan_SystemModelFields::Fan_SystemModelFields ( )
inline

◆ Fan_SystemModelFields() [2/3]

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

◆ Fan_SystemModelFields() [3/3]

openstudio::Fan_SystemModelFields::Fan_SystemModelFields ( int t_value)
inline

Member Function Documentation

◆ enumName()

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

◆ value()

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