#include "LoadProfilePlant.hpp"
LoadProfilePlant is a StraightComponent that wraps the OpenStudio IDD object 'OS:LoadProfile:Plant'.
openstudio::model::LoadProfilePlant::LoadProfilePlant |
( |
const Model & |
model | ) |
|
|
explicit |
openstudio::model::LoadProfilePlant::LoadProfilePlant |
( |
const Model & |
model, |
|
|
Schedule & |
loadSchedule, |
|
|
Schedule & |
flowRateFractionSchedule |
|
) |
| |
|
explicit |
virtual openstudio::model::LoadProfilePlant::~LoadProfilePlant |
( |
| ) |
|
|
virtualdefault |
openstudio::model::LoadProfilePlant::LoadProfilePlant |
( |
const LoadProfilePlant & |
other | ) |
|
|
default |
openstudio::model::LoadProfilePlant::LoadProfilePlant |
( |
LoadProfilePlant && |
other | ) |
|
|
default |
double openstudio::model::LoadProfilePlant::degreeofLoopSubCooling |
( |
| ) |
const |
double openstudio::model::LoadProfilePlant::degreeofSubCooling |
( |
| ) |
const |
Schedule openstudio::model::LoadProfilePlant::flowRateFractionSchedule |
( |
| ) |
const |
static IddObjectType openstudio::model::LoadProfilePlant::iddObjectType |
( |
| ) |
|
|
static |
Schedule openstudio::model::LoadProfilePlant::loadSchedule |
( |
| ) |
const |
double openstudio::model::LoadProfilePlant::peakFlowRate |
( |
| ) |
const |
std::string openstudio::model::LoadProfilePlant::plantLoopFluidType |
( |
| ) |
const |
bool openstudio::model::LoadProfilePlant::setDegreeofLoopSubCooling |
( |
double |
degreeofLoopSubCooling | ) |
|
bool openstudio::model::LoadProfilePlant::setDegreeofSubCooling |
( |
double |
degreeofSubCooling | ) |
|
bool openstudio::model::LoadProfilePlant::setFlowRateFractionSchedule |
( |
Schedule & |
schedule | ) |
|
bool openstudio::model::LoadProfilePlant::setLoadSchedule |
( |
Schedule & |
schedule | ) |
|
bool openstudio::model::LoadProfilePlant::setPeakFlowRate |
( |
double |
peakFlowRate | ) |
|
bool openstudio::model::LoadProfilePlant::setPlantLoopFluidType |
( |
const std::string & |
plantLoopFluidType | ) |
|