#include "FanZoneExhaust.hpp"
Static Public Member Functions | |
static IddObjectType | iddObjectType () |
static std::vector< std::string > | systemAvailabilityManagerCouplingModeValues () |
Related Functions | |
typedef std::vector < FanZoneExhaust > | FanZoneExhaustVector |
typedef boost::optional < FanZoneExhaust > | OptionalFanZoneExhaust |
FanZoneExhaust is a ZoneHVACComponent that wraps the OpenStudio IDD object 'OS:Fan:ZoneExhaust'.
|
explicit |
|
inlinevirtual |
boost::optional<AirflowNetworkZoneExhaustFan> openstudio::model::FanZoneExhaust::airflowNetworkZoneExhaustFan | ( | ) | const |
boost::optional<Schedule> openstudio::model::FanZoneExhaust::availabilitySchedule | ( | ) | const |
boost::optional<Schedule> openstudio::model::FanZoneExhaust::balancedExhaustFractionSchedule | ( | ) | const |
std::string openstudio::model::FanZoneExhaust::endUseSubcategory | ( | ) | const |
double openstudio::model::FanZoneExhaust::fanEfficiency | ( | ) | const |
Deprecated, forwards to fanTotalEfficiency.
double openstudio::model::FanZoneExhaust::fanTotalEfficiency | ( | ) | const |
boost::optional<Schedule> openstudio::model::FanZoneExhaust::flowFractionSchedule | ( | ) | const |
AirflowNetworkZoneExhaustFan openstudio::model::FanZoneExhaust::getAirflowNetworkZoneExhaustFan | ( | const AirflowNetworkCrack & | crack | ) |
|
static |
boost::optional<double> openstudio::model::FanZoneExhaust::maximumFlowRate | ( | ) | const |
boost::optional<Schedule> openstudio::model::FanZoneExhaust::minimumZoneTemperatureLimitSchedule | ( | ) | const |
double openstudio::model::FanZoneExhaust::pressureRise | ( | ) | const |
void openstudio::model::FanZoneExhaust::resetAvailabilitySchedule | ( | ) |
void openstudio::model::FanZoneExhaust::resetBalancedExhaustFractionSchedule | ( | ) |
void openstudio::model::FanZoneExhaust::resetFlowFractionSchedule | ( | ) |
void openstudio::model::FanZoneExhaust::resetMaximumFlowRate | ( | ) |
void openstudio::model::FanZoneExhaust::resetMinimumZoneTemperatureLimitSchedule | ( | ) |
bool openstudio::model::FanZoneExhaust::setAvailabilitySchedule | ( | Schedule & | schedule | ) |
bool openstudio::model::FanZoneExhaust::setBalancedExhaustFractionSchedule | ( | Schedule & | schedule | ) |
bool openstudio::model::FanZoneExhaust::setEndUseSubcategory | ( | std::string | endUseSubcategory | ) |
bool openstudio::model::FanZoneExhaust::setFanEfficiency | ( | double | fanTotalEfficiency | ) |
Deprecated, forwards to setFanTotalEfficiency.
bool openstudio::model::FanZoneExhaust::setFanTotalEfficiency | ( | double | fanTotalEfficiency | ) |
bool openstudio::model::FanZoneExhaust::setFlowFractionSchedule | ( | Schedule & | schedule | ) |
bool openstudio::model::FanZoneExhaust::setMaximumFlowRate | ( | double | maximumFlowRate | ) |
bool openstudio::model::FanZoneExhaust::setMinimumZoneTemperatureLimitSchedule | ( | Schedule & | schedule | ) |
bool openstudio::model::FanZoneExhaust::setPressureRise | ( | double | pressureRise | ) |
bool openstudio::model::FanZoneExhaust::setSystemAvailabilityManagerCouplingMode | ( | std::string | systemAvailabilityManagerCouplingMode | ) |
std::string openstudio::model::FanZoneExhaust::systemAvailabilityManagerCouplingMode | ( | ) | const |
|
static |
|
related |
|
related |