#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 |
( |
| ) |
|
|
inlinevirtual |
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 |
bool openstudio::model::LoadProfilePlant::setFlowRateFractionSchedule |
( |
Schedule & |
schedule | ) |
|
bool openstudio::model::LoadProfilePlant::setLoadSchedule |
( |
Schedule & |
schedule | ) |
|
bool openstudio::model::LoadProfilePlant::setPeakFlowRate |
( |
double |
peakFlowRate | ) |
|