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

#include <CondenserLoop_FieldEnums.hxx>

+ Inheritance diagram for openstudio::CondenserLoopFields:

Public Types

enum  domain {
  Name , FluidType , UserDefinedFluidType , CondenserEquipmentOperationSchemeName ,
  CondenserLoopTemperatureSetpointNodeName , MaximumLoopTemperature , MinimumLoopTemperature , MaximumLoopFlowRate ,
  MinimumLoopFlowRate , CondenserLoopVolume , CondenserSideInletNodeName , CondenserSideOutletNodeName ,
  CondenserSideBranchListName , CondenserSideConnectorListName , DemandSideInletNodeName , DemandSideOutletNodeName ,
  CondenserDemandSideBranchListName , CondenserDemandSideConnectorListName , LoadDistributionScheme , PressureSimulationType ,
  LoopCirculationTime
}
 

Public Member Functions

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

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of CondenserLoop'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 
FluidType 
UserDefinedFluidType 
CondenserEquipmentOperationSchemeName 
CondenserLoopTemperatureSetpointNodeName 
MaximumLoopTemperature 
MinimumLoopTemperature 
MaximumLoopFlowRate 
MinimumLoopFlowRate 
CondenserLoopVolume 
CondenserSideInletNodeName 
CondenserSideOutletNodeName 
CondenserSideBranchListName 
CondenserSideConnectorListName 
DemandSideInletNodeName 
DemandSideOutletNodeName 
CondenserDemandSideBranchListName 
CondenserDemandSideConnectorListName 
LoadDistributionScheme 
PressureSimulationType 
LoopCirculationTime 

Constructor & Destructor Documentation

◆ CondenserLoopFields() [1/3]

openstudio::CondenserLoopFields::CondenserLoopFields ( )
inline

◆ CondenserLoopFields() [2/3]

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

◆ CondenserLoopFields() [3/3]

openstudio::CondenserLoopFields::CondenserLoopFields ( int t_value)
inline

Member Function Documentation

◆ enumName()

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

◆ value()

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