OpenStudio:model
 AllClasses Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages

#include "CoilCoolingWaterPanelRadiant.hpp"

Inheritance diagram for openstudio::model::CoilCoolingWaterPanelRadiant:

Public Member Functions

 CoilCoolingWaterPanelRadiant (const Model &model)
virtual ~CoilCoolingWaterPanelRadiant ()=default
 CoilCoolingWaterPanelRadiant (const CoilCoolingWaterPanelRadiant &other)=default
 CoilCoolingWaterPanelRadiant (CoilCoolingWaterPanelRadiant &&other)=default
CoilCoolingWaterPanelRadiantoperator= (const CoilCoolingWaterPanelRadiant &)=default
CoilCoolingWaterPanelRadiantoperator= (CoilCoolingWaterPanelRadiant &&)=default
double ratedInletWaterTemperature () const
double ratedInletSpaceTemperature () const
double ratedWaterMassFlowRate () const
std::string coolingDesignCapacityMethod () const
boost::optional< double > coolingDesignCapacity () const
bool isCoolingDesignCapacityAutosized () const
double coolingDesignCapacityPerFloorArea () const
double fractionofAutosizedCoolingDesignCapacity () const
boost::optional< double > maximumChilledWaterFlowRate () const
bool isMaximumChilledWaterFlowRateAutosized () const
std::string controlType () const
double coolingControlThrottlingRange () const
boost::optional< SchedulecoolingControlTemperatureSchedule () const
std::string condensationControlType () const
double condensationControlDewpointOffset () const
bool setRatedInletWaterTemperature (double ratedInletWaterTemperature)
bool setRatedInletSpaceTemperature (double ratedInletSpaceTemperature)
bool setRatedWaterMassFlowRate (double ratedWaterMassFlowRate)
bool setCoolingDesignCapacityMethod (const std::string &coolingDesignCapacityMethod)
bool setCoolingDesignCapacity (double coolingDesignCapacity)
void autosizeCoolingDesignCapacity ()
bool setCoolingDesignCapacityPerFloorArea (double coolingDesignCapacityPerFloorArea)
bool setFractionofAutosizedCoolingDesignCapacity (double fractionofAutosizedCoolingDesignCapacity)
bool setMaximumChilledWaterFlowRate (double maximumChilledWaterFlowRate)
void autosizeMaximumChilledWaterFlowRate ()
bool setControlType (const std::string &controlType)
bool setCoolingControlThrottlingRange (double coolingControlThrottlingRange)
bool setCoolingControlTemperatureSchedule (Schedule &coolingControlTemperatureSchedule)
void resetCoolingControlTemperatureSchedule ()
bool setCondensationControlType (const std::string &condensationControlType)
bool setCondensationControlDewpointOffset (double condensationControlDewpointOffset)
boost::optional< double > autosizedCoolingDesignCapacity () const
boost::optional< double > autosizedMaximumChilledWaterFlowRate () const

Static Public Member Functions

static std::vector< std::string > coolingDesignCapacityMethodValues ()
static IddObjectType iddObjectType ()

Related Functions

using CoilCoolingWaterPanelRadiantVector = std::vector< CoilCoolingWaterPanelRadiant >
using OptionalCoilCoolingWaterPanelRadiant = boost::optional< CoilCoolingWaterPanelRadiant >

Detailed Description

CoilCoolingWaterPanelRadiant is a StraightComponent that wraps the OpenStudio IDD object 'OS:Coil:Cooling:Water:Panel:Radiant'.

Constructor & Destructor Documentation

openstudio::model::CoilCoolingWaterPanelRadiant::CoilCoolingWaterPanelRadiant ( const Model model)
explicit
virtual openstudio::model::CoilCoolingWaterPanelRadiant::~CoilCoolingWaterPanelRadiant ( )
virtualdefault
openstudio::model::CoilCoolingWaterPanelRadiant::CoilCoolingWaterPanelRadiant ( const CoilCoolingWaterPanelRadiant other)
default
openstudio::model::CoilCoolingWaterPanelRadiant::CoilCoolingWaterPanelRadiant ( CoilCoolingWaterPanelRadiant &&  other)
default

Member Function Documentation

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
CoilCoolingWaterPanelRadiant& openstudio::model::CoilCoolingWaterPanelRadiant::operator= ( const CoilCoolingWaterPanelRadiant )
default
CoilCoolingWaterPanelRadiant& openstudio::model::CoilCoolingWaterPanelRadiant::operator= ( CoilCoolingWaterPanelRadiant &&  )
default
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)

Friends And Related Function Documentation