OpenStudio:model
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Static Public Member Functions | Related Functions | List of all members
openstudio::model::CoilPerformanceDXCooling Class Reference

#include <CoilPerformanceDXCooling.hpp>

+ Inheritance diagram for openstudio::model::CoilPerformanceDXCooling:

Public Member Functions

Constructors and Destructors
 CoilPerformanceDXCooling (const Model &model)
 
 CoilPerformanceDXCooling (const Model &model, const Curve &coolingCapacityFunctionofTemperature, const Curve &coolingCapacityFunctionofFlowFraction, const Curve &energyInputRatioFunctionofTemperature, const Curve &energyInputRatioFunctionofFlowFraction, const Curve &partLoadFractionCorrelation)
 
virtual ~CoilPerformanceDXCooling ()
 
Getters
boost::optional< double > grossRatedTotalCoolingCapacity () const
 
bool isGrossRatedTotalCoolingCapacityAutosized () const
 
boost::optional< double > grossRatedSensibleHeatRatio () const
 
bool isGrossRatedSensibleHeatRatioAutosized () const
 
double grossRatedCoolingCOP () const
 
boost::optional< double > ratedAirFlowRate () const
 
bool isRatedAirFlowRateAutosized () const
 
double fractionofAirFlowBypassedAroundCoil () const
 
Curve totalCoolingCapacityFunctionofTemperatureCurve () const
 
Curve totalCoolingCapacityFunctionofFlowFractionCurve () const
 
Curve energyInputRatioFunctionofTemperatureCurve () const
 
Curve energyInputRatioFunctionofFlowFractionCurve () const
 
Curve partLoadFractionCorrelationCurve () const
 
double nominalTimeforCondensateRemovaltoBegin () const
 
double ratioofInitialMoistureEvaporationRateandSteadyStateLatentCapacity () const
 
double maximumCyclingRate () const
 
double latentCapacityTimeConstant () const
 
boost::optional< NodecondenserAirInletNode () const
 
std::string condenserType () const
 
double evaporativeCondenserEffectiveness () const
 
boost::optional< double > evaporativeCondenserAirFlowRate () const
 
bool isEvaporativeCondenserAirFlowRateAutosized () const
 
boost::optional< double > evaporativeCondenserPumpRatedPowerConsumption () const
 
bool isEvaporativeCondenserPumpRatedPowerConsumptionAutosized () const
 
boost::optional< CurvesensibleHeatRatioFunctionofTemperatureCurve () const
 
boost::optional< CurvesensibleHeatRatioFunctionofFlowFractionCurve () const
 
Setters
bool setGrossRatedTotalCoolingCapacity (double grossRatedTotalCoolingCapacity)
 
void autosizeGrossRatedTotalCoolingCapacity ()
 
bool setGrossRatedSensibleHeatRatio (double grossRatedSensibleHeatRatio)
 
void autosizeGrossRatedSensibleHeatRatio ()
 
bool setGrossRatedCoolingCOP (double grossRatedCoolingCOP)
 
bool setRatedAirFlowRate (double ratedAirFlowRate)
 
void autosizeRatedAirFlowRate ()
 
bool setFractionofAirFlowBypassedAroundCoil (double fractionofAirFlowBypassedAroundCoil)
 
bool setTotalCoolingCapacityFunctionofTemperatureCurve (const Curve &curve)
 
bool setTotalCoolingCapacityFunctionofFlowFractionCurve (const Curve &curve)
 
bool setEnergyInputRatioFunctionofTemperatureCurve (const Curve &curve)
 
bool setEnergyInputRatioFunctionofFlowFractionCurve (const Curve &curve)
 
bool setPartLoadFractionCorrelationCurve (const Curve &curve)
 
bool setNominalTimeforCondensateRemovaltoBegin (double nominalTimeforCondensateRemovaltoBegin)
 
bool setRatioofInitialMoistureEvaporationRateandSteadyStateLatentCapacity (double ratioofInitialMoistureEvaporationRateandSteadyStateLatentCapacity)
 
bool setMaximumCyclingRate (double maximumCyclingRate)
 
bool setLatentCapacityTimeConstant (double latentCapacityTimeConstant)
 
bool setCondenserAirInletNode (const Node &node)
 
void resetCondenserAirInletNode ()
 
bool setCondenserType (std::string condenserType)
 
bool setEvaporativeCondenserEffectiveness (double evaporativeCondenserEffectiveness)
 
bool setEvaporativeCondenserAirFlowRate (double evaporativeCondenserAirFlowRate)
 
void autosizeEvaporativeCondenserAirFlowRate ()
 
bool setEvaporativeCondenserPumpRatedPowerConsumption (double evaporativeCondenserPumpRatedPowerConsumption)
 
void autosizeEvaporativeCondenserPumpRatedPowerConsumption ()
 
bool setSensibleHeatRatioFunctionofTemperatureCurve (const Curve &curve)
 
void resetSensibleHeatRatioFunctionofTemperatureCurve ()
 
bool setSensibleHeatRatioFunctionofFlowFractionCurve (const Curve &curve)
 
void resetSensibleHeatRatioFunctionofFlowFractionCurve ()
 
Other
boost::optional< double > autosizedGrossRatedTotalCoolingCapacity () const
 
boost::optional< double > autosizedGrossRatedSensibleHeatRatio () const
 
boost::optional< double > autosizedRatedAirFlowRate () const
 
boost::optional< double > autosizedEvaporativeCondenserAirFlowRate () const
 
boost::optional< double > autosizedEvaporativeCondenserPumpRatedPowerConsumption () const
 
void autosize ()
 
void applySizingValues ()
 
- Public Member Functions inherited from openstudio::model::ParentObject
std::vector< IddObjectType > allowableChildTypes () const
 Returns a vector of allowable children types. More...
 
std::vector< ModelObjectchildren () 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< ParentObjectparent () const
 Return this object's parent in the hierarchy, if it has one. More...
 
std::vector< ResourceObjectresources () 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< OutputVariableoutputVariables () 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< LifeCycleCostlifeCycleCosts () 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...
 
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< ScheduleTypeKeygetScheduleTypeKeys (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< ModelObjectconnectedObject (unsigned port) const
 
boost::optional< unsigned > connectedObjectPort (unsigned port) const
 

Static Public Member Functions

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

Related Functions

(Note that these are not member functions.)

typedef std::vector
< CoilPerformanceDXCooling
CoilPerformanceDXCoolingVector
 
typedef boost::optional
< CoilPerformanceDXCooling
OptionalCoilPerformanceDXCooling
 

Additional Inherited Members

- Protected Types inherited from openstudio::model::ModelObject
typedef detail::ModelObject_Impl ImplType
 
- 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)
 

Detailed Description

CoilPerformanceDXCooling is a ModelObject that wraps the OpenStudio IDD object 'OS:CoilPerformance:DX:Cooling'.

Constructor & Destructor Documentation

openstudio::model::CoilPerformanceDXCooling::CoilPerformanceDXCooling ( const Model model)
explicit
openstudio::model::CoilPerformanceDXCooling::CoilPerformanceDXCooling ( const Model model,
const Curve coolingCapacityFunctionofTemperature,
const Curve coolingCapacityFunctionofFlowFraction,
const Curve energyInputRatioFunctionofTemperature,
const Curve energyInputRatioFunctionofFlowFraction,
const Curve partLoadFractionCorrelation 
)
explicit
virtual openstudio::model::CoilPerformanceDXCooling::~CoilPerformanceDXCooling ( )
inlinevirtual

Member Function Documentation

void openstudio::model::CoilPerformanceDXCooling::applySizingValues ( )
void openstudio::model::CoilPerformanceDXCooling::autosize ( )
boost::optional<double> openstudio::model::CoilPerformanceDXCooling::autosizedEvaporativeCondenserAirFlowRate ( ) const
boost::optional<double> openstudio::model::CoilPerformanceDXCooling::autosizedEvaporativeCondenserPumpRatedPowerConsumption ( ) const
boost::optional<double> openstudio::model::CoilPerformanceDXCooling::autosizedGrossRatedSensibleHeatRatio ( ) const
boost::optional<double> openstudio::model::CoilPerformanceDXCooling::autosizedGrossRatedTotalCoolingCapacity ( ) const
boost::optional<double> openstudio::model::CoilPerformanceDXCooling::autosizedRatedAirFlowRate ( ) const
void openstudio::model::CoilPerformanceDXCooling::autosizeEvaporativeCondenserAirFlowRate ( )
void openstudio::model::CoilPerformanceDXCooling::autosizeEvaporativeCondenserPumpRatedPowerConsumption ( )
void openstudio::model::CoilPerformanceDXCooling::autosizeGrossRatedSensibleHeatRatio ( )
void openstudio::model::CoilPerformanceDXCooling::autosizeGrossRatedTotalCoolingCapacity ( )
void openstudio::model::CoilPerformanceDXCooling::autosizeRatedAirFlowRate ( )
boost::optional<Node> openstudio::model::CoilPerformanceDXCooling::condenserAirInletNode ( ) const
std::string openstudio::model::CoilPerformanceDXCooling::condenserType ( ) const
static std::vector<std::string> openstudio::model::CoilPerformanceDXCooling::condenserTypeValues ( )
static
Curve openstudio::model::CoilPerformanceDXCooling::energyInputRatioFunctionofFlowFractionCurve ( ) const
Curve openstudio::model::CoilPerformanceDXCooling::energyInputRatioFunctionofTemperatureCurve ( ) const
boost::optional<double> openstudio::model::CoilPerformanceDXCooling::evaporativeCondenserAirFlowRate ( ) const
double openstudio::model::CoilPerformanceDXCooling::evaporativeCondenserEffectiveness ( ) const
boost::optional<double> openstudio::model::CoilPerformanceDXCooling::evaporativeCondenserPumpRatedPowerConsumption ( ) const
double openstudio::model::CoilPerformanceDXCooling::fractionofAirFlowBypassedAroundCoil ( ) const
double openstudio::model::CoilPerformanceDXCooling::grossRatedCoolingCOP ( ) const
boost::optional<double> openstudio::model::CoilPerformanceDXCooling::grossRatedSensibleHeatRatio ( ) const
boost::optional<double> openstudio::model::CoilPerformanceDXCooling::grossRatedTotalCoolingCapacity ( ) const
static IddObjectType openstudio::model::CoilPerformanceDXCooling::iddObjectType ( )
static
bool openstudio::model::CoilPerformanceDXCooling::isEvaporativeCondenserAirFlowRateAutosized ( ) const
bool openstudio::model::CoilPerformanceDXCooling::isEvaporativeCondenserPumpRatedPowerConsumptionAutosized ( ) const
bool openstudio::model::CoilPerformanceDXCooling::isGrossRatedSensibleHeatRatioAutosized ( ) const
bool openstudio::model::CoilPerformanceDXCooling::isGrossRatedTotalCoolingCapacityAutosized ( ) const
bool openstudio::model::CoilPerformanceDXCooling::isRatedAirFlowRateAutosized ( ) const
double openstudio::model::CoilPerformanceDXCooling::latentCapacityTimeConstant ( ) const
double openstudio::model::CoilPerformanceDXCooling::maximumCyclingRate ( ) const
double openstudio::model::CoilPerformanceDXCooling::nominalTimeforCondensateRemovaltoBegin ( ) const
Curve openstudio::model::CoilPerformanceDXCooling::partLoadFractionCorrelationCurve ( ) const
boost::optional<double> openstudio::model::CoilPerformanceDXCooling::ratedAirFlowRate ( ) const
double openstudio::model::CoilPerformanceDXCooling::ratioofInitialMoistureEvaporationRateandSteadyStateLatentCapacity ( ) const
void openstudio::model::CoilPerformanceDXCooling::resetCondenserAirInletNode ( )
void openstudio::model::CoilPerformanceDXCooling::resetSensibleHeatRatioFunctionofFlowFractionCurve ( )
void openstudio::model::CoilPerformanceDXCooling::resetSensibleHeatRatioFunctionofTemperatureCurve ( )
boost::optional<Curve> openstudio::model::CoilPerformanceDXCooling::sensibleHeatRatioFunctionofFlowFractionCurve ( ) const
boost::optional<Curve> openstudio::model::CoilPerformanceDXCooling::sensibleHeatRatioFunctionofTemperatureCurve ( ) const
bool openstudio::model::CoilPerformanceDXCooling::setCondenserAirInletNode ( const Node node)
bool openstudio::model::CoilPerformanceDXCooling::setCondenserType ( std::string  condenserType)
bool openstudio::model::CoilPerformanceDXCooling::setEnergyInputRatioFunctionofFlowFractionCurve ( const Curve curve)
bool openstudio::model::CoilPerformanceDXCooling::setEnergyInputRatioFunctionofTemperatureCurve ( const Curve curve)
bool openstudio::model::CoilPerformanceDXCooling::setEvaporativeCondenserAirFlowRate ( double  evaporativeCondenserAirFlowRate)
bool openstudio::model::CoilPerformanceDXCooling::setEvaporativeCondenserEffectiveness ( double  evaporativeCondenserEffectiveness)
bool openstudio::model::CoilPerformanceDXCooling::setEvaporativeCondenserPumpRatedPowerConsumption ( double  evaporativeCondenserPumpRatedPowerConsumption)
bool openstudio::model::CoilPerformanceDXCooling::setFractionofAirFlowBypassedAroundCoil ( double  fractionofAirFlowBypassedAroundCoil)
bool openstudio::model::CoilPerformanceDXCooling::setGrossRatedCoolingCOP ( double  grossRatedCoolingCOP)
bool openstudio::model::CoilPerformanceDXCooling::setGrossRatedSensibleHeatRatio ( double  grossRatedSensibleHeatRatio)
bool openstudio::model::CoilPerformanceDXCooling::setGrossRatedTotalCoolingCapacity ( double  grossRatedTotalCoolingCapacity)
bool openstudio::model::CoilPerformanceDXCooling::setLatentCapacityTimeConstant ( double  latentCapacityTimeConstant)
bool openstudio::model::CoilPerformanceDXCooling::setMaximumCyclingRate ( double  maximumCyclingRate)
bool openstudio::model::CoilPerformanceDXCooling::setNominalTimeforCondensateRemovaltoBegin ( double  nominalTimeforCondensateRemovaltoBegin)
bool openstudio::model::CoilPerformanceDXCooling::setPartLoadFractionCorrelationCurve ( const Curve curve)
bool openstudio::model::CoilPerformanceDXCooling::setRatedAirFlowRate ( double  ratedAirFlowRate)
bool openstudio::model::CoilPerformanceDXCooling::setRatioofInitialMoistureEvaporationRateandSteadyStateLatentCapacity ( double  ratioofInitialMoistureEvaporationRateandSteadyStateLatentCapacity)
bool openstudio::model::CoilPerformanceDXCooling::setSensibleHeatRatioFunctionofFlowFractionCurve ( const Curve curve)
bool openstudio::model::CoilPerformanceDXCooling::setSensibleHeatRatioFunctionofTemperatureCurve ( const Curve curve)
bool openstudio::model::CoilPerformanceDXCooling::setTotalCoolingCapacityFunctionofFlowFractionCurve ( const Curve curve)
bool openstudio::model::CoilPerformanceDXCooling::setTotalCoolingCapacityFunctionofTemperatureCurve ( const Curve curve)
Curve openstudio::model::CoilPerformanceDXCooling::totalCoolingCapacityFunctionofFlowFractionCurve ( ) const
Curve openstudio::model::CoilPerformanceDXCooling::totalCoolingCapacityFunctionofTemperatureCurve ( ) const

Friends And Related Function Documentation