#include <WaterHeaterMixed.hpp>
Public Member Functions | |
Constructors and Destructors | |
WaterHeaterMixed (const Model &model) | |
virtual | ~WaterHeaterMixed () |
Getters | |
boost::optional< double > | tankVolume () const |
bool | isTankVolumeDefaulted () const |
bool | isTankVolumeAutosized () const |
boost::optional< Schedule > | setpointTemperatureSchedule () const |
double | deadbandTemperatureDifference () const |
bool | isDeadbandTemperatureDifferenceDefaulted () const |
boost::optional< double > | maximumTemperatureLimit () const |
std::string | heaterControlType () const |
bool | isHeaterControlTypeDefaulted () const |
boost::optional< double > | heaterMaximumCapacity () const |
bool | isHeaterMaximumCapacityAutosized () const |
boost::optional< double > | heaterMinimumCapacity () const |
double | heaterIgnitionMinimumFlowRate () const |
bool | isHeaterIgnitionMinimumFlowRateDefaulted () const |
double | heaterIgnitionDelay () const |
bool | isHeaterIgnitionDelayDefaulted () const |
std::string | heaterFuelType () const |
boost::optional< double > | heaterThermalEfficiency () const |
boost::optional< CurveCubic > | partLoadFactorCurve () const |
double | offCycleParasiticFuelConsumptionRate () const |
bool | isOffCycleParasiticFuelConsumptionRateDefaulted () const |
boost::optional< std::string > | offCycleParasiticFuelType () const |
double | offCycleParasiticHeatFractiontoTank () const |
bool | isOffCycleParasiticHeatFractiontoTankDefaulted () const |
double | onCycleParasiticFuelConsumptionRate () const |
bool | isOnCycleParasiticFuelConsumptionRateDefaulted () const |
boost::optional< std::string > | onCycleParasiticFuelType () const |
double | onCycleParasiticHeatFractiontoTank () const |
bool | isOnCycleParasiticHeatFractiontoTankDefaulted () const |
std::string | ambientTemperatureIndicator () const |
boost::optional< Schedule > | ambientTemperatureSchedule () const |
boost::optional< ThermalZone > | ambientTemperatureThermalZone () const |
boost::optional< std::string > | ambientTemperatureOutdoorAirNodeName () const |
boost::optional< double > | offCycleLossCoefficienttoAmbientTemperature () const |
double | offCycleLossFractiontoThermalZone () const |
bool | isOffCycleLossFractiontoThermalZoneDefaulted () const |
boost::optional< double > | onCycleLossCoefficienttoAmbientTemperature () const |
double | onCycleLossFractiontoThermalZone () const |
bool | isOnCycleLossFractiontoThermalZoneDefaulted () const |
boost::optional< double > | peakUseFlowRate () const |
boost::optional< Schedule > | useFlowRateFractionSchedule () const |
boost::optional< Schedule > | coldWaterSupplyTemperatureSchedule () const |
double | useSideEffectiveness () const |
bool | isUseSideEffectivenessDefaulted () const |
double | sourceSideEffectiveness () const |
bool | isSourceSideEffectivenessDefaulted () const |
boost::optional< double > | useSideDesignFlowRate () const |
bool | isUseSideDesignFlowRateDefaulted () const |
bool | isUseSideDesignFlowRateAutosized () const |
boost::optional< double > | sourceSideDesignFlowRate () const |
bool | isSourceSideDesignFlowRateDefaulted () const |
bool | isSourceSideDesignFlowRateAutosized () const |
double | indirectWaterHeatingRecoveryTime () const |
bool | isIndirectWaterHeatingRecoveryTimeDefaulted () const |
std::string | sourceSideFlowControlMode () const |
boost::optional< Schedule > | indirectAlternateSetpointTemperatureSchedule () const |
std::string | endUseSubcategory () const |
Setters | |
bool | setTankVolume (double tankVolume) |
void | resetTankVolume () |
void | autosizeTankVolume () |
bool | setSetpointTemperatureSchedule (Schedule &setpointTemperatureSchedule) |
void | resetSetpointTemperatureSchedule () |
bool | setDeadbandTemperatureDifference (double deadbandTemperatureDifference) |
void | resetDeadbandTemperatureDifference () |
bool | setMaximumTemperatureLimit (double maximumTemperatureLimit) |
void | resetMaximumTemperatureLimit () |
bool | setHeaterControlType (std::string heaterControlType) |
void | resetHeaterControlType () |
bool | setHeaterMaximumCapacity (double heaterMaximumCapacity) |
void | resetHeaterMaximumCapacity () |
void | autosizeHeaterMaximumCapacity () |
bool | setHeaterMinimumCapacity (double heaterMinimumCapacity) |
void | resetHeaterMinimumCapacity () |
bool | setHeaterIgnitionMinimumFlowRate (double heaterIgnitionMinimumFlowRate) |
void | resetHeaterIgnitionMinimumFlowRate () |
bool | setHeaterIgnitionDelay (double heaterIgnitionDelay) |
void | resetHeaterIgnitionDelay () |
bool | setHeaterFuelType (std::string heaterFuelType) |
bool | setHeaterThermalEfficiency (double heaterThermalEfficiency) |
void | resetHeaterThermalEfficiency () |
bool | setPartLoadFactorCurve (const CurveCubic &partLoadFactorCurve) |
void | resetPartLoadFactorCurve () |
bool | setOffCycleParasiticFuelConsumptionRate (double offCycleParasiticFuelConsumptionRate) |
void | resetOffCycleParasiticFuelConsumptionRate () |
bool | setOffCycleParasiticFuelType (std::string offCycleParasiticFuelType) |
void | resetOffCycleParasiticFuelType () |
bool | setOffCycleParasiticHeatFractiontoTank (double offCycleParasiticHeatFractiontoTank) |
void | resetOffCycleParasiticHeatFractiontoTank () |
bool | setOnCycleParasiticFuelConsumptionRate (double onCycleParasiticFuelConsumptionRate) |
void | resetOnCycleParasiticFuelConsumptionRate () |
bool | setOnCycleParasiticFuelType (std::string onCycleParasiticFuelType) |
void | resetOnCycleParasiticFuelType () |
bool | setOnCycleParasiticHeatFractiontoTank (double 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) |
void | resetOffCycleLossCoefficienttoAmbientTemperature () |
bool | setOffCycleLossFractiontoThermalZone (double offCycleLossFractiontoThermalZone) |
void | resetOffCycleLossFractiontoThermalZone () |
bool | setOnCycleLossCoefficienttoAmbientTemperature (double onCycleLossCoefficienttoAmbientTemperature) |
void | resetOnCycleLossCoefficienttoAmbientTemperature () |
bool | setOnCycleLossFractiontoThermalZone (double onCycleLossFractiontoThermalZone) |
void | resetOnCycleLossFractiontoThermalZone () |
bool | setPeakUseFlowRate (double peakUseFlowRate) |
void | resetPeakUseFlowRate () |
bool | setUseFlowRateFractionSchedule (Schedule &useFlowRateFractionSchedule) |
void | resetUseFlowRateFractionSchedule () |
bool | setColdWaterSupplyTemperatureSchedule (Schedule &coldWaterSupplyTemperatureSchedule) |
void | resetColdWaterSupplyTemperatureSchedule () |
bool | setUseSideEffectiveness (double useSideEffectiveness) |
void | resetUseSideEffectiveness () |
bool | setSourceSideEffectiveness (double sourceSideEffectiveness) |
void | resetSourceSideEffectiveness () |
bool | setUseSideDesignFlowRate (double useSideDesignFlowRate) |
void | resetUseSideDesignFlowRate () |
void | autosizeUseSideDesignFlowRate () |
bool | setSourceSideDesignFlowRate (double sourceSideDesignFlowRate) |
void | resetSourceSideDesignFlowRate () |
void | autosizeSourceSideDesignFlowRate () |
bool | setIndirectWaterHeatingRecoveryTime (double 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) |
Other | |
WaterHeaterSizing | waterHeaterSizing () const |
bool | addToSourceSideNode (Node &node) |
boost::optional< PlantLoop > | useSidePlantLoop () const |
boost::optional< PlantLoop > | sourceSidePlantLoop () const |
bool | removeFromSourceSidePlantLoop () |
boost::optional< ModelObject > | useSideInletModelObject () const |
boost::optional< ModelObject > | useSideOutletModelObject () const |
boost::optional< ModelObject > | sourceSideInletModelObject () const |
boost::optional< ModelObject > | sourceSideOutletModelObject () const |
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< PlantLoop > | plantLoop () 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< PlantLoop > | secondaryPlantLoop () 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< ModelObject > | tertiaryInletModelObject () const |
Returns the optional ModelObject connected to the tertiary inlet. More... | |
boost::optional< ModelObject > | tertiaryOutletModelObject () const |
Returns the optional ModelObject connected to the tertiary outlet. More... | |
boost::optional< PlantLoop > | tertiaryPlantLoop () 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< 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 > | 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 () |
Related Functions | |
(Note that these are not member functions.) | |
typedef boost::optional < WaterHeaterMixed > | OptionalWaterHeaterMixed |
typedef std::vector < WaterHeaterMixed > | WaterHeaterMixedVector |
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) | |
WaterHeaterMixed is a WaterToWaterComponent that wraps the OpenStudio IDD object 'OS:WaterHeater:Mixed'.
|
explicit |
|
inlinevirtual |
bool openstudio::model::WaterHeaterMixed::addToSourceSideNode | ( | Node & | node | ) |
std::string openstudio::model::WaterHeaterMixed::ambientTemperatureIndicator | ( | ) | const |
|
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 |
std::string openstudio::model::WaterHeaterMixed::heaterControlType | ( | ) | const |
|
static |
std::string openstudio::model::WaterHeaterMixed::heaterFuelType | ( | ) | const |
|
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 |
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 |
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 |
double openstudio::model::WaterHeaterMixed::onCycleParasiticHeatFractiontoTank | ( | ) | const |
boost::optional<CurveCubic> openstudio::model::WaterHeaterMixed::partLoadFactorCurve | ( | ) | const |
boost::optional<double> openstudio::model::WaterHeaterMixed::peakUseFlowRate | ( | ) | const |
bool openstudio::model::WaterHeaterMixed::removeFromSourceSidePlantLoop | ( | ) |
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::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::setHeaterIgnitionMinimumFlowRate | ( | double | heaterIgnitionMinimumFlowRate | ) |
bool openstudio::model::WaterHeaterMixed::setHeaterMaximumCapacity | ( | double | heaterMaximumCapacity | ) |
bool openstudio::model::WaterHeaterMixed::setHeaterMinimumCapacity | ( | double | heaterMinimumCapacity | ) |
bool openstudio::model::WaterHeaterMixed::setHeaterThermalEfficiency | ( | double | heaterThermalEfficiency | ) |
bool openstudio::model::WaterHeaterMixed::setIndirectAlternateSetpointTemperatureSchedule | ( | Schedule & | indirectAlternateSetpointTemperatureSchedule | ) |
bool openstudio::model::WaterHeaterMixed::setIndirectWaterHeatingRecoveryTime | ( | double | indirectWaterHeatingRecoveryTime | ) |
bool openstudio::model::WaterHeaterMixed::setMaximumTemperatureLimit | ( | double | maximumTemperatureLimit | ) |
bool openstudio::model::WaterHeaterMixed::setOffCycleLossCoefficienttoAmbientTemperature | ( | double | offCycleLossCoefficienttoAmbientTemperature | ) |
bool openstudio::model::WaterHeaterMixed::setOffCycleLossFractiontoThermalZone | ( | double | offCycleLossFractiontoThermalZone | ) |
bool openstudio::model::WaterHeaterMixed::setOffCycleParasiticFuelConsumptionRate | ( | double | offCycleParasiticFuelConsumptionRate | ) |
bool openstudio::model::WaterHeaterMixed::setOffCycleParasiticFuelType | ( | std::string | offCycleParasiticFuelType | ) |
bool openstudio::model::WaterHeaterMixed::setOffCycleParasiticHeatFractiontoTank | ( | double | offCycleParasiticHeatFractiontoTank | ) |
bool openstudio::model::WaterHeaterMixed::setOnCycleLossCoefficienttoAmbientTemperature | ( | double | onCycleLossCoefficienttoAmbientTemperature | ) |
bool openstudio::model::WaterHeaterMixed::setOnCycleLossFractiontoThermalZone | ( | double | onCycleLossFractiontoThermalZone | ) |
bool openstudio::model::WaterHeaterMixed::setOnCycleParasiticFuelConsumptionRate | ( | double | onCycleParasiticFuelConsumptionRate | ) |
bool openstudio::model::WaterHeaterMixed::setOnCycleParasiticFuelType | ( | std::string | onCycleParasiticFuelType | ) |
bool openstudio::model::WaterHeaterMixed::setOnCycleParasiticHeatFractiontoTank | ( | double | onCycleParasiticHeatFractiontoTank | ) |
bool openstudio::model::WaterHeaterMixed::setPartLoadFactorCurve | ( | const CurveCubic & | partLoadFactorCurve | ) |
bool openstudio::model::WaterHeaterMixed::setPeakUseFlowRate | ( | double | 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::setSourceSideEffectiveness | ( | double | sourceSideEffectiveness | ) |
bool openstudio::model::WaterHeaterMixed::setSourceSideFlowControlMode | ( | const std::string & | sourceSideFlowControlMode | ) |
bool openstudio::model::WaterHeaterMixed::setTankVolume | ( | double | tankVolume | ) |
bool openstudio::model::WaterHeaterMixed::setUseFlowRateFractionSchedule | ( | Schedule & | useFlowRateFractionSchedule | ) |
bool openstudio::model::WaterHeaterMixed::setUseSideDesignFlowRate | ( | double | useSideDesignFlowRate | ) |
bool openstudio::model::WaterHeaterMixed::setUseSideEffectiveness | ( | double | useSideEffectiveness | ) |
boost::optional<double> openstudio::model::WaterHeaterMixed::sourceSideDesignFlowRate | ( | ) | const |
double openstudio::model::WaterHeaterMixed::sourceSideEffectiveness | ( | ) | const |
std::string openstudio::model::WaterHeaterMixed::sourceSideFlowControlMode | ( | ) | const |
|
static |
boost::optional<ModelObject> openstudio::model::WaterHeaterMixed::sourceSideInletModelObject | ( | ) | const |
boost::optional<ModelObject> openstudio::model::WaterHeaterMixed::sourceSideOutletModelObject | ( | ) | const |
boost::optional<PlantLoop> openstudio::model::WaterHeaterMixed::sourceSidePlantLoop | ( | ) | const |
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 |
boost::optional<ModelObject> openstudio::model::WaterHeaterMixed::useSideInletModelObject | ( | ) | const |
boost::optional<ModelObject> openstudio::model::WaterHeaterMixed::useSideOutletModelObject | ( | ) | const |
boost::optional<PlantLoop> openstudio::model::WaterHeaterMixed::useSidePlantLoop | ( | ) | const |
WaterHeaterSizing openstudio::model::WaterHeaterMixed::waterHeaterSizing | ( | ) | const |
|
related |
|
related |