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

#include <PlantComponent_UserDefined_FieldEnums.hxx>

+ Inheritance diagram for openstudio::PlantComponent_UserDefinedFields:

Public Types

enum  domain {
  Name , MainModelProgramCallingManagerName , NumberofPlantLoopConnections , PlantConnection1InletNodeName ,
  PlantConnection1OutletNodeName , PlantConnection1LoadingMode , PlantConnection1LoopFlowRequestMode , PlantConnection1InitializationProgramCallingManagerName ,
  PlantConnection1SimulationProgramCallingManagerName , PlantConnection2InletNodeName , PlantConnection2OutletNodeName , PlantConnection2LoadingMode ,
  PlantConnection2LoopFlowRequestMode , PlantConnection2InitializationProgramCallingManagerName , PlantConnection2SimulationProgramCallingManagerName , PlantConnection3InletNodeName ,
  PlantConnection3OutletNodeName , PlantConnection3LoadingMode , PlantConnection3LoopFlowRequestMode , PlantConnection3InitializationProgramCallingManagerName ,
  PlantConnection3SimulationProgramCallingManagerName , PlantConnection4InletNodeName , PlantConnection4OutletNodeName , PlantConnection4LoadingMode ,
  PlantConnection4LoopFlowRequestMode , PlantConnection4InitializationProgramCallingManagerName , PlantConnection4SimulationProgramCallingManagerName , AirConnectionInletNodeName ,
  AirConnectionOutletNodeName , SupplyInletWaterStorageTankName , CollectionOutletWaterStorageTankName , AmbientZoneName
}
 

Public Member Functions

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

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of PlantComponent:UserDefined'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 
MainModelProgramCallingManagerName 
NumberofPlantLoopConnections 
PlantConnection1InletNodeName 
PlantConnection1OutletNodeName 
PlantConnection1LoadingMode 
PlantConnection1LoopFlowRequestMode 
PlantConnection1InitializationProgramCallingManagerName 
PlantConnection1SimulationProgramCallingManagerName 
PlantConnection2InletNodeName 
PlantConnection2OutletNodeName 
PlantConnection2LoadingMode 
PlantConnection2LoopFlowRequestMode 
PlantConnection2InitializationProgramCallingManagerName 
PlantConnection2SimulationProgramCallingManagerName 
PlantConnection3InletNodeName 
PlantConnection3OutletNodeName 
PlantConnection3LoadingMode 
PlantConnection3LoopFlowRequestMode 
PlantConnection3InitializationProgramCallingManagerName 
PlantConnection3SimulationProgramCallingManagerName 
PlantConnection4InletNodeName 
PlantConnection4OutletNodeName 
PlantConnection4LoadingMode 
PlantConnection4LoopFlowRequestMode 
PlantConnection4InitializationProgramCallingManagerName 
PlantConnection4SimulationProgramCallingManagerName 
AirConnectionInletNodeName 
AirConnectionOutletNodeName 
SupplyInletWaterStorageTankName 
CollectionOutletWaterStorageTankName 
AmbientZoneName 

Constructor & Destructor Documentation

◆ PlantComponent_UserDefinedFields() [1/3]

openstudio::PlantComponent_UserDefinedFields::PlantComponent_UserDefinedFields ( )
inline

◆ PlantComponent_UserDefinedFields() [2/3]

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

◆ PlantComponent_UserDefinedFields() [3/3]

openstudio::PlantComponent_UserDefinedFields::PlantComponent_UserDefinedFields ( int t_value)
inline

Member Function Documentation

◆ enumName()

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

◆ value()

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