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

#include <HVACTemplate_Plant_ChilledWaterLoop_FieldEnums.hxx>

+ Inheritance diagram for openstudio::HVACTemplate_Plant_ChilledWaterLoopFields:

Public Types

enum  domain {
  Name, PumpScheduleName, PumpControlType, ChillerPlantOperationSchemeType,
  ChillerPlantEquipmentOperationSchemesName, ChilledWaterSetpointScheduleName, ChilledWaterDesignSetpoint, ChilledWaterPumpConfiguration,
  PrimaryChilledWaterPumpRatedHead, SecondaryChilledWaterPumpRatedHead, CondenserPlantOperationSchemeType, CondenserEquipmentOperationSchemesName,
  CondenserWaterTemperatureControlType, CondenserWaterSetpointScheduleName, CondenserWaterDesignSetpoint, CondenserWaterPumpRatedHead,
  ChilledWaterSetpointResetType, ChilledWaterSetpointatOutdoorDryBulbLow, ChilledWaterResetOutdoorDryBulbLow, ChilledWaterSetpointatOutdoorDryBulbHigh,
  ChilledWaterResetOutdoorDryBulbHigh, ChilledWaterPrimaryPumpType, ChilledWaterSecondaryPumpType, CondenserWaterPumpType,
  ChilledWaterSupplySideBypassPipe, ChilledWaterDemandSideBypassPipe, CondenserWaterSupplySideBypassPipe, CondenserWaterDemandSideBypassPipe,
  FluidType, LoopDesignDeltaTemperature, MinimumOutdoorDryBulbTemperature, ChilledWaterLoadDistributionScheme,
  CondenserWaterLoadDistributionScheme
}
 

Public Member Functions

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

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of HVACTemplate:Plant:ChilledWaterLoop'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
Name 
PumpScheduleName 
PumpControlType 
ChillerPlantOperationSchemeType 
ChillerPlantEquipmentOperationSchemesName 
ChilledWaterSetpointScheduleName 
ChilledWaterDesignSetpoint 
ChilledWaterPumpConfiguration 
PrimaryChilledWaterPumpRatedHead 
SecondaryChilledWaterPumpRatedHead 
CondenserPlantOperationSchemeType 
CondenserEquipmentOperationSchemesName 
CondenserWaterTemperatureControlType 
CondenserWaterSetpointScheduleName 
CondenserWaterDesignSetpoint 
CondenserWaterPumpRatedHead 
ChilledWaterSetpointResetType 
ChilledWaterSetpointatOutdoorDryBulbLow 
ChilledWaterResetOutdoorDryBulbLow 
ChilledWaterSetpointatOutdoorDryBulbHigh 
ChilledWaterResetOutdoorDryBulbHigh 
ChilledWaterPrimaryPumpType 
ChilledWaterSecondaryPumpType 
CondenserWaterPumpType 
ChilledWaterSupplySideBypassPipe 
ChilledWaterDemandSideBypassPipe 
CondenserWaterSupplySideBypassPipe 
CondenserWaterDemandSideBypassPipe 
FluidType 
LoopDesignDeltaTemperature 
MinimumOutdoorDryBulbTemperature 
ChilledWaterLoadDistributionScheme 
CondenserWaterLoadDistributionScheme 

Constructor & Destructor Documentation

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

Member Function Documentation

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