|
| PumpVariableSpeed (const Model &model) |
virtual | ~PumpVariableSpeed () override=default |
| PumpVariableSpeed (const PumpVariableSpeed &other)=default |
| PumpVariableSpeed (PumpVariableSpeed &&other)=default |
PumpVariableSpeed & | operator= (const PumpVariableSpeed &)=default |
PumpVariableSpeed & | operator= (PumpVariableSpeed &&)=default |
boost::optional< double > | ratedFlowRate () const |
bool | isRatedFlowRateDefaulted () const |
bool | isRatedFlowRateAutosized () const |
double | ratedPumpHead () const |
bool | isRatedPumpHeadDefaulted () const |
boost::optional< double > | ratedPowerConsumption () const |
bool | isRatedPowerConsumptionDefaulted () const |
bool | isRatedPowerConsumptionAutosized () const |
double | motorEfficiency () const |
bool | isMotorEfficiencyDefaulted () const |
double | fractionofMotorInefficienciestoFluidStream () const |
bool | isFractionofMotorInefficienciestoFluidStreamDefaulted () const |
double | coefficient1ofthePartLoadPerformanceCurve () const |
bool | isCoefficient1ofthePartLoadPerformanceCurveDefaulted () const |
double | coefficient2ofthePartLoadPerformanceCurve () const |
bool | isCoefficient2ofthePartLoadPerformanceCurveDefaulted () const |
double | coefficient3ofthePartLoadPerformanceCurve () const |
bool | isCoefficient3ofthePartLoadPerformanceCurveDefaulted () const |
double | coefficient4ofthePartLoadPerformanceCurve () const |
bool | isCoefficient4ofthePartLoadPerformanceCurveDefaulted () const |
double | minimumFlowRate () const |
bool | isMinimumFlowRateDefaulted () const |
std::string | pumpControlType () const |
bool | isPumpControlTypeDefaulted () const |
boost::optional< Schedule > | pumpFlowRateSchedule () const |
boost::optional< Curve > | pumpCurve () const |
boost::optional< double > | impellerDiameter () const |
boost::optional< std::string > | vFDControlType () const |
boost::optional< Schedule > | pumpRPMSchedule () const |
boost::optional< Schedule > | minimumPressureSchedule () const |
boost::optional< Schedule > | maximumPressureSchedule () const |
boost::optional< Schedule > | minimumRPMSchedule () const |
boost::optional< Schedule > | maximumRPMSchedule () const |
std::string | endUseSubcategory () const |
bool | setRatedFlowRate (double ratedFlowRate) |
void | resetRatedFlowRate () |
void | autosizeRatedFlowRate () |
bool | setRatedPumpHead (double ratedPumpHead) |
void | resetRatedPumpHead () |
bool | setRatedPowerConsumption (double ratedPowerConsumption) |
void | resetRatedPowerConsumption () |
void | autosizeRatedPowerConsumption () |
bool | setMotorEfficiency (double motorEfficiency) |
void | resetMotorEfficiency () |
bool | setFractionofMotorInefficienciestoFluidStream (double fractionofMotorInefficienciestoFluidStream) |
void | resetFractionofMotorInefficienciestoFluidStream () |
bool | setCoefficient1ofthePartLoadPerformanceCurve (double coefficient1ofthePartLoadPerformanceCurve) |
void | resetCoefficient1ofthePartLoadPerformanceCurve () |
bool | setCoefficient2ofthePartLoadPerformanceCurve (double coefficient2ofthePartLoadPerformanceCurve) |
void | resetCoefficient2ofthePartLoadPerformanceCurve () |
bool | setCoefficient3ofthePartLoadPerformanceCurve (double coefficient3ofthePartLoadPerformanceCurve) |
void | resetCoefficient3ofthePartLoadPerformanceCurve () |
bool | setCoefficient4ofthePartLoadPerformanceCurve (double coefficient4ofthePartLoadPerformanceCurve) |
void | resetCoefficient4ofthePartLoadPerformanceCurve () |
bool | setMinimumFlowRate (double minimumFlowRate) |
void | resetMinimumFlowRate () |
bool | setPumpControlType (const std::string &pumpControlType) |
void | resetPumpControlType () |
bool | setPumpFlowRateSchedule (Schedule &schedule) |
void | resetPumpFlowRateSchedule () |
bool | setPumpCurve (const Curve &curve) |
void | resetPumpCurve () |
bool | setImpellerDiameter (double impellerDiameter) |
void | resetImpellerDiameter () |
bool | setVFDControlType (const std::string &vFDControlType) |
void | resetVFDControlType () |
bool | setPumpRPMSchedule (Schedule &schedule) |
void | resetPumpRPMSchedule () |
bool | setMinimumPressureSchedule (Schedule &schedule) |
void | resetMinimumPressureSchedule () |
bool | setMaximumPressureSchedule (Schedule &schedule) |
void | resetMaximumPressureSchedule () |
bool | setMinimumRPMSchedule (Schedule &schedule) |
void | resetMinimumRPMSchedule () |
bool | setMaximumRPMSchedule (Schedule &schedule) |
void | resetMaximumRPMSchedule () |
boost::optional< double > | autosizedRatedFlowRate () const |
boost::optional< double > | autosizedRatedPowerConsumption () const |
std::string | designPowerSizingMethod () const |
bool | setDesignPowerSizingMethod (const std::string &designPowerSizingMethod) |
double | designElectricPowerPerUnitFlowRate () const |
bool | setDesignElectricPowerPerUnitFlowRate (double designElectricPowerPerUnitFlowRate) |
double | designShaftPowerPerUnitFlowRatePerUnitHead () const |
bool | setDesignShaftPowerPerUnitFlowRatePerUnitHead (double designShaftPowerPerUnitFlowRatePerUnitHead) |
boost::optional< ThermalZone > | zone () const |
bool | setZone (const ThermalZone &thermalZone) |
void | resetZone () |
double | skinLossRadiativeFraction () const |
bool | setSkinLossRadiativeFraction (double skinLossRadiativeFraction) |
double | designMinimumFlowRateFraction () const |
bool | setDesignMinimumFlowRateFraction (double designMinimumFlowRateFraction) |
bool | setEndUseSubcategory (const std::string &endUseSubcategory) |