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

#include <ZoneCoolTower_Shower_FieldEnums.hxx>

+ Inheritance diagram for openstudio::ZoneCoolTower_ShowerFields:

Public Types

enum  domain {
  Name , AvailabilityScheduleName , ZoneorSpaceName , WaterSupplyStorageTankName ,
  FlowControlType , PumpFlowRateScheduleName , MaximumWaterFlowRate , EffectiveTowerHeight ,
  AirflowOutletArea , MaximumAirFlowRate , MinimumIndoorTemperature , FractionofWaterLoss ,
  FractionofFlowSchedule , RatedPowerConsumption
}
 

Public Member Functions

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

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of ZoneCoolTower:Shower'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 
ZoneorSpaceName 
WaterSupplyStorageTankName 
FlowControlType 
PumpFlowRateScheduleName 
MaximumWaterFlowRate 
EffectiveTowerHeight 
AirflowOutletArea 
MaximumAirFlowRate 
MinimumIndoorTemperature 
FractionofWaterLoss 
FractionofFlowSchedule 
RatedPowerConsumption 

Constructor & Destructor Documentation

◆ ZoneCoolTower_ShowerFields() [1/3]

openstudio::ZoneCoolTower_ShowerFields::ZoneCoolTower_ShowerFields ( )
inline

◆ ZoneCoolTower_ShowerFields() [2/3]

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

◆ ZoneCoolTower_ShowerFields() [3/3]

openstudio::ZoneCoolTower_ShowerFields::ZoneCoolTower_ShowerFields ( int t_value)
inline

Member Function Documentation

◆ enumName()

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

◆ value()

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