|
bool | addAirChiller (const RefrigerationAirChiller &airChiller) |
bool | addCascadeCondenserLoad (const RefrigerationCondenserCascade &refrigerationCondenserCascade) |
bool | addCase (const RefrigerationCase &refrigerationCase) |
bool | addCompressor (const RefrigerationCompressor &compressor) |
bool | addHighStageCompressor (const RefrigerationCompressor &highStageCompressor) |
bool | addSecondarySystemLoad (const RefrigerationSecondarySystem &refrigerationSecondarySystem) |
bool | addWalkin (const RefrigerationWalkIn &refrigerationWalkin) |
std::vector
< RefrigerationAirChiller > | airChillers () const |
std::vector
< RefrigerationCondenserCascade > | cascadeCondenserLoads () const |
std::vector< RefrigerationCase > | cases () const |
ModelObject | clone (Model model) const |
std::vector
< RefrigerationCompressor > | compressors () const |
std::vector
< RefrigerationCompressor > | highStageCompressors () const |
std::vector< IdfObject > | remove () |
void | removeAirChiller (const RefrigerationAirChiller &airChiller) |
void | removeAllAirChillers () |
void | removeAllCascadeCondenserLoads () |
void | removeAllCases () |
void | removeAllCompressors () |
void | removeAllHighStageCompressors () |
void | removeAllSecondarySystemLoads () |
void | removeAllWalkins () |
void | removeCascadeCondenserLoad (const RefrigerationCondenserCascade &refrigerationCondenserCascade) |
void | removeCase (const RefrigerationCase &refrigerationCase) |
void | removeCompressor (const RefrigerationCompressor &compressor) |
void | removeHighStageCompressor (const RefrigerationCompressor &highStageCompressor) |
void | removeSecondarySystemLoad (const RefrigerationSecondarySystem &refrigerationSecondarySystem) |
void | removeWalkin (const RefrigerationWalkIn &refrigerationWalkin) |
std::vector
< RefrigerationSecondarySystem > | secondarySystemLoads () const |
std::vector< RefrigerationWalkIn > | walkins () const |
| RefrigerationSystem (const Model &model) |
virtual | ~RefrigerationSystem ()=default |
| RefrigerationSystem (const RefrigerationSystem &other)=default |
| RefrigerationSystem (RefrigerationSystem &&other)=default |
RefrigerationSystem & | operator= (const RefrigerationSystem &)=default |
RefrigerationSystem & | operator= (RefrigerationSystem &&)=default |
boost::optional< ModelObject > | refrigerationCondenser () const |
double | minimumCondensingTemperature () const |
std::string | refrigerationSystemWorkingFluidType () const |
std::string | suctionTemperatureControlType () const |
bool | isSuctionTemperatureControlTypeDefaulted () const |
boost::optional
< RefrigerationSubcoolerMechanical > | mechanicalSubcooler () const |
boost::optional
< RefrigerationSubcoolerLiquidSuction > | liquidSuctionHeatExchangerSubcooler () const |
double | sumUASuctionPiping () const |
bool | isSumUASuctionPipingDefaulted () const |
boost::optional< ThermalZone > | suctionPipingZone () const |
std::string | endUseSubcategory () const |
bool | isEndUseSubcategoryDefaulted () const |
std::string | numberofCompressorStages () const |
std::string | intercoolerType () const |
bool | isIntercoolerTypeDefaulted () const |
double | shellandCoilIntercoolerEffectiveness () const |
bool | isShellandCoilIntercoolerEffectivenessDefaulted () const |
bool | setRefrigerationCondenser (const ModelObject &refrigerationCondenser) |
void | resetRefrigerationCondenser () |
bool | setMinimumCondensingTemperature (double minimumCondensingTemperature) |
bool | setRefrigerationSystemWorkingFluidType (const std::string &refrigerationSystemWorkingFluidType) |
bool | setSuctionTemperatureControlType (const std::string &suctionTemperatureControlType) |
void | resetSuctionTemperatureControlType () |
bool | setMechanicalSubcooler (const RefrigerationSubcoolerMechanical &refrigerationSubcoolerMechanical) |
void | resetMechanicalSubcooler () |
bool | setLiquidSuctionHeatExchangerSubcooler (const RefrigerationSubcoolerLiquidSuction &refrigerationSubcoolerLiquidSuction) |
void | resetLiquidSuctionHeatExchangerSubcooler () |
bool | setSumUASuctionPiping (double sumUASuctionPiping) |
void | resetSumUASuctionPiping () |
bool | setSuctionPipingZone (const ThermalZone &thermalZone) |
void | resetSuctionPipingZone () |
bool | setEndUseSubcategory (const std::string &endUseSubcategory) |
void | resetEndUseSubcategory () |
bool | setIntercoolerType (const std::string &intercoolerType) |
void | resetIntercoolerType () |
bool | setShellandCoilIntercoolerEffectiveness (double shellandCoilIntercoolerEffectiveness) |
void | resetShellandCoilIntercoolerEffectiveness () |