#include "SizingPlant.hpp"
SizingPlant is a ModelObject that wraps the OpenStudio IDD object 'OS:Sizing:Plant'.
openstudio::model::SizingPlant::SizingPlant |
( |
const Model & |
model, |
|
|
const PlantLoop & |
plantLoop |
|
) |
| |
|
explicit |
virtual openstudio::model::SizingPlant::~SizingPlant |
( |
| ) |
|
|
virtualdefault |
openstudio::model::SizingPlant::SizingPlant |
( |
const SizingPlant & |
other | ) |
|
|
default |
openstudio::model::SizingPlant::SizingPlant |
( |
SizingPlant && |
other | ) |
|
|
default |
std::string openstudio::model::SizingPlant::coincidentSizingFactorMode |
( |
| ) |
const |
static std::vector<std::string> openstudio::model::SizingPlant::coincidentSizingFactorModeValues |
( |
| ) |
|
|
static |
double openstudio::model::SizingPlant::designLoopExitTemperature |
( |
| ) |
const |
static IddObjectType openstudio::model::SizingPlant::iddObjectType |
( |
| ) |
|
|
static |
double openstudio::model::SizingPlant::loopDesignTemperatureDifference |
( |
| ) |
const |
std::string openstudio::model::SizingPlant::loopType |
( |
| ) |
const |
static std::vector<std::string> openstudio::model::SizingPlant::loopTypeValues |
( |
| ) |
|
|
static |
PlantLoop openstudio::model::SizingPlant::plantLoop |
( |
| ) |
const |
bool openstudio::model::SizingPlant::setCoincidentSizingFactorMode |
( |
const std::string & |
coincidentSizingFactorMode | ) |
|
bool openstudio::model::SizingPlant::setDesignLoopExitTemperature |
( |
double |
designLoopExitTemperature | ) |
|
bool openstudio::model::SizingPlant::setLoopDesignTemperatureDifference |
( |
double |
loopDesignTemperatureDifference | ) |
|
bool openstudio::model::SizingPlant::setLoopType |
( |
const std::string & |
loopType | ) |
|
bool openstudio::model::SizingPlant::setPlantLoop |
( |
const PlantLoop & |
plantLoop | ) |
|
bool openstudio::model::SizingPlant::setSizingOption |
( |
const std::string & |
sizingOption | ) |
|
bool openstudio::model::SizingPlant::setZoneTimestepsinAveragingWindow |
( |
int |
zoneTimestepsinAveragingWindow | ) |
|
std::string openstudio::model::SizingPlant::sizingOption |
( |
| ) |
const |
static std::vector<std::string> openstudio::model::SizingPlant::sizingOptionValues |
( |
| ) |
|
|
static |
int openstudio::model::SizingPlant::zoneTimestepsinAveragingWindow |
( |
| ) |
const |