#include <PumpVariableSpeed.hpp>
Public Member Functions | |
Constructors and Destructors | |
PumpVariableSpeed (const Model &model) | |
virtual | ~PumpVariableSpeed () |
Getters | |
boost::optional< double > | ratedFlowRate () const |
In EnergyPlus 8.5.0 and above this property maps to the EnergyPlus field "Design Maximum Flow Rate". More... | |
bool | isRatedFlowRateDefaulted () const |
bool | isRatedFlowRateAutosized () const |
double | ratedPumpHead () const |
In EnergyPlus 8.5.0 and above this property maps to the EnergyPlus field "Design Pump Head". More... | |
bool | isRatedPumpHeadDefaulted () const |
boost::optional< double > | ratedPowerConsumption () const |
In EnergyPlus 8.5.0 and above this property maps to the EnergyPlus field "Design Power Consumption". More... | |
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 |
In EnergyPlus 8.5.0 and above this property maps to the EnergyPlus field "Design Minimum Flow Rate". More... | |
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 |
Setters | |
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) |
Returns false if curve is not a CurveLinear, CurveQuadratic, CurveCubic or CurveQuartic. More... | |
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) |
Public Member Functions inherited from openstudio::model::StraightComponent | |
bool | addToNode (Node &node) |
boost::optional< AirLoopHVAC > | airLoopHVAC () const |
Returns the optional AirLoopHVAC object that this AirToAirComponent is attached to. More... | |
ModelObject | clone (Model model) const |
void | disconnect () |
boost::optional< ModelObject > | inletModelObject () const |
Returns the optional ModelObject connected to the inlet port. More... | |
unsigned | inletPort () const |
Returns the inlet port. More... | |
boost::optional< ModelObject > | outletModelObject () const |
Returns the optional ModelObject connected to the outlet port. More... | |
unsigned | outletPort () const |
Returns the outlet port. More... | |
std::vector < openstudio::IdfObject > | remove () |
bool | removeFromLoop () |
StraightComponent (IddObjectType type, const Model &model) | |
virtual | ~StraightComponent () |
Public Member Functions inherited from openstudio::model::HVACComponent | |
bool | addToNode (Node &node) |
Adds this object to a new system node and returns a boolean indicating if the addition was successful. More... | |
bool | addToSplitter (Splitter &splitter) |
Adds this object to a splitter by creating a new branch. More... | |
boost::optional< AirLoopHVAC > | airLoopHVAC () const |
Returns the optional AirLoopHVAC object that the HVAC component is attached to. More... | |
boost::optional < AirLoopHVACOutdoorAirSystem > | airLoopHVACOutdoorAirSystem () const |
Returns the optional AirLoopHVACOutdoorAirSystem that the HVAC component is attached to. More... | |
void | applySizingValues () |
void | autosize () |
Returns the optional ModelObject connected to this object's port. More... | |
boost::optional< HVACComponent > | containingHVACComponent () const |
EnergyPlus unitary equipment and air terminals are typically composed of other HVAC components. More... | |
boost::optional < StraightComponent > | containingStraightComponent () const |
boost::optional < ZoneHVACComponent > | containingZoneHVACComponent () const |
Returns any ZoneHVACComponent that contains this HVACComponent. More... | |
void | disconnect () |
Removes all connections to other HVACComponent objects. More... | |
bool | isRemovable () const |
Indicates if the HVACComponent can be removed from the model. More... | |
boost::optional< Loop > | loop () const |
Returns the optional Loop object that the HVAC component is attached to. More... | |
boost::optional< PlantLoop > | plantLoop () const |
Returns the optional PlantLoop object that the HVAC component is attached to. More... | |
std::vector< IdfObject > | remove () |
Removes the HVACComponent from the model only if isRemovable() return true. More... | |
virtual | ~HVACComponent () |
Public Member Functions inherited from openstudio::model::ParentObject | |
std::vector< IddObjectType > | allowableChildTypes () const |
Returns a vector of allowable children types. More... | |
std::vector< ModelObject > | children () const |
Return direct child objects in the Model. More... | |
virtual | ~ParentObject () |
Public Member Functions inherited from openstudio::model::ModelObject | |
virtual | ~ModelObject () |
ModelObject | clone () const |
Creates a deep copy of this object, placing it in this object's model(). More... | |
ModelObject | clone (Model model) const |
Creates a deep copy of this object, placing it in model. More... | |
Component | createComponent () const |
Method for creating sharable Model snippets. More... | |
Model | model () const |
Returns the Model that contains this object. More... | |
boost::optional< ParentObject > | parent () const |
Return this object's parent in the hierarchy, if it has one. More... | |
std::vector< ResourceObject > | resources () const |
Get the resources directly used by this ModelObject. More... | |
template<typename T > | |
std::vector< T > | getModelObjectSources () const |
Get all objects of type T that point to this object. More... | |
template<typename T > | |
std::vector< T > | getModelObjectSources (IddObjectType iddObjectType) const |
Get all objects of type T that point to this object. More... | |
template<typename T > | |
boost::optional< T > | getModelObjectTarget (unsigned index) const |
Get the object of type T pointed to by this object from field index. More... | |
template<typename T > | |
std::vector< T > | getModelObjectTargets () const |
Get all objects of type T to which this object points. More... | |
const std::vector< std::string > & | outputVariableNames () const |
Get all output variables names that could be associated with this object. More... | |
std::vector< OutputVariable > | outputVariables () const |
Get all output variables associated with this object, must run simulation to generate data. More... | |
boost::optional < openstudio::TimeSeries > | getData (const OutputVariable &variable, const std::string &envPeriod) const |
Get data associated with this output variable and this object. More... | |
std::vector< LifeCycleCost > | lifeCycleCosts () const |
Returns the list of all LifeCycleCosts that refer to this object. More... | |
std::vector< IdfObject > | removeLifeCycleCosts () |
Removes all LifeCycleCosts that refer to this object. More... | |
IddObjectType | iddObjectType () const |
This is a virtual function that will tell you the type of iddObject you are dealing with. More... | |
AdditionalProperties | additionalProperties () const |
Returns this object's additional properties, constructing a new object if necessary. More... | |
bool | hasAdditionalProperties () const |
Returns true if this object has additional properties. More... | |
std::vector< IdfObject > | removeAdditionalProperties () |
Removes all additional properties that refer to this object. More... | |
boost::optional< std::string > | cadObjectId () const |
bool | setCADObjectId (const std::string &cadObjectId) |
boost::optional< std::string > | gbXMLId () const |
bool | setGBXMLId (const std::string &gbXMLId) |
boost::optional< std::string > | displayName () const |
bool | setDisplayName (const std::string &displayName) |
bool | setParent (ParentObject &newParent) |
set the parent, child may have to call non-const methods on the parent More... | |
bool | operator< (const ModelObject &right) const |
bool | operator== (const ModelObject &other) const |
equality test More... | |
bool | operator!= (const ModelObject &other) const |
inequality test More... | |
std::vector< ScheduleTypeKey > | getScheduleTypeKeys (const Schedule &schedule) const |
Return the ScheduleTypeKeys indicating how schedule is used in this object. More... | |
boost::optional< double > | getAutosizedValue (std::string valueName, std::string unitString) const |
Gets the autosized component value from the sql file. More... | |
virtual std::vector < EMSActuatorNames > | emsActuatorNames () const |
Return the names of the available ems actuators. More... | |
virtual std::vector< std::string > | emsInternalVariableNames () const |
Return the names of the available ems internal variables. More... | |
boost::optional< ModelObject > | connectedObject (unsigned port) const |
boost::optional< unsigned > | connectedObjectPort (unsigned port) const |
Static Public Member Functions | |
static std::vector< std::string > | designPowerSizingMethodValues () |
static IddObjectType | iddObjectType () |
static std::vector< std::string > | pumpControlTypeValues () |
static std::vector< std::string > | validPumpControlTypeValues () |
static std::vector< std::string > | vfdControlTypeValues () |
Related Functions | |
(Note that these are not member functions.) | |
typedef boost::optional < PumpVariableSpeed > | OptionalPumpVariableSpeed |
typedef std::vector < PumpVariableSpeed > | PumpVariableSpeedVector |
Related Functions inherited from openstudio::model::ParentObject | |
std::vector< ModelObject > | getRecursiveChildren (const ParentObject &object, bool includeLifeCycleCostsAndAdditionalProperties=false, bool includeUsedResources=true) |
Returns object and all other objects accessible by calling children() on encountered ParentObjects . More... | |
std::vector< ModelObject > | getRecursiveChildrenAndResources (const ModelObject &object) |
Returns object and all other objects accessible by calling children() and resources() on encountered ModelObjects . More... | |
Related Functions inherited from openstudio::model::ModelObject | |
std::vector< ResourceObject > | getRecursiveResources (const ModelObject &object) |
Returns all ResourceObjects accessible by recursively calling .resources() starting from object. More... | |
Additional Inherited Members | |
Protected Types inherited from openstudio::model::HVACComponent | |
typedef detail::HVACComponent_Impl | ImplType |
Protected Types inherited from openstudio::model::ModelObject | |
typedef detail::ModelObject_Impl | ImplType |
Protected Member Functions inherited from openstudio::model::HVACComponent | |
virtual std::vector< ModelObject > | children () const |
HVACComponent (IddObjectType type, const Model &model) | |
HVACComponent (std::shared_ptr< ImplType > impl) | |
Protected Member Functions inherited from openstudio::model::ParentObject | |
ParentObject (IddObjectType type, const Model &model) | |
Constructs a new ParentObject object in the model. More... | |
Protected Member Functions inherited from openstudio::model::ModelObject | |
ModelObject (IddObjectType type, const Model &model, bool fastName=false) | |
ModelObject (std::shared_ptr< detail::ModelObject_Impl > impl) | |
PumpVariableSpeed is a StraightComponent that wraps the OpenStudio IDD object 'OS:Pump:VariableSpeed'.
|
explicit |
|
inlinevirtual |
boost::optional<double> openstudio::model::PumpVariableSpeed::autosizedRatedFlowRate | ( | ) | const |
boost::optional<double> openstudio::model::PumpVariableSpeed::autosizedRatedPowerConsumption | ( | ) | const |
void openstudio::model::PumpVariableSpeed::autosizeRatedFlowRate | ( | ) |
void openstudio::model::PumpVariableSpeed::autosizeRatedPowerConsumption | ( | ) |
double openstudio::model::PumpVariableSpeed::coefficient1ofthePartLoadPerformanceCurve | ( | ) | const |
double openstudio::model::PumpVariableSpeed::coefficient2ofthePartLoadPerformanceCurve | ( | ) | const |
double openstudio::model::PumpVariableSpeed::coefficient3ofthePartLoadPerformanceCurve | ( | ) | const |
double openstudio::model::PumpVariableSpeed::coefficient4ofthePartLoadPerformanceCurve | ( | ) | const |
double openstudio::model::PumpVariableSpeed::designElectricPowerPerUnitFlowRate | ( | ) | const |
double openstudio::model::PumpVariableSpeed::designMinimumFlowRateFraction | ( | ) | const |
std::string openstudio::model::PumpVariableSpeed::designPowerSizingMethod | ( | ) | const |
|
static |
double openstudio::model::PumpVariableSpeed::designShaftPowerPerUnitFlowRatePerUnitHead | ( | ) | const |
std::string openstudio::model::PumpVariableSpeed::endUseSubcategory | ( | ) | const |
double openstudio::model::PumpVariableSpeed::fractionofMotorInefficienciestoFluidStream | ( | ) | const |
|
static |
boost::optional<double> openstudio::model::PumpVariableSpeed::impellerDiameter | ( | ) | const |
bool openstudio::model::PumpVariableSpeed::isCoefficient1ofthePartLoadPerformanceCurveDefaulted | ( | ) | const |
bool openstudio::model::PumpVariableSpeed::isCoefficient2ofthePartLoadPerformanceCurveDefaulted | ( | ) | const |
bool openstudio::model::PumpVariableSpeed::isCoefficient3ofthePartLoadPerformanceCurveDefaulted | ( | ) | const |
bool openstudio::model::PumpVariableSpeed::isCoefficient4ofthePartLoadPerformanceCurveDefaulted | ( | ) | const |
bool openstudio::model::PumpVariableSpeed::isFractionofMotorInefficienciestoFluidStreamDefaulted | ( | ) | const |
bool openstudio::model::PumpVariableSpeed::isMinimumFlowRateDefaulted | ( | ) | const |
bool openstudio::model::PumpVariableSpeed::isMotorEfficiencyDefaulted | ( | ) | const |
bool openstudio::model::PumpVariableSpeed::isPumpControlTypeDefaulted | ( | ) | const |
bool openstudio::model::PumpVariableSpeed::isRatedFlowRateAutosized | ( | ) | const |
bool openstudio::model::PumpVariableSpeed::isRatedFlowRateDefaulted | ( | ) | const |
bool openstudio::model::PumpVariableSpeed::isRatedPowerConsumptionAutosized | ( | ) | const |
bool openstudio::model::PumpVariableSpeed::isRatedPowerConsumptionDefaulted | ( | ) | const |
bool openstudio::model::PumpVariableSpeed::isRatedPumpHeadDefaulted | ( | ) | const |
boost::optional<Schedule> openstudio::model::PumpVariableSpeed::maximumPressureSchedule | ( | ) | const |
boost::optional<Schedule> openstudio::model::PumpVariableSpeed::maximumRPMSchedule | ( | ) | const |
double openstudio::model::PumpVariableSpeed::minimumFlowRate | ( | ) | const |
In EnergyPlus 8.5.0 and above this property maps to the EnergyPlus field "Design Minimum Flow Rate".
boost::optional<Schedule> openstudio::model::PumpVariableSpeed::minimumPressureSchedule | ( | ) | const |
boost::optional<Schedule> openstudio::model::PumpVariableSpeed::minimumRPMSchedule | ( | ) | const |
double openstudio::model::PumpVariableSpeed::motorEfficiency | ( | ) | const |
std::string openstudio::model::PumpVariableSpeed::pumpControlType | ( | ) | const |
|
static |
boost::optional<Curve> openstudio::model::PumpVariableSpeed::pumpCurve | ( | ) | const |
boost::optional<Schedule> openstudio::model::PumpVariableSpeed::pumpFlowRateSchedule | ( | ) | const |
boost::optional<Schedule> openstudio::model::PumpVariableSpeed::pumpRPMSchedule | ( | ) | const |
boost::optional<double> openstudio::model::PumpVariableSpeed::ratedFlowRate | ( | ) | const |
In EnergyPlus 8.5.0 and above this property maps to the EnergyPlus field "Design Maximum Flow Rate".
boost::optional<double> openstudio::model::PumpVariableSpeed::ratedPowerConsumption | ( | ) | const |
In EnergyPlus 8.5.0 and above this property maps to the EnergyPlus field "Design Power Consumption".
double openstudio::model::PumpVariableSpeed::ratedPumpHead | ( | ) | const |
In EnergyPlus 8.5.0 and above this property maps to the EnergyPlus field "Design Pump Head".
void openstudio::model::PumpVariableSpeed::resetCoefficient1ofthePartLoadPerformanceCurve | ( | ) |
void openstudio::model::PumpVariableSpeed::resetCoefficient2ofthePartLoadPerformanceCurve | ( | ) |
void openstudio::model::PumpVariableSpeed::resetCoefficient3ofthePartLoadPerformanceCurve | ( | ) |
void openstudio::model::PumpVariableSpeed::resetCoefficient4ofthePartLoadPerformanceCurve | ( | ) |
void openstudio::model::PumpVariableSpeed::resetFractionofMotorInefficienciestoFluidStream | ( | ) |
void openstudio::model::PumpVariableSpeed::resetImpellerDiameter | ( | ) |
void openstudio::model::PumpVariableSpeed::resetMaximumPressureSchedule | ( | ) |
void openstudio::model::PumpVariableSpeed::resetMaximumRPMSchedule | ( | ) |
void openstudio::model::PumpVariableSpeed::resetMinimumFlowRate | ( | ) |
void openstudio::model::PumpVariableSpeed::resetMinimumPressureSchedule | ( | ) |
void openstudio::model::PumpVariableSpeed::resetMinimumRPMSchedule | ( | ) |
void openstudio::model::PumpVariableSpeed::resetMotorEfficiency | ( | ) |
void openstudio::model::PumpVariableSpeed::resetPumpControlType | ( | ) |
void openstudio::model::PumpVariableSpeed::resetPumpCurve | ( | ) |
void openstudio::model::PumpVariableSpeed::resetPumpFlowRateSchedule | ( | ) |
void openstudio::model::PumpVariableSpeed::resetPumpRPMSchedule | ( | ) |
void openstudio::model::PumpVariableSpeed::resetRatedFlowRate | ( | ) |
void openstudio::model::PumpVariableSpeed::resetRatedPowerConsumption | ( | ) |
void openstudio::model::PumpVariableSpeed::resetRatedPumpHead | ( | ) |
void openstudio::model::PumpVariableSpeed::resetVFDControlType | ( | ) |
void openstudio::model::PumpVariableSpeed::resetZone | ( | ) |
bool openstudio::model::PumpVariableSpeed::setCoefficient1ofthePartLoadPerformanceCurve | ( | double | coefficient1ofthePartLoadPerformanceCurve | ) |
bool openstudio::model::PumpVariableSpeed::setCoefficient2ofthePartLoadPerformanceCurve | ( | double | coefficient2ofthePartLoadPerformanceCurve | ) |
bool openstudio::model::PumpVariableSpeed::setCoefficient3ofthePartLoadPerformanceCurve | ( | double | coefficient3ofthePartLoadPerformanceCurve | ) |
bool openstudio::model::PumpVariableSpeed::setCoefficient4ofthePartLoadPerformanceCurve | ( | double | coefficient4ofthePartLoadPerformanceCurve | ) |
bool openstudio::model::PumpVariableSpeed::setDesignElectricPowerPerUnitFlowRate | ( | double | designElectricPowerPerUnitFlowRate | ) |
bool openstudio::model::PumpVariableSpeed::setDesignMinimumFlowRateFraction | ( | double | designMinimumFlowRateFraction | ) |
bool openstudio::model::PumpVariableSpeed::setDesignPowerSizingMethod | ( | const std::string & | designPowerSizingMethod | ) |
bool openstudio::model::PumpVariableSpeed::setDesignShaftPowerPerUnitFlowRatePerUnitHead | ( | double | designShaftPowerPerUnitFlowRatePerUnitHead | ) |
bool openstudio::model::PumpVariableSpeed::setEndUseSubcategory | ( | const std::string & | endUseSubcategory | ) |
bool openstudio::model::PumpVariableSpeed::setFractionofMotorInefficienciestoFluidStream | ( | double | fractionofMotorInefficienciestoFluidStream | ) |
bool openstudio::model::PumpVariableSpeed::setImpellerDiameter | ( | double | impellerDiameter | ) |
bool openstudio::model::PumpVariableSpeed::setMaximumPressureSchedule | ( | Schedule & | schedule | ) |
bool openstudio::model::PumpVariableSpeed::setMaximumRPMSchedule | ( | Schedule & | schedule | ) |
bool openstudio::model::PumpVariableSpeed::setMinimumFlowRate | ( | double | minimumFlowRate | ) |
bool openstudio::model::PumpVariableSpeed::setMinimumPressureSchedule | ( | Schedule & | schedule | ) |
bool openstudio::model::PumpVariableSpeed::setMinimumRPMSchedule | ( | Schedule & | schedule | ) |
bool openstudio::model::PumpVariableSpeed::setMotorEfficiency | ( | double | motorEfficiency | ) |
bool openstudio::model::PumpVariableSpeed::setPumpControlType | ( | const std::string & | pumpControlType | ) |
bool openstudio::model::PumpVariableSpeed::setPumpCurve | ( | const Curve & | curve | ) |
Returns false if curve is not a CurveLinear, CurveQuadratic, CurveCubic or CurveQuartic.
bool openstudio::model::PumpVariableSpeed::setPumpFlowRateSchedule | ( | Schedule & | schedule | ) |
bool openstudio::model::PumpVariableSpeed::setPumpRPMSchedule | ( | Schedule & | schedule | ) |
bool openstudio::model::PumpVariableSpeed::setRatedFlowRate | ( | double | ratedFlowRate | ) |
bool openstudio::model::PumpVariableSpeed::setRatedPowerConsumption | ( | double | ratedPowerConsumption | ) |
bool openstudio::model::PumpVariableSpeed::setRatedPumpHead | ( | double | ratedPumpHead | ) |
bool openstudio::model::PumpVariableSpeed::setSkinLossRadiativeFraction | ( | double | skinLossRadiativeFraction | ) |
bool openstudio::model::PumpVariableSpeed::setVFDControlType | ( | const std::string & | vFDControlType | ) |
bool openstudio::model::PumpVariableSpeed::setZone | ( | const ThermalZone & | thermalZone | ) |
double openstudio::model::PumpVariableSpeed::skinLossRadiativeFraction | ( | ) | const |
|
static |
boost::optional<std::string> openstudio::model::PumpVariableSpeed::vFDControlType | ( | ) | const |
|
static |
boost::optional<ThermalZone> openstudio::model::PumpVariableSpeed::zone | ( | ) | const |
|
related |
|
related |