#include "CoilCoolingWaterPanelRadiant.hpp"
CoilCoolingWaterPanelRadiant is a StraightComponent that wraps the OpenStudio IDD object 'OS:Coil:Cooling:Water:Panel:Radiant'.
openstudio::model::CoilCoolingWaterPanelRadiant::CoilCoolingWaterPanelRadiant |
( |
const Model & |
model | ) |
|
|
explicit |
virtual openstudio::model::CoilCoolingWaterPanelRadiant::~CoilCoolingWaterPanelRadiant |
( |
| ) |
|
|
virtualdefault |
void openstudio::model::CoilCoolingWaterPanelRadiant::autosizeCoolingDesignCapacity |
( |
| ) |
|
boost::optional<double> openstudio::model::CoilCoolingWaterPanelRadiant::autosizedCoolingDesignCapacity |
( |
| ) |
const |
boost::optional<double> openstudio::model::CoilCoolingWaterPanelRadiant::autosizedMaximumChilledWaterFlowRate |
( |
| ) |
const |
void openstudio::model::CoilCoolingWaterPanelRadiant::autosizeMaximumChilledWaterFlowRate |
( |
| ) |
|
double openstudio::model::CoilCoolingWaterPanelRadiant::condensationControlDewpointOffset |
( |
| ) |
const |
std::string openstudio::model::CoilCoolingWaterPanelRadiant::condensationControlType |
( |
| ) |
const |
std::string openstudio::model::CoilCoolingWaterPanelRadiant::controlType |
( |
| ) |
const |
boost::optional<Schedule> openstudio::model::CoilCoolingWaterPanelRadiant::coolingControlTemperatureSchedule |
( |
| ) |
const |
double openstudio::model::CoilCoolingWaterPanelRadiant::coolingControlThrottlingRange |
( |
| ) |
const |
boost::optional<double> openstudio::model::CoilCoolingWaterPanelRadiant::coolingDesignCapacity |
( |
| ) |
const |
std::string openstudio::model::CoilCoolingWaterPanelRadiant::coolingDesignCapacityMethod |
( |
| ) |
const |
static std::vector<std::string> openstudio::model::CoilCoolingWaterPanelRadiant::coolingDesignCapacityMethodValues |
( |
| ) |
|
|
static |
double openstudio::model::CoilCoolingWaterPanelRadiant::coolingDesignCapacityPerFloorArea |
( |
| ) |
const |
double openstudio::model::CoilCoolingWaterPanelRadiant::fractionofAutosizedCoolingDesignCapacity |
( |
| ) |
const |
static IddObjectType openstudio::model::CoilCoolingWaterPanelRadiant::iddObjectType |
( |
| ) |
|
|
static |
bool openstudio::model::CoilCoolingWaterPanelRadiant::isCoolingDesignCapacityAutosized |
( |
| ) |
const |
bool openstudio::model::CoilCoolingWaterPanelRadiant::isMaximumChilledWaterFlowRateAutosized |
( |
| ) |
const |
boost::optional<double> openstudio::model::CoilCoolingWaterPanelRadiant::maximumChilledWaterFlowRate |
( |
| ) |
const |
double openstudio::model::CoilCoolingWaterPanelRadiant::ratedInletSpaceTemperature |
( |
| ) |
const |
double openstudio::model::CoilCoolingWaterPanelRadiant::ratedInletWaterTemperature |
( |
| ) |
const |
double openstudio::model::CoilCoolingWaterPanelRadiant::ratedWaterMassFlowRate |
( |
| ) |
const |
void openstudio::model::CoilCoolingWaterPanelRadiant::resetCoolingControlTemperatureSchedule |
( |
| ) |
|
bool openstudio::model::CoilCoolingWaterPanelRadiant::setCondensationControlDewpointOffset |
( |
double |
condensationControlDewpointOffset | ) |
|
bool openstudio::model::CoilCoolingWaterPanelRadiant::setCondensationControlType |
( |
const std::string & |
condensationControlType | ) |
|
bool openstudio::model::CoilCoolingWaterPanelRadiant::setControlType |
( |
const std::string & |
controlType | ) |
|
bool openstudio::model::CoilCoolingWaterPanelRadiant::setCoolingControlTemperatureSchedule |
( |
Schedule & |
coolingControlTemperatureSchedule | ) |
|
bool openstudio::model::CoilCoolingWaterPanelRadiant::setCoolingControlThrottlingRange |
( |
double |
coolingControlThrottlingRange | ) |
|
bool openstudio::model::CoilCoolingWaterPanelRadiant::setCoolingDesignCapacity |
( |
double |
coolingDesignCapacity | ) |
|
bool openstudio::model::CoilCoolingWaterPanelRadiant::setCoolingDesignCapacityMethod |
( |
const std::string & |
coolingDesignCapacityMethod | ) |
|
bool openstudio::model::CoilCoolingWaterPanelRadiant::setCoolingDesignCapacityPerFloorArea |
( |
double |
coolingDesignCapacityPerFloorArea | ) |
|
bool openstudio::model::CoilCoolingWaterPanelRadiant::setFractionofAutosizedCoolingDesignCapacity |
( |
double |
fractionofAutosizedCoolingDesignCapacity | ) |
|
bool openstudio::model::CoilCoolingWaterPanelRadiant::setMaximumChilledWaterFlowRate |
( |
double |
maximumChilledWaterFlowRate | ) |
|
bool openstudio::model::CoilCoolingWaterPanelRadiant::setRatedInletSpaceTemperature |
( |
double |
ratedInletSpaceTemperature | ) |
|
bool openstudio::model::CoilCoolingWaterPanelRadiant::setRatedInletWaterTemperature |
( |
double |
ratedInletWaterTemperature | ) |
|
bool openstudio::model::CoilCoolingWaterPanelRadiant::setRatedWaterMassFlowRate |
( |
double |
ratedWaterMassFlowRate | ) |
|