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

#include <OS_PlantLoop_FieldEnums.hxx>

+ Inheritance diagram for openstudio::OS_PlantLoopFields:

Public Types

enum  domain {
  Handle, Name, FluidType, UserDefinedFluidType,
  PlantEquipmentOperationHeatingLoad, PlantEquipmentOperationCoolingLoad, PrimaryPlantEquipmentOperationScheme, LoopTemperatureSetpointNodeName,
  MaximumLoopTemperature, MinimumLoopTemperature, MaximumLoopFlowRate, MinimumLoopFlowRate,
  PlantLoopVolume, PlantSideInletNodeName, PlantSideOutletNodeName, PlantSideBranchListName,
  DemandSideInletNodeName, DemandSideOutletNodeName, DemandSideBranchListName, DemandSideConnectorListName,
  LoadDistributionScheme, AvailabilityManagerListName, PlantLoopDemandCalculationScheme, CommonPipeSimulation,
  PressureSimulationType, PlantEquipmentOperationHeatingLoadSchedule, PlantEquipmentOperationCoolingLoadSchedule, PrimaryPlantEquipmentOperationSchemeSchedule,
  ComponentSetpointOperationSchemeSchedule
}
 

Public Member Functions

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

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of OS:PlantLoop'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
Handle 
Name 
FluidType 
UserDefinedFluidType 
PlantEquipmentOperationHeatingLoad 
PlantEquipmentOperationCoolingLoad 
PrimaryPlantEquipmentOperationScheme 
LoopTemperatureSetpointNodeName 
MaximumLoopTemperature 
MinimumLoopTemperature 
MaximumLoopFlowRate 
MinimumLoopFlowRate 
PlantLoopVolume 
PlantSideInletNodeName 
PlantSideOutletNodeName 
PlantSideBranchListName 
DemandSideInletNodeName 
DemandSideOutletNodeName 
DemandSideBranchListName 
DemandSideConnectorListName 
LoadDistributionScheme 
AvailabilityManagerListName 
PlantLoopDemandCalculationScheme 
CommonPipeSimulation 
PressureSimulationType 
PlantEquipmentOperationHeatingLoadSchedule 
PlantEquipmentOperationCoolingLoadSchedule 
PrimaryPlantEquipmentOperationSchemeSchedule 
ComponentSetpointOperationSchemeSchedule 

Constructor & Destructor Documentation

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

Member Function Documentation

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