#include "WaterToAirComponent.hpp"
Public Member Functions | |
virtual bool | addToNode (Node &node) |
virtual bool | addToSplitter (Splitter &splitter) |
virtual boost::optional < ModelObject > | airInletModelObject () const |
virtual unsigned | airInletPort () const |
virtual boost::optional < AirLoopHVAC > | airLoopHVAC () const |
virtual boost::optional < ModelObject > | airOutletModelObject () const |
virtual unsigned | airOutletPort () const |
virtual ModelObject | clone (Model model) const |
void | disconnectAirSide () |
void | disconnectWaterSide () |
virtual boost::optional < PlantLoop > | plantLoop () const |
virtual std::vector < openstudio::IdfObject > | remove () |
bool | removeFromAirLoopHVAC () |
bool | removeFromPlantLoop () |
virtual boost::optional < ModelObject > | waterInletModelObject () const |
virtual unsigned | waterInletPort () const |
virtual boost::optional < ModelObject > | waterOutletModelObject () const |
virtual unsigned | waterOutletPort () const |
virtual | ~WaterToAirComponent () |
WaterToAirComponent is the base class for model objects which interact with an air stream and a water stream.
These objects are typically water coils such as the EnergyPlus IDD objects named Coil:Heating:Water and Coil:Cooling:Water.
|
inlinevirtual |
|
virtual |
|
virtual |
|
virtual |
Returns the optional ModelObject connected to the air inlet port.
|
virtual |
Returns the air inlet port.
|
virtual |
|
virtual |
Returns the optional ModelObject connected to the air outlet port.
|
virtual |
Returns the air outlet port.
|
virtual |
void openstudio::model::WaterToAirComponent::disconnectAirSide | ( | ) |
void openstudio::model::WaterToAirComponent::disconnectWaterSide | ( | ) |
|
virtual |
|
virtual |
bool openstudio::model::WaterToAirComponent::removeFromAirLoopHVAC | ( | ) |
Removes the component from the airLoopHVAC if one is attached.
Repairs the airLoopHVAC connections preserving the integrity of the loop. Does not remove the component from the model
bool openstudio::model::WaterToAirComponent::removeFromPlantLoop | ( | ) |
Removes the component from the plantLoop if one is attached.
Repairs the plantLoop connections preserving the integrity of the loop. Does not remove the component from the model
|
virtual |
Returns the optional ModelObject connected to the water inlet port.
|
virtual |
Returns the water inlet port.
|
virtual |
Returns the optional ModelObject connected to the water outlet port.
|
virtual |
Returns the water outlet port.