OpenStudio:model
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Static Public Member Functions | Related Functions | List of all members
openstudio::model::WaterHeaterMixed Class Reference

#include <WaterHeaterMixed.hpp>

+ Inheritance diagram for openstudio::model::WaterHeaterMixed:

Public Member Functions

Constructors and Destructors
 WaterHeaterMixed (const Model &model)
 
virtual ~WaterHeaterMixed ()
 
Getters
boost::optional< double > tankVolume () const
 
OSOptionalQuantity getTankVolume (bool returnIP=false) const
 
bool isTankVolumeDefaulted () const
 
bool isTankVolumeAutosized () const
 
boost::optional< SchedulesetpointTemperatureSchedule () const
 
double deadbandTemperatureDifference () const
 
Quantity getDeadbandTemperatureDifference (bool returnIP=false) const
 
bool isDeadbandTemperatureDifferenceDefaulted () const
 
boost::optional< double > maximumTemperatureLimit () const
 
OSOptionalQuantity getMaximumTemperatureLimit (bool returnIP=false) const
 
std::string heaterControlType () const
 
bool isHeaterControlTypeDefaulted () const
 
boost::optional< double > heaterMaximumCapacity () const
 
OSOptionalQuantity getHeaterMaximumCapacity (bool returnIP=false) const
 
bool isHeaterMaximumCapacityAutosized () const
 
boost::optional< double > heaterMinimumCapacity () const
 
OSOptionalQuantity getHeaterMinimumCapacity (bool returnIP=false) const
 
double heaterIgnitionMinimumFlowRate () const
 
Quantity getHeaterIgnitionMinimumFlowRate (bool returnIP=false) const
 
bool isHeaterIgnitionMinimumFlowRateDefaulted () const
 
double heaterIgnitionDelay () const
 
Quantity getHeaterIgnitionDelay (bool returnIP=false) const
 
bool isHeaterIgnitionDelayDefaulted () const
 
std::string heaterFuelType () const
 
boost::optional< double > heaterThermalEfficiency () const
 
OSOptionalQuantity getHeaterThermalEfficiency (bool returnIP=false) const
 
boost::optional< CurveCubicpartLoadFactorCurve () const
 
double offCycleParasiticFuelConsumptionRate () const
 
Quantity getOffCycleParasiticFuelConsumptionRate (bool returnIP=false) const
 
bool isOffCycleParasiticFuelConsumptionRateDefaulted () const
 
boost::optional< std::string > offCycleParasiticFuelType () const
 
double offCycleParasiticHeatFractiontoTank () const
 
Quantity getOffCycleParasiticHeatFractiontoTank (bool returnIP=false) const
 
bool isOffCycleParasiticHeatFractiontoTankDefaulted () const
 
double onCycleParasiticFuelConsumptionRate () const
 
Quantity getOnCycleParasiticFuelConsumptionRate (bool returnIP=false) const
 
bool isOnCycleParasiticFuelConsumptionRateDefaulted () const
 
boost::optional< std::string > onCycleParasiticFuelType () const
 
double onCycleParasiticHeatFractiontoTank () const
 
Quantity getOnCycleParasiticHeatFractiontoTank (bool returnIP=false) const
 
bool isOnCycleParasiticHeatFractiontoTankDefaulted () const
 
std::string ambientTemperatureIndicator () const
 
boost::optional< ScheduleambientTemperatureSchedule () const
 
boost::optional< ThermalZoneambientTemperatureThermalZone () const
 
boost::optional< std::string > ambientTemperatureOutdoorAirNodeName () const
 
boost::optional< double > offCycleLossCoefficienttoAmbientTemperature () const
 
OSOptionalQuantity getOffCycleLossCoefficienttoAmbientTemperature (bool returnIP=false) const
 
double offCycleLossFractiontoThermalZone () const
 
Quantity getOffCycleLossFractiontoThermalZone (bool returnIP=false) const
 
bool isOffCycleLossFractiontoThermalZoneDefaulted () const
 
boost::optional< double > onCycleLossCoefficienttoAmbientTemperature () const
 
OSOptionalQuantity getOnCycleLossCoefficienttoAmbientTemperature (bool returnIP=false) const
 
double onCycleLossFractiontoThermalZone () const
 
Quantity getOnCycleLossFractiontoThermalZone (bool returnIP=false) const
 
bool isOnCycleLossFractiontoThermalZoneDefaulted () const
 
boost::optional< double > peakUseFlowRate () const
 
OSOptionalQuantity getPeakUseFlowRate (bool returnIP=false) const
 
boost::optional< ScheduleuseFlowRateFractionSchedule () const
 
boost::optional< SchedulecoldWaterSupplyTemperatureSchedule () const
 
double useSideEffectiveness () const
 
Quantity getUseSideEffectiveness (bool returnIP=false) const
 
bool isUseSideEffectivenessDefaulted () const
 
double sourceSideEffectiveness () const
 
Quantity getSourceSideEffectiveness (bool returnIP=false) const
 
bool isSourceSideEffectivenessDefaulted () const
 
boost::optional< double > useSideDesignFlowRate () const
 
OSOptionalQuantity getUseSideDesignFlowRate (bool returnIP=false) const
 
bool isUseSideDesignFlowRateDefaulted () const
 
bool isUseSideDesignFlowRateAutosized () const
 
boost::optional< double > sourceSideDesignFlowRate () const
 
OSOptionalQuantity getSourceSideDesignFlowRate (bool returnIP=false) const
 
bool isSourceSideDesignFlowRateDefaulted () const
 
bool isSourceSideDesignFlowRateAutosized () const
 
double indirectWaterHeatingRecoveryTime () const
 
Quantity getIndirectWaterHeatingRecoveryTime (bool returnIP=false) const
 
bool isIndirectWaterHeatingRecoveryTimeDefaulted () const
 
std::string sourceSideFlowControlMode () const
 
boost::optional< ScheduleindirectAlternateSetpointTemperatureSchedule () const
 
std::string endUseSubcategory () const
 
Setters
bool setTankVolume (double tankVolume)
 
bool setTankVolume (const Quantity &tankVolume)
 
void resetTankVolume ()
 
void autosizeTankVolume ()
 
bool setSetpointTemperatureSchedule (Schedule &setpointTemperatureSchedule)
 
void resetSetpointTemperatureSchedule ()
 
bool setDeadbandTemperatureDifference (double deadbandTemperatureDifference)
 
bool setDeadbandTemperatureDifference (const Quantity &deadbandTemperatureDifference)
 
void resetDeadbandTemperatureDifference ()
 
bool setMaximumTemperatureLimit (double maximumTemperatureLimit)
 
bool setMaximumTemperatureLimit (const Quantity &maximumTemperatureLimit)
 
void resetMaximumTemperatureLimit ()
 
bool setHeaterControlType (std::string heaterControlType)
 
void resetHeaterControlType ()
 
bool setHeaterMaximumCapacity (double heaterMaximumCapacity)
 
bool setHeaterMaximumCapacity (const Quantity &heaterMaximumCapacity)
 
void resetHeaterMaximumCapacity ()
 
void autosizeHeaterMaximumCapacity ()
 
bool setHeaterMinimumCapacity (double heaterMinimumCapacity)
 
bool setHeaterMinimumCapacity (const Quantity &heaterMinimumCapacity)
 
void resetHeaterMinimumCapacity ()
 
bool setHeaterIgnitionMinimumFlowRate (double heaterIgnitionMinimumFlowRate)
 
bool setHeaterIgnitionMinimumFlowRate (const Quantity &heaterIgnitionMinimumFlowRate)
 
void resetHeaterIgnitionMinimumFlowRate ()
 
bool setHeaterIgnitionDelay (double heaterIgnitionDelay)
 
bool setHeaterIgnitionDelay (const Quantity &heaterIgnitionDelay)
 
void resetHeaterIgnitionDelay ()
 
bool setHeaterFuelType (std::string heaterFuelType)
 
bool setHeaterThermalEfficiency (double heaterThermalEfficiency)
 
bool setHeaterThermalEfficiency (const Quantity &heaterThermalEfficiency)
 
void resetHeaterThermalEfficiency ()
 
bool setPartLoadFactorCurve (const CurveCubic &partLoadFactorCurve)
 
void resetPartLoadFactorCurve ()
 
bool setOffCycleParasiticFuelConsumptionRate (double offCycleParasiticFuelConsumptionRate)
 
bool setOffCycleParasiticFuelConsumptionRate (const Quantity &offCycleParasiticFuelConsumptionRate)
 
void resetOffCycleParasiticFuelConsumptionRate ()
 
bool setOffCycleParasiticFuelType (std::string offCycleParasiticFuelType)
 
void resetOffCycleParasiticFuelType ()
 
bool setOffCycleParasiticHeatFractiontoTank (double offCycleParasiticHeatFractiontoTank)
 
bool setOffCycleParasiticHeatFractiontoTank (const Quantity &offCycleParasiticHeatFractiontoTank)
 
void resetOffCycleParasiticHeatFractiontoTank ()
 
bool setOnCycleParasiticFuelConsumptionRate (double onCycleParasiticFuelConsumptionRate)
 
bool setOnCycleParasiticFuelConsumptionRate (const Quantity &onCycleParasiticFuelConsumptionRate)
 
void resetOnCycleParasiticFuelConsumptionRate ()
 
bool setOnCycleParasiticFuelType (std::string onCycleParasiticFuelType)
 
void resetOnCycleParasiticFuelType ()
 
bool setOnCycleParasiticHeatFractiontoTank (double onCycleParasiticHeatFractiontoTank)
 
bool setOnCycleParasiticHeatFractiontoTank (const Quantity &onCycleParasiticHeatFractiontoTank)
 
void resetOnCycleParasiticHeatFractiontoTank ()
 
bool setAmbientTemperatureIndicator (std::string ambientTemperatureIndicator)
 
bool setAmbientTemperatureSchedule (Schedule &ambientTemperatureSchedule)
 
void resetAmbientTemperatureSchedule ()
 
bool setAmbientTemperatureThermalZone (const ThermalZone &ambientTemperatureThermalZone)
 
void resetAmbientTemperatureThermalZone ()
 
bool setAmbientTemperatureOutdoorAirNodeName (std::string ambientTemperatureOutdoorAirNodeName)
 
void resetAmbientTemperatureOutdoorAirNodeName ()
 
bool setOffCycleLossCoefficienttoAmbientTemperature (double offCycleLossCoefficienttoAmbientTemperature)
 
bool setOffCycleLossCoefficienttoAmbientTemperature (const Quantity &offCycleLossCoefficienttoAmbientTemperature)
 
void resetOffCycleLossCoefficienttoAmbientTemperature ()
 
bool setOffCycleLossFractiontoThermalZone (double offCycleLossFractiontoThermalZone)
 
bool setOffCycleLossFractiontoThermalZone (const Quantity &offCycleLossFractiontoThermalZone)
 
void resetOffCycleLossFractiontoThermalZone ()
 
bool setOnCycleLossCoefficienttoAmbientTemperature (double onCycleLossCoefficienttoAmbientTemperature)
 
bool setOnCycleLossCoefficienttoAmbientTemperature (const Quantity &onCycleLossCoefficienttoAmbientTemperature)
 
void resetOnCycleLossCoefficienttoAmbientTemperature ()
 
bool setOnCycleLossFractiontoThermalZone (double onCycleLossFractiontoThermalZone)
 
bool setOnCycleLossFractiontoThermalZone (const Quantity &onCycleLossFractiontoThermalZone)
 
void resetOnCycleLossFractiontoThermalZone ()
 
bool setPeakUseFlowRate (double peakUseFlowRate)
 
bool setPeakUseFlowRate (const Quantity &peakUseFlowRate)
 
void resetPeakUseFlowRate ()
 
bool setUseFlowRateFractionSchedule (Schedule &useFlowRateFractionSchedule)
 
void resetUseFlowRateFractionSchedule ()
 
bool setColdWaterSupplyTemperatureSchedule (Schedule &coldWaterSupplyTemperatureSchedule)
 
void resetColdWaterSupplyTemperatureSchedule ()
 
bool setUseSideEffectiveness (double useSideEffectiveness)
 
bool setUseSideEffectiveness (const Quantity &useSideEffectiveness)
 
void resetUseSideEffectiveness ()
 
bool setSourceSideEffectiveness (double sourceSideEffectiveness)
 
bool setSourceSideEffectiveness (const Quantity &sourceSideEffectiveness)
 
void resetSourceSideEffectiveness ()
 
bool setUseSideDesignFlowRate (double useSideDesignFlowRate)
 
bool setUseSideDesignFlowRate (const Quantity &useSideDesignFlowRate)
 
void resetUseSideDesignFlowRate ()
 
void autosizeUseSideDesignFlowRate ()
 
bool setSourceSideDesignFlowRate (double sourceSideDesignFlowRate)
 
bool setSourceSideDesignFlowRate (const Quantity &sourceSideDesignFlowRate)
 
void resetSourceSideDesignFlowRate ()
 
void autosizeSourceSideDesignFlowRate ()
 
bool setIndirectWaterHeatingRecoveryTime (double indirectWaterHeatingRecoveryTime)
 
bool setIndirectWaterHeatingRecoveryTime (const Quantity &indirectWaterHeatingRecoveryTime)
 
void resetIndirectWaterHeatingRecoveryTime ()
 
boost::optional< double > autosizedTankVolume () const
 
boost::optional< double > autosizedHeaterMaximumCapacity () const
 
boost::optional< double > autosizedUseSideDesignFlowRate () const
 
boost::optional< double > autosizedSourceSideDesignFlowRate () const
 
bool setSourceSideFlowControlMode (const std::string &sourceSideFlowControlMode)
 
bool setIndirectAlternateSetpointTemperatureSchedule (Schedule &indirectAlternateSetpointTemperatureSchedule)
 
void resetIndirectAlternateSetpointTemperatureSchedule ()
 
bool setEndUseSubcategory (const std::string &endUseSubcategory)
 
- Public Member Functions inherited from openstudio::model::WaterToWaterComponent
virtual bool addToNode (Node &node)
 
virtual bool addToTertiaryNode (Node &node)
 Add this WaterToWaterComponent to a tertiaryPlantLoop by making connections to the tertiary inlet and outlet. More...
 
virtual ModelObject clone (Model model) const
 
virtual boost::optional
< ModelObject
demandInletModelObject () const
 Returns the optional ModelObject connected to the demand inlet port. More...
 
virtual unsigned demandInletPort () const
 Returns the demand inlet port. More...
 
virtual boost::optional
< ModelObject
demandOutletModelObject () const
 Returns the optional ModelObject connected to the demand outlet port. More...
 
virtual unsigned demandOutletPort () const
 Returns the demand outlet port. More...
 
void disconnect ()
 
boost::optional< PlantLoopplantLoop () const
 Returns the optional PlantLoop object that the HVAC component is a supply component on. More...
 
virtual std::vector
< openstudio::IdfObject
remove ()
 
bool removeFromPlantLoop ()
 Removes the component from the plantLoop if one is attached. More...
 
bool removeFromSecondaryPlantLoop ()
 Removes the component from the secondaryPlantLoop if one is attached. More...
 
bool removeFromTertiaryPlantLoop ()
 Removes the component from the tertiaryPlantLoop if one is attached. More...
 
boost::optional< PlantLoopsecondaryPlantLoop () const
 Returns the optional PlantLoop object that the HVAC component is a demand component on. More...
 
virtual boost::optional
< ModelObject
supplyInletModelObject () const
 Returns the optional ModelObject connected to the supply inlet port. More...
 
virtual unsigned supplyInletPort () const
 Returns the supply inlet port. More...
 
virtual boost::optional
< ModelObject
supplyOutletModelObject () const
 Returns the optional ModelObject connected to the supply outlet port. More...
 
virtual unsigned supplyOutletPort () const
 Returns the supply outlet port. More...
 
boost::optional< ModelObjecttertiaryInletModelObject () const
 Returns the optional ModelObject connected to the tertiary inlet. More...
 
boost::optional< ModelObjecttertiaryOutletModelObject () const
 Returns the optional ModelObject connected to the tertiary outlet. More...
 
boost::optional< PlantLooptertiaryPlantLoop () const
 Tertiary plant loop applies to a limited number of WaterToWaterComponent types that interact with three plant systems. More...
 
 WaterToWaterComponent (IddObjectType type, const Model &model)
 
virtual ~WaterToWaterComponent ()
 
- 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< AirLoopHVACairLoopHVAC () 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< HVACComponentcontainingHVACComponent () 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< Looploop () const
 Returns the optional Loop object that the HVAC component is attached to. More...
 
boost::optional< PlantLoopplantLoop () const
 Returns the optional PlantLoop object that the HVAC component is attached to. More...
 
std::vector< IdfObjectremove ()
 Removes the HVACComponent from the model only if isRemovable() return true. More...
 
virtual ~HVACComponent ()
 
- Public Member Functions inherited from openstudio::model::ParentObject
std::vector< IddObjectTypeallowableChildTypes () const
 Returns a vector of allowable children types. More...
 
std::vector< ModelObjectchildren () 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< ParentObjectparent () const
 Return this object's parent in the hierarchy, if it has one. More...
 
std::vector< ResourceObjectresources () 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< OutputVariableoutputVariables () 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< LifeCycleCostlifeCycleCosts () const
 Returns the list of all LifeCycleCosts that refer to this object. More...
 
std::vector< IdfObjectremoveLifeCycleCosts ()
 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< IdfObjectremoveAdditionalProperties ()
 Removes all additional properties that refer to this object. More...
 
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< ScheduleTypeKeygetScheduleTypeKeys (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< ModelObjectconnectedObject (unsigned port) const
 
boost::optional< unsigned > connectedObjectPort (unsigned port) const
 
- Public Member Functions inherited from openstudio::WorkspaceObject
bool canBeSource () const
 
bool canBeSource (unsigned index, const std::vector< std::string > &refLists=std::vector< std::string >()) const
 
std::vector< std::string > canBeTarget () const
 
std::vector< unsigned > getSourceIndices (const Handle &targetHandle) const
 
std::vector< WorkspaceObjectgetSources (IddObjectType type) const
 
boost::optional< WorkspaceObjectgetTarget (unsigned index) const
 
IdfObject idfObject ()
 
IdfObject idfObject () const
 
bool initialized () const
 
bool isSource () const
 
bool isTarget () const
 
unsigned numSources () const
 
bool objectListFieldsEqual (const WorkspaceObject &other) const
 
bool objectListFieldsNonConflicting (const WorkspaceObject &other) const
 
bool operator< (const WorkspaceObject &right) const
 
std::ostream & operator<< (std::ostream &os, const WorkspaceObject &workspaceObject)
 
std::vector
< openstudio::IdfObject
remove ()
 
bool setPointer (unsigned index, const Handle &targetHandle)
 
std::vector< WorkspaceObjectsources () const
 
std::vector< WorkspaceObjecttargets () const
 
Workspace workspace () const
 
virtual ~WorkspaceObject ()
 
- Public Member Functions inherited from openstudio::IdfObject
std::string briefDescription () const
 
cast () const
 
std::vector< T > castVector (const std::vector< U > &objects)
 
std::vector< std::vector
< std::string > > 
clearExtensibleGroups ()
 
IdfObject clone (bool keepHandle=false) const
 
std::string comment () const
 
boost::optional< std::string > createName (bool overwrite=true)
 
std::vector< unsigned > dataFields () const
 
bool dataFieldsEqual (const IdfObject &other) const
 
std::vector< std::string > eraseExtensibleGroup (unsigned groupIndex)
 
std::vector< IdfExtensibleGroupextensibleGroups () const
 
boost::optional< std::string > fieldComment (unsigned index, bool returnDefault=false) const
 
boost::optional< double > getDouble (unsigned index, bool returnDefault=false) const
 
IdfExtensibleGroup getExtensibleGroup (unsigned groupIndex) const
 
std::vector< Handle > getHandles (const std::vector< T > &objects)
 
boost::optional< intgetInt (unsigned index, bool returnDefault=false) const
 
OSOptionalQuantity getQuantity (unsigned index, bool returnDefault=false, bool returnIP=false) const
 
boost::optional< std::string > getString (unsigned index, bool returnDefault=false, bool returnUninitializedEmpty=false) const
 
boost::optional< unsigned > getUnsigned (unsigned index, bool returnDefault=false) const
 
boost::optional< QUrl > getURL (unsigned index, bool returnDefault=false) const
 
Handle handle () const
 
IddObject iddObject () const
 
 IdfObject (IddObjectType type, bool fastName=false)
 
 IdfObject (const IddObject &, bool fastName=false)
 
 IdfObject (const IdfObject &other)
 
IdfExtensibleGroup insertExtensibleGroup (unsigned groupIndex)
 
IdfExtensibleGroup insertExtensibleGroup (unsigned groupIndex, const std::vector< std::string > &values)
 
bool isDataField (unsigned index) const
 
bool isEmpty (unsigned index) const
 
bool isObjectListField (unsigned index) const
 
bool isValid (StrictnessLevel level, bool checkNames=false) const
 
boost::optional< unsigned > maxExtensibleGroups () const
 
boost::optional< unsigned > maxFields () const
 
unsigned minExtensibleGroups () const
 
unsigned minFields () const
 
boost::optional< std::string > name (bool returnDefault=false) const
 
std::string nameString (bool returnDefault=false) const
 
unsigned numExtensibleGroups () const
 
unsigned numFields () const
 
unsigned numNonextensibleFields () const
 
std::vector< unsigned > objectListFields () const
 
bool objectListFieldsEqual (const IdfObject &other) const
 
bool objectListFieldsNonConflicting (const IdfObject &other) const
 
bool operator!= (const IdfObject &other) const
 
std::ostream & operator<< (std::ostream &os, const IdfObject &IdfObject)
 
bool operator== (const IdfObject &other) const
 
boost::optional< T > optionalCast () const
 
std::vector< std::string > popExtensibleGroup ()
 
std::ostream & print (std::ostream &os) const
 
std::ostream & printField (std::ostream &os, unsigned index, bool isLastField=false) const
 
std::ostream & printName (std::ostream &os, bool hasFields=true) const
 
IdfExtensibleGroup pushExtensibleGroup ()
 
IdfExtensibleGroup pushExtensibleGroup (const std::vector< std::string > &values)
 
std::vector< unsigned > requiredFields () const
 
void setComment (const std::string &msg)
 
bool setDouble (unsigned index, double value)
 
bool setFieldComment (unsigned index, const std::string &cmnt)
 
bool setInt (unsigned index, int value)
 
boost::optional< std::string > setName (const std::string &newName)
 
bool setQuantity (unsigned index, const Quantity &q)
 
bool setString (unsigned index, const std::string &value)
 
bool setUnsigned (unsigned index, unsigned value)
 
std::vector< T > subsetCastVector (const std::vector< U > &original)
 
ValidityReport validityReport (StrictnessLevel level, bool checkNames=false) const
 
virtual ~IdfObject ()
 

Static Public Member Functions

static std::vector< std::string > ambientTemperatureIndicatorValues ()
 
static std::vector< std::string > heaterControlTypeValues ()
 
static std::vector< std::string > heaterFuelTypeValues ()
 
static IddObjectType iddObjectType ()
 
static std::vector< std::string > offCycleParasiticFuelTypeValues ()
 
static std::vector< std::string > onCycleParasiticFuelTypeValues ()
 
static std::vector< std::string > sourceSideFlowControlModeValues ()
 
- Static Public Member Functions inherited from openstudio::IdfObject
static boost::optional< IdfObjectload (const std::string &text)
 
static boost::optional< IdfObjectload (const std::string &text, const IddObject &iddObject)
 
static int printedFieldSpace ()
 

Related Functions

(Note that these are not member functions.)

typedef boost::optional
< WaterHeaterMixed
OptionalWaterHeaterMixed
 
typedef std::vector
< WaterHeaterMixed
WaterHeaterMixedVector
 

Additional Inherited Members

- Public Types inherited from openstudio::WorkspaceObject
typedef boost::optional
< WorkspaceObject
OptionalWorkspaceObject
 
typedef std::vector
< WorkspaceObject
WorkspaceObjectVector
 
- Public Types inherited from openstudio::IdfObject
typedef std::pair< IdfObject,
IdfObject
IdfObjectPair
 
typedef std::vector< IdfObjectIdfObjectVector
 
typedef boost::optional
< IdfObject
OptionalIdfObject
 
- 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 Types inherited from openstudio::WorkspaceObject
typedef
detail::WorkspaceObject_Impl 
ImplType
 
- Protected Types inherited from openstudio::IdfObject
typedef detail::IdfObject_Impl ImplType
 
- Protected Member Functions inherited from openstudio::model::HVACComponent
virtual std::vector< ModelObjectchildren () 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)
 
- Protected Member Functions inherited from openstudio::WorkspaceObject
 WorkspaceObject (std::shared_ptr< detail::WorkspaceObject_Impl > impl)
 
- Protected Member Functions inherited from openstudio::IdfObject
 IdfObject (std::shared_ptr< detail::IdfObject_Impl > impl)
 

Detailed Description

WaterHeaterMixed is a WaterToWaterComponent that wraps the OpenStudio IDD object 'OS:WaterHeater:Mixed'.

Constructor & Destructor Documentation

openstudio::model::WaterHeaterMixed::WaterHeaterMixed ( const Model model)
explicit
virtual openstudio::model::WaterHeaterMixed::~WaterHeaterMixed ( )
inlinevirtual

Member Function Documentation

std::string openstudio::model::WaterHeaterMixed::ambientTemperatureIndicator ( ) const
static std::vector<std::string> openstudio::model::WaterHeaterMixed::ambientTemperatureIndicatorValues ( )
static
boost::optional<std::string> openstudio::model::WaterHeaterMixed::ambientTemperatureOutdoorAirNodeName ( ) const
boost::optional<Schedule> openstudio::model::WaterHeaterMixed::ambientTemperatureSchedule ( ) const
boost::optional<ThermalZone> openstudio::model::WaterHeaterMixed::ambientTemperatureThermalZone ( ) const
boost::optional<double> openstudio::model::WaterHeaterMixed::autosizedHeaterMaximumCapacity ( ) const
boost::optional<double> openstudio::model::WaterHeaterMixed::autosizedSourceSideDesignFlowRate ( ) const
boost::optional<double> openstudio::model::WaterHeaterMixed::autosizedTankVolume ( ) const
boost::optional<double> openstudio::model::WaterHeaterMixed::autosizedUseSideDesignFlowRate ( ) const
void openstudio::model::WaterHeaterMixed::autosizeHeaterMaximumCapacity ( )
void openstudio::model::WaterHeaterMixed::autosizeSourceSideDesignFlowRate ( )
void openstudio::model::WaterHeaterMixed::autosizeTankVolume ( )
void openstudio::model::WaterHeaterMixed::autosizeUseSideDesignFlowRate ( )
boost::optional<Schedule> openstudio::model::WaterHeaterMixed::coldWaterSupplyTemperatureSchedule ( ) const
double openstudio::model::WaterHeaterMixed::deadbandTemperatureDifference ( ) const
std::string openstudio::model::WaterHeaterMixed::endUseSubcategory ( ) const
Quantity openstudio::model::WaterHeaterMixed::getDeadbandTemperatureDifference ( bool  returnIP = false) const
Quantity openstudio::model::WaterHeaterMixed::getHeaterIgnitionDelay ( bool  returnIP = false) const
Quantity openstudio::model::WaterHeaterMixed::getHeaterIgnitionMinimumFlowRate ( bool  returnIP = false) const
OSOptionalQuantity openstudio::model::WaterHeaterMixed::getHeaterMaximumCapacity ( bool  returnIP = false) const
OSOptionalQuantity openstudio::model::WaterHeaterMixed::getHeaterMinimumCapacity ( bool  returnIP = false) const
OSOptionalQuantity openstudio::model::WaterHeaterMixed::getHeaterThermalEfficiency ( bool  returnIP = false) const
Quantity openstudio::model::WaterHeaterMixed::getIndirectWaterHeatingRecoveryTime ( bool  returnIP = false) const
OSOptionalQuantity openstudio::model::WaterHeaterMixed::getMaximumTemperatureLimit ( bool  returnIP = false) const
OSOptionalQuantity openstudio::model::WaterHeaterMixed::getOffCycleLossCoefficienttoAmbientTemperature ( bool  returnIP = false) const
Quantity openstudio::model::WaterHeaterMixed::getOffCycleLossFractiontoThermalZone ( bool  returnIP = false) const
Quantity openstudio::model::WaterHeaterMixed::getOffCycleParasiticFuelConsumptionRate ( bool  returnIP = false) const
Quantity openstudio::model::WaterHeaterMixed::getOffCycleParasiticHeatFractiontoTank ( bool  returnIP = false) const
OSOptionalQuantity openstudio::model::WaterHeaterMixed::getOnCycleLossCoefficienttoAmbientTemperature ( bool  returnIP = false) const
Quantity openstudio::model::WaterHeaterMixed::getOnCycleLossFractiontoThermalZone ( bool  returnIP = false) const
Quantity openstudio::model::WaterHeaterMixed::getOnCycleParasiticFuelConsumptionRate ( bool  returnIP = false) const
Quantity openstudio::model::WaterHeaterMixed::getOnCycleParasiticHeatFractiontoTank ( bool  returnIP = false) const
OSOptionalQuantity openstudio::model::WaterHeaterMixed::getPeakUseFlowRate ( bool  returnIP = false) const
OSOptionalQuantity openstudio::model::WaterHeaterMixed::getSourceSideDesignFlowRate ( bool  returnIP = false) const
Quantity openstudio::model::WaterHeaterMixed::getSourceSideEffectiveness ( bool  returnIP = false) const
OSOptionalQuantity openstudio::model::WaterHeaterMixed::getTankVolume ( bool  returnIP = false) const
OSOptionalQuantity openstudio::model::WaterHeaterMixed::getUseSideDesignFlowRate ( bool  returnIP = false) const
Quantity openstudio::model::WaterHeaterMixed::getUseSideEffectiveness ( bool  returnIP = false) const
std::string openstudio::model::WaterHeaterMixed::heaterControlType ( ) const
static std::vector<std::string> openstudio::model::WaterHeaterMixed::heaterControlTypeValues ( )
static
std::string openstudio::model::WaterHeaterMixed::heaterFuelType ( ) const
static std::vector<std::string> openstudio::model::WaterHeaterMixed::heaterFuelTypeValues ( )
static
double openstudio::model::WaterHeaterMixed::heaterIgnitionDelay ( ) const
double openstudio::model::WaterHeaterMixed::heaterIgnitionMinimumFlowRate ( ) const
boost::optional<double> openstudio::model::WaterHeaterMixed::heaterMaximumCapacity ( ) const
boost::optional<double> openstudio::model::WaterHeaterMixed::heaterMinimumCapacity ( ) const
boost::optional<double> openstudio::model::WaterHeaterMixed::heaterThermalEfficiency ( ) const
static IddObjectType openstudio::model::WaterHeaterMixed::iddObjectType ( )
static
boost::optional<Schedule> openstudio::model::WaterHeaterMixed::indirectAlternateSetpointTemperatureSchedule ( ) const
double openstudio::model::WaterHeaterMixed::indirectWaterHeatingRecoveryTime ( ) const
bool openstudio::model::WaterHeaterMixed::isDeadbandTemperatureDifferenceDefaulted ( ) const
bool openstudio::model::WaterHeaterMixed::isHeaterControlTypeDefaulted ( ) const
bool openstudio::model::WaterHeaterMixed::isHeaterIgnitionDelayDefaulted ( ) const
bool openstudio::model::WaterHeaterMixed::isHeaterIgnitionMinimumFlowRateDefaulted ( ) const
bool openstudio::model::WaterHeaterMixed::isHeaterMaximumCapacityAutosized ( ) const
bool openstudio::model::WaterHeaterMixed::isIndirectWaterHeatingRecoveryTimeDefaulted ( ) const
bool openstudio::model::WaterHeaterMixed::isOffCycleLossFractiontoThermalZoneDefaulted ( ) const
bool openstudio::model::WaterHeaterMixed::isOffCycleParasiticFuelConsumptionRateDefaulted ( ) const
bool openstudio::model::WaterHeaterMixed::isOffCycleParasiticHeatFractiontoTankDefaulted ( ) const
bool openstudio::model::WaterHeaterMixed::isOnCycleLossFractiontoThermalZoneDefaulted ( ) const
bool openstudio::model::WaterHeaterMixed::isOnCycleParasiticFuelConsumptionRateDefaulted ( ) const
bool openstudio::model::WaterHeaterMixed::isOnCycleParasiticHeatFractiontoTankDefaulted ( ) const
bool openstudio::model::WaterHeaterMixed::isSourceSideDesignFlowRateAutosized ( ) const
bool openstudio::model::WaterHeaterMixed::isSourceSideDesignFlowRateDefaulted ( ) const
bool openstudio::model::WaterHeaterMixed::isSourceSideEffectivenessDefaulted ( ) const
bool openstudio::model::WaterHeaterMixed::isTankVolumeAutosized ( ) const
bool openstudio::model::WaterHeaterMixed::isTankVolumeDefaulted ( ) const
bool openstudio::model::WaterHeaterMixed::isUseSideDesignFlowRateAutosized ( ) const
bool openstudio::model::WaterHeaterMixed::isUseSideDesignFlowRateDefaulted ( ) const
bool openstudio::model::WaterHeaterMixed::isUseSideEffectivenessDefaulted ( ) const
boost::optional<double> openstudio::model::WaterHeaterMixed::maximumTemperatureLimit ( ) const
boost::optional<double> openstudio::model::WaterHeaterMixed::offCycleLossCoefficienttoAmbientTemperature ( ) const
double openstudio::model::WaterHeaterMixed::offCycleLossFractiontoThermalZone ( ) const
double openstudio::model::WaterHeaterMixed::offCycleParasiticFuelConsumptionRate ( ) const
boost::optional<std::string> openstudio::model::WaterHeaterMixed::offCycleParasiticFuelType ( ) const
static std::vector<std::string> openstudio::model::WaterHeaterMixed::offCycleParasiticFuelTypeValues ( )
static
double openstudio::model::WaterHeaterMixed::offCycleParasiticHeatFractiontoTank ( ) const
boost::optional<double> openstudio::model::WaterHeaterMixed::onCycleLossCoefficienttoAmbientTemperature ( ) const
double openstudio::model::WaterHeaterMixed::onCycleLossFractiontoThermalZone ( ) const
double openstudio::model::WaterHeaterMixed::onCycleParasiticFuelConsumptionRate ( ) const
boost::optional<std::string> openstudio::model::WaterHeaterMixed::onCycleParasiticFuelType ( ) const
static std::vector<std::string> openstudio::model::WaterHeaterMixed::onCycleParasiticFuelTypeValues ( )
static
double openstudio::model::WaterHeaterMixed::onCycleParasiticHeatFractiontoTank ( ) const
boost::optional<CurveCubic> openstudio::model::WaterHeaterMixed::partLoadFactorCurve ( ) const
boost::optional<double> openstudio::model::WaterHeaterMixed::peakUseFlowRate ( ) const
void openstudio::model::WaterHeaterMixed::resetAmbientTemperatureOutdoorAirNodeName ( )
void openstudio::model::WaterHeaterMixed::resetAmbientTemperatureSchedule ( )
void openstudio::model::WaterHeaterMixed::resetAmbientTemperatureThermalZone ( )
void openstudio::model::WaterHeaterMixed::resetColdWaterSupplyTemperatureSchedule ( )
void openstudio::model::WaterHeaterMixed::resetDeadbandTemperatureDifference ( )
void openstudio::model::WaterHeaterMixed::resetHeaterControlType ( )
void openstudio::model::WaterHeaterMixed::resetHeaterIgnitionDelay ( )
void openstudio::model::WaterHeaterMixed::resetHeaterIgnitionMinimumFlowRate ( )
void openstudio::model::WaterHeaterMixed::resetHeaterMaximumCapacity ( )
void openstudio::model::WaterHeaterMixed::resetHeaterMinimumCapacity ( )
void openstudio::model::WaterHeaterMixed::resetHeaterThermalEfficiency ( )
void openstudio::model::WaterHeaterMixed::resetIndirectAlternateSetpointTemperatureSchedule ( )
void openstudio::model::WaterHeaterMixed::resetIndirectWaterHeatingRecoveryTime ( )
void openstudio::model::WaterHeaterMixed::resetMaximumTemperatureLimit ( )
void openstudio::model::WaterHeaterMixed::resetOffCycleLossCoefficienttoAmbientTemperature ( )
void openstudio::model::WaterHeaterMixed::resetOffCycleLossFractiontoThermalZone ( )
void openstudio::model::WaterHeaterMixed::resetOffCycleParasiticFuelConsumptionRate ( )
void openstudio::model::WaterHeaterMixed::resetOffCycleParasiticFuelType ( )
void openstudio::model::WaterHeaterMixed::resetOffCycleParasiticHeatFractiontoTank ( )
void openstudio::model::WaterHeaterMixed::resetOnCycleLossCoefficienttoAmbientTemperature ( )
void openstudio::model::WaterHeaterMixed::resetOnCycleLossFractiontoThermalZone ( )
void openstudio::model::WaterHeaterMixed::resetOnCycleParasiticFuelConsumptionRate ( )
void openstudio::model::WaterHeaterMixed::resetOnCycleParasiticFuelType ( )
void openstudio::model::WaterHeaterMixed::resetOnCycleParasiticHeatFractiontoTank ( )
void openstudio::model::WaterHeaterMixed::resetPartLoadFactorCurve ( )
void openstudio::model::WaterHeaterMixed::resetPeakUseFlowRate ( )
void openstudio::model::WaterHeaterMixed::resetSetpointTemperatureSchedule ( )
void openstudio::model::WaterHeaterMixed::resetSourceSideDesignFlowRate ( )
void openstudio::model::WaterHeaterMixed::resetSourceSideEffectiveness ( )
void openstudio::model::WaterHeaterMixed::resetTankVolume ( )
void openstudio::model::WaterHeaterMixed::resetUseFlowRateFractionSchedule ( )
void openstudio::model::WaterHeaterMixed::resetUseSideDesignFlowRate ( )
void openstudio::model::WaterHeaterMixed::resetUseSideEffectiveness ( )
bool openstudio::model::WaterHeaterMixed::setAmbientTemperatureIndicator ( std::string  ambientTemperatureIndicator)
bool openstudio::model::WaterHeaterMixed::setAmbientTemperatureOutdoorAirNodeName ( std::string  ambientTemperatureOutdoorAirNodeName)
bool openstudio::model::WaterHeaterMixed::setAmbientTemperatureSchedule ( Schedule ambientTemperatureSchedule)
bool openstudio::model::WaterHeaterMixed::setAmbientTemperatureThermalZone ( const ThermalZone ambientTemperatureThermalZone)
bool openstudio::model::WaterHeaterMixed::setColdWaterSupplyTemperatureSchedule ( Schedule coldWaterSupplyTemperatureSchedule)
bool openstudio::model::WaterHeaterMixed::setDeadbandTemperatureDifference ( double  deadbandTemperatureDifference)
bool openstudio::model::WaterHeaterMixed::setDeadbandTemperatureDifference ( const Quantity deadbandTemperatureDifference)
bool openstudio::model::WaterHeaterMixed::setEndUseSubcategory ( const std::string &  endUseSubcategory)
bool openstudio::model::WaterHeaterMixed::setHeaterControlType ( std::string  heaterControlType)
bool openstudio::model::WaterHeaterMixed::setHeaterFuelType ( std::string  heaterFuelType)
bool openstudio::model::WaterHeaterMixed::setHeaterIgnitionDelay ( double  heaterIgnitionDelay)
bool openstudio::model::WaterHeaterMixed::setHeaterIgnitionDelay ( const Quantity heaterIgnitionDelay)
bool openstudio::model::WaterHeaterMixed::setHeaterIgnitionMinimumFlowRate ( double  heaterIgnitionMinimumFlowRate)
bool openstudio::model::WaterHeaterMixed::setHeaterIgnitionMinimumFlowRate ( const Quantity heaterIgnitionMinimumFlowRate)
bool openstudio::model::WaterHeaterMixed::setHeaterMaximumCapacity ( double  heaterMaximumCapacity)
bool openstudio::model::WaterHeaterMixed::setHeaterMaximumCapacity ( const Quantity heaterMaximumCapacity)
bool openstudio::model::WaterHeaterMixed::setHeaterMinimumCapacity ( double  heaterMinimumCapacity)
bool openstudio::model::WaterHeaterMixed::setHeaterMinimumCapacity ( const Quantity heaterMinimumCapacity)
bool openstudio::model::WaterHeaterMixed::setHeaterThermalEfficiency ( double  heaterThermalEfficiency)
bool openstudio::model::WaterHeaterMixed::setHeaterThermalEfficiency ( const Quantity heaterThermalEfficiency)
bool openstudio::model::WaterHeaterMixed::setIndirectAlternateSetpointTemperatureSchedule ( Schedule indirectAlternateSetpointTemperatureSchedule)
bool openstudio::model::WaterHeaterMixed::setIndirectWaterHeatingRecoveryTime ( double  indirectWaterHeatingRecoveryTime)
bool openstudio::model::WaterHeaterMixed::setIndirectWaterHeatingRecoveryTime ( const Quantity indirectWaterHeatingRecoveryTime)
bool openstudio::model::WaterHeaterMixed::setMaximumTemperatureLimit ( double  maximumTemperatureLimit)
bool openstudio::model::WaterHeaterMixed::setMaximumTemperatureLimit ( const Quantity maximumTemperatureLimit)
bool openstudio::model::WaterHeaterMixed::setOffCycleLossCoefficienttoAmbientTemperature ( double  offCycleLossCoefficienttoAmbientTemperature)
bool openstudio::model::WaterHeaterMixed::setOffCycleLossCoefficienttoAmbientTemperature ( const Quantity offCycleLossCoefficienttoAmbientTemperature)
bool openstudio::model::WaterHeaterMixed::setOffCycleLossFractiontoThermalZone ( double  offCycleLossFractiontoThermalZone)
bool openstudio::model::WaterHeaterMixed::setOffCycleLossFractiontoThermalZone ( const Quantity offCycleLossFractiontoThermalZone)
bool openstudio::model::WaterHeaterMixed::setOffCycleParasiticFuelConsumptionRate ( double  offCycleParasiticFuelConsumptionRate)
bool openstudio::model::WaterHeaterMixed::setOffCycleParasiticFuelConsumptionRate ( const Quantity offCycleParasiticFuelConsumptionRate)
bool openstudio::model::WaterHeaterMixed::setOffCycleParasiticFuelType ( std::string  offCycleParasiticFuelType)
bool openstudio::model::WaterHeaterMixed::setOffCycleParasiticHeatFractiontoTank ( double  offCycleParasiticHeatFractiontoTank)
bool openstudio::model::WaterHeaterMixed::setOffCycleParasiticHeatFractiontoTank ( const Quantity offCycleParasiticHeatFractiontoTank)
bool openstudio::model::WaterHeaterMixed::setOnCycleLossCoefficienttoAmbientTemperature ( double  onCycleLossCoefficienttoAmbientTemperature)
bool openstudio::model::WaterHeaterMixed::setOnCycleLossCoefficienttoAmbientTemperature ( const Quantity onCycleLossCoefficienttoAmbientTemperature)
bool openstudio::model::WaterHeaterMixed::setOnCycleLossFractiontoThermalZone ( double  onCycleLossFractiontoThermalZone)
bool openstudio::model::WaterHeaterMixed::setOnCycleLossFractiontoThermalZone ( const Quantity onCycleLossFractiontoThermalZone)
bool openstudio::model::WaterHeaterMixed::setOnCycleParasiticFuelConsumptionRate ( double  onCycleParasiticFuelConsumptionRate)
bool openstudio::model::WaterHeaterMixed::setOnCycleParasiticFuelConsumptionRate ( const Quantity onCycleParasiticFuelConsumptionRate)
bool openstudio::model::WaterHeaterMixed::setOnCycleParasiticFuelType ( std::string  onCycleParasiticFuelType)
bool openstudio::model::WaterHeaterMixed::setOnCycleParasiticHeatFractiontoTank ( double  onCycleParasiticHeatFractiontoTank)
bool openstudio::model::WaterHeaterMixed::setOnCycleParasiticHeatFractiontoTank ( const Quantity onCycleParasiticHeatFractiontoTank)
bool openstudio::model::WaterHeaterMixed::setPartLoadFactorCurve ( const CurveCubic partLoadFactorCurve)
bool openstudio::model::WaterHeaterMixed::setPeakUseFlowRate ( double  peakUseFlowRate)
bool openstudio::model::WaterHeaterMixed::setPeakUseFlowRate ( const Quantity peakUseFlowRate)
boost::optional<Schedule> openstudio::model::WaterHeaterMixed::setpointTemperatureSchedule ( ) const
bool openstudio::model::WaterHeaterMixed::setSetpointTemperatureSchedule ( Schedule setpointTemperatureSchedule)
bool openstudio::model::WaterHeaterMixed::setSourceSideDesignFlowRate ( double  sourceSideDesignFlowRate)
bool openstudio::model::WaterHeaterMixed::setSourceSideDesignFlowRate ( const Quantity sourceSideDesignFlowRate)
bool openstudio::model::WaterHeaterMixed::setSourceSideEffectiveness ( double  sourceSideEffectiveness)
bool openstudio::model::WaterHeaterMixed::setSourceSideEffectiveness ( const Quantity sourceSideEffectiveness)
bool openstudio::model::WaterHeaterMixed::setSourceSideFlowControlMode ( const std::string &  sourceSideFlowControlMode)
bool openstudio::model::WaterHeaterMixed::setTankVolume ( double  tankVolume)
bool openstudio::model::WaterHeaterMixed::setTankVolume ( const Quantity tankVolume)
bool openstudio::model::WaterHeaterMixed::setUseFlowRateFractionSchedule ( Schedule useFlowRateFractionSchedule)
bool openstudio::model::WaterHeaterMixed::setUseSideDesignFlowRate ( double  useSideDesignFlowRate)
bool openstudio::model::WaterHeaterMixed::setUseSideDesignFlowRate ( const Quantity useSideDesignFlowRate)
bool openstudio::model::WaterHeaterMixed::setUseSideEffectiveness ( double  useSideEffectiveness)
bool openstudio::model::WaterHeaterMixed::setUseSideEffectiveness ( const Quantity useSideEffectiveness)
boost::optional<double> openstudio::model::WaterHeaterMixed::sourceSideDesignFlowRate ( ) const
double openstudio::model::WaterHeaterMixed::sourceSideEffectiveness ( ) const
std::string openstudio::model::WaterHeaterMixed::sourceSideFlowControlMode ( ) const
static std::vector<std::string> openstudio::model::WaterHeaterMixed::sourceSideFlowControlModeValues ( )
static
boost::optional<double> openstudio::model::WaterHeaterMixed::tankVolume ( ) const
boost::optional<Schedule> openstudio::model::WaterHeaterMixed::useFlowRateFractionSchedule ( ) const
boost::optional<double> openstudio::model::WaterHeaterMixed::useSideDesignFlowRate ( ) const
double openstudio::model::WaterHeaterMixed::useSideEffectiveness ( ) const

Friends And Related Function Documentation

typedef boost::optional<WaterHeaterMixed> OptionalWaterHeaterMixed
related
typedef std::vector<WaterHeaterMixed> WaterHeaterMixedVector
related