#include "HotWaterEquipment.hpp"
Static Public Member Functions | |
static IddObjectType | iddObjectType () |
Related Functions | |
using | HotWaterEquipmentVector = std::vector< HotWaterEquipment > |
using | OptionalHotWaterEquipment = boost::optional< HotWaterEquipment > |
HotWaterEquipment is a SpaceLoadInstance that wraps the OpenStudio IDD object 'OS:HotWaterEquipment'.
Its fields are derived from the EnergyPlus IDD object 'HotWaterEquipment'.
|
explicit |
|
overridevirtualdefault |
|
default |
|
default |
std::string openstudio::model::HotWaterEquipment::endUseSubcategory | ( | ) | const |
double openstudio::model::HotWaterEquipment::getDesignLevel | ( | double | floorArea, |
double | numPeople | ||
) | const |
Returns the design level represented by this instance, assuming floorArea (m^2) and numPeople.
double openstudio::model::HotWaterEquipment::getPowerPerFloorArea | ( | double | floorArea, |
double | numPeople | ||
) | const |
Returns the watts/m^2 represented by this instance, assuming floorArea (m^2) and numPeople.
double openstudio::model::HotWaterEquipment::getPowerPerPerson | ( | double | floorArea, |
double | numPeople | ||
) | const |
Returns the watts/person represented by this instance, assuming floorArea (m^2) and numPeople.
HotWaterEquipmentDefinition openstudio::model::HotWaterEquipment::hotWaterEquipmentDefinition | ( | ) | const |
Gets the HotWaterEquipmentDefinition object.
|
static |
bool openstudio::model::HotWaterEquipment::isEndUseSubcategoryDefaulted | ( | ) | const |
bool openstudio::model::HotWaterEquipment::isScheduleDefaulted | ( | ) | const |
Returns true if this object does not specify a schedule directly.
|
default |
|
default |
void openstudio::model::HotWaterEquipment::resetEndUseSubcategory | ( | ) |
void openstudio::model::HotWaterEquipment::resetMultiplier | ( | ) |
void openstudio::model::HotWaterEquipment::resetSchedule | ( | ) |
Resets the (fractional) Schedule.
boost::optional<Schedule> openstudio::model::HotWaterEquipment::schedule | ( | ) | const |
Returns the (fractional) equipment schedule.
If this object does not specify a schedule this function will search the hierarchy.
bool openstudio::model::HotWaterEquipment::setEndUseSubcategory | ( | const std::string & | endUseSubcategory | ) |
bool openstudio::model::HotWaterEquipment::setHotWaterEquipmentDefinition | ( | const HotWaterEquipmentDefinition & | definition | ) |
Sets the HotWaterEquipmentDefinition object.
bool openstudio::model::HotWaterEquipment::setMultiplier | ( | double | multiplier | ) |
bool openstudio::model::HotWaterEquipment::setSchedule | ( | Schedule & | schedule | ) |
Sets the (fractional) Schedule.
|
related |
|
related |