#include "PipeOutdoor.hpp"
PipeOutdoor is a StraightComponent that wraps the OpenStudio IDD object 'OS:Pipe:Outdoor'.
openstudio::model::PipeOutdoor::PipeOutdoor |
( |
const Model & |
model | ) |
|
|
explicit |
virtual openstudio::model::PipeOutdoor::~PipeOutdoor |
( |
| ) |
|
|
inlinevirtual |
boost::optional<Node> openstudio::model::PipeOutdoor::ambientTemperatureOutdoorAirNode |
( |
| ) |
const |
boost::optional<Construction> openstudio::model::PipeOutdoor::construction |
( |
| ) |
const |
static IddObjectType openstudio::model::PipeOutdoor::iddObjectType |
( |
| ) |
|
|
static |
double openstudio::model::PipeOutdoor::pipeInsideDiameter |
( |
| ) |
const |
double openstudio::model::PipeOutdoor::pipeLength |
( |
| ) |
const |
void openstudio::model::PipeOutdoor::resetAmbientTemperatureOutdoorAirNode |
( |
| ) |
|
void openstudio::model::PipeOutdoor::resetConstruction |
( |
| ) |
|
bool openstudio::model::PipeOutdoor::setAmbientTemperatureOutdoorAirNode |
( |
const Node & |
node | ) |
|
bool openstudio::model::PipeOutdoor::setConstruction |
( |
const Construction & |
construction | ) |
|
bool openstudio::model::PipeOutdoor::setPipeInsideDiameter |
( |
double |
pipeInsideDiameter | ) |
|
bool openstudio::model::PipeOutdoor::setPipeLength |
( |
double |
pipeLength | ) |
|