#include "PlantLoop.hpp"
Static Public Member Functions | |
static std::vector< std::string > | fluidTypeValues () |
static IddObjectType | iddObjectType () |
static std::vector< std::string > | loadDistributionSchemeValues () |
Related Functions | |
typedef boost::optional < PlantLoop > | OptionalPlantLoop |
PlantLoop is an interface to the EnergyPlus IDD object named "PlantLoop".
The purpose of this class is to simplify the construction and manipulation of the EnergyPlus PlantLoop object.
|
explicit |
Constructs a new PlantLoop object and places it inside the model.
The loop is fully initialized with all companion objects.
|
inlinevirtual |
bool openstudio::model::PlantLoop::addAvailabilityManager | ( | const AvailabilityManager & | availabilityManager | ) |
bool openstudio::model::PlantLoop::addAvailabilityManager | ( | const AvailabilityManager & | availabilityManager, |
unsigned | priority | ||
) |
bool openstudio::model::PlantLoop::addDemandBranchForComponent | ( | HVACComponent | hvacComponent, |
bool | tertiary = false |
||
) |
Adds a new demand branch for component and returns a bool indicating success.
This method will create a new ControllerWaterCoil if hvacComponent is a CoilCoolingWater or a CoilHeatingWater.
bool openstudio::model::PlantLoop::addSupplyBranchForComponent | ( | HVACComponent | hvacComponent | ) |
Adds a new demand branch for component and returns a bool indicating success.
void openstudio::model::PlantLoop::autocalculatePlantLoopVolume | ( | ) |
boost::optional<double> openstudio::model::PlantLoop::autosizedMaximumLoopFlowRate | ( | ) | const |
boost::optional<double> openstudio::model::PlantLoop::autosizedPlantLoopVolume | ( | ) | const |
void openstudio::model::PlantLoop::autosizeMaximumLoopFlowRate | ( | ) |
void openstudio::model::PlantLoop::autosizeMinimumLoopFlowRate | ( | ) |
OS_DEPRECATED boost::optional<AvailabilityManager> openstudio::model::PlantLoop::availabilityManager | ( | ) | const |
unsigned openstudio::model::PlantLoop::availabilityManagerPriority | ( | const AvailabilityManager & | availabilityManager | ) | const |
std::vector<AvailabilityManager> openstudio::model::PlantLoop::availabilityManagers | ( | ) | const |
|
overridevirtual |
Reimplemented from openstudio::model::Loop.
boost::optional<std::string> openstudio::model::PlantLoop::commonPipeSimulation | ( | ) | const |
boost::optional<Schedule> openstudio::model::PlantLoop::componentSetpointOperationSchemeSchedule | ( | ) | const |
|
overridevirtual |
Reimplemented from openstudio::model::Loop.
|
overridevirtual |
Reimplemented from openstudio::model::Loop.
|
overridevirtual |
Reimplemented from openstudio::model::Loop.
std::string openstudio::model::PlantLoop::fluidType | ( | ) |
|
static |
int openstudio::model::PlantLoop::glycolConcentration | ( | ) | const |
|
static |
bool openstudio::model::PlantLoop::isMaximumLoopFlowRateAutosized | ( | ) |
bool openstudio::model::PlantLoop::isMinimumLoopFlowRateAutosized | ( | ) |
bool openstudio::model::PlantLoop::isPlantLoopVolumeAutocalculated | ( | ) |
std::string openstudio::model::PlantLoop::loadDistributionScheme | ( | ) |
Prior to OS 1.11.0 the options where Optimal, Sequential, and Uniform.
E+ changed the available options to. Optimal, SequentialLoad, UniformLoad, UniformPLR, SequentialUniformPLR in version 8.2.0.
OS did not catch up to the new options until 1.11.0. In 1.11.0 existing OS files will be upgraded to use the new options. Sequential will be version translated to SequentialLoad and Uniform will be translated to UniformLoad.
Existing API clients may continue using the old enumerations of Sequential and Uniform, however these options are deprecated.
The current options supported by OS are now consisitent with E+, Optimal, SequentialLoad, UniformLoad, UniformPLR, SequentialUniformPLR
|
static |
Node openstudio::model::PlantLoop::loopTemperatureSetpointNode | ( | ) |
boost::optional<double> openstudio::model::PlantLoop::maximumLoopFlowRate | ( | ) |
double openstudio::model::PlantLoop::maximumLoopTemperature | ( | ) |
boost::optional<double> openstudio::model::PlantLoop::minimumLoopFlowRate | ( | ) |
double openstudio::model::PlantLoop::minimumLoopTemperature | ( | ) |
boost::optional<PlantEquipmentOperationCoolingLoad> openstudio::model::PlantLoop::plantEquipmentOperationCoolingLoad | ( | ) | const |
boost::optional<Schedule> openstudio::model::PlantLoop::plantEquipmentOperationCoolingLoadSchedule | ( | ) | const |
boost::optional<PlantEquipmentOperationHeatingLoad> openstudio::model::PlantLoop::plantEquipmentOperationHeatingLoad | ( | ) | const |
In OpenStudio there are three levels of "priority" for PlantEquipmentOperationScheme instances.
Priority here means that if there are multiple operation schemes that list the same equipment, the one with the highest priority will define operation for that equipment. The operation scheme defined for primaryPlantEquipmentOperationScheme() is the highest priority, followed by any component setpoint operation. Heating and cooling load operation, defined by plantEquipmentOperationHeatingLoad() and plantEquipmentOperationCoolingLoad() has the lowest priority.
No operation scheme is required for plant operation. OpenStudio will provide suitable defaults if none are provied. If any operation schemes, including primary, heating load, or cooling load, are defined then the default logic is entirely disabled.
OpenStudio does not define a PlantEquipmentOperationComponentSetpoint, which is defined in EnergyPlus, but the funcitonality is supported. In OpenStudio placing a setpoint manager on a component outlet node will trigger OpenStudio to produce a component setpoint operation scheme on export to EnergyPlus. This component setpoint behavior is in place even if there are other primary, heating load, or cooling load schemes defined.
boost::optional<Schedule> openstudio::model::PlantLoop::plantEquipmentOperationHeatingLoadSchedule | ( | ) | const |
boost::optional<double> openstudio::model::PlantLoop::plantLoopVolume | ( | ) |
boost::optional<PlantEquipmentOperationScheme> openstudio::model::PlantLoop::primaryPlantEquipmentOperationScheme | ( | ) | const |
boost::optional<Schedule> openstudio::model::PlantLoop::primaryPlantEquipmentOperationSchemeSchedule | ( | ) | const |
|
overridevirtual |
Reimplemented from openstudio::model::Loop.
bool openstudio::model::PlantLoop::removeAvailabilityManager | ( | const AvailabilityManager & | avm | ) |
bool openstudio::model::PlantLoop::removeAvailabilityManager | ( | unsigned | priority | ) |
bool openstudio::model::PlantLoop::removeDemandBranchWithComponent | ( | HVACComponent | hvacComponent | ) |
Removes the demand side branch that contains the specified hvacComponent.
Does not remove the component from the model, but may remove surrounding, components on the branch if they are not attached to other HVAC objects.
bool openstudio::model::PlantLoop::removeSupplyBranchWithComponent | ( | HVACComponent | hvacComponent | ) |
Removes the demand side branch that contains the specified hvacComponent.
Does not remove the component from the model, but may remove surrounding, components on the branch if they are not attached to other HVAC objects.
OS_DEPRECATED void openstudio::model::PlantLoop::resetAvailabilityManager | ( | ) |
void openstudio::model::PlantLoop::resetAvailabilityManagers | ( | ) |
void openstudio::model::PlantLoop::resetCommonPipeSimulation | ( | ) |
void openstudio::model::PlantLoop::resetComponentSetpointOperationSchemeSchedule | ( | ) |
void openstudio::model::PlantLoop::resetPlantEquipmentOperationCoolingLoad | ( | ) |
void openstudio::model::PlantLoop::resetPlantEquipmentOperationCoolingLoadSchedule | ( | ) |
void openstudio::model::PlantLoop::resetPlantEquipmentOperationHeatingLoad | ( | ) |
void openstudio::model::PlantLoop::resetPlantEquipmentOperationHeatingLoadSchedule | ( | ) |
void openstudio::model::PlantLoop::resetPrimaryPlantEquipmentOperationScheme | ( | ) |
void openstudio::model::PlantLoop::resetPrimaryPlantEquipmentOperationSchemeSchedule | ( | ) |
OS_DEPRECATED bool openstudio::model::PlantLoop::setAvailabilityManager | ( | const AvailabilityManager & | availabilityManager | ) |
bool openstudio::model::PlantLoop::setAvailabilityManagerPriority | ( | const AvailabilityManager & | availabilityManager, |
unsigned | priority | ||
) |
bool openstudio::model::PlantLoop::setAvailabilityManagers | ( | const std::vector< AvailabilityManager > & | avms | ) |
bool openstudio::model::PlantLoop::setCommonPipeSimulation | ( | const std::string & | value | ) |
bool openstudio::model::PlantLoop::setComponentSetpointOperationSchemeSchedule | ( | Schedule & | ) |
Set the hours of operation for which the ComponentSetpointOperationScheme, if any, applies.
The existance of ComponentSetpointOperationSchemes is controlled by the existance of setpoint managers on the plant component outlet nodes.
bool openstudio::model::PlantLoop::setFluidType | ( | const std::string & | value | ) |
bool openstudio::model::PlantLoop::setGlycolConcentration | ( | int | glycolConcentration | ) |
bool openstudio::model::PlantLoop::setLoadDistributionScheme | ( | std::string | scheme | ) |
bool openstudio::model::PlantLoop::setLoopTemperatureSetpointNode | ( | Node & | node | ) |
bool openstudio::model::PlantLoop::setMaximumLoopFlowRate | ( | double | value | ) |
bool openstudio::model::PlantLoop::setMaximumLoopTemperature | ( | double | value | ) |
bool openstudio::model::PlantLoop::setMinimumLoopFlowRate | ( | double | value | ) |
bool openstudio::model::PlantLoop::setMinimumLoopTemperature | ( | double | value | ) |
bool openstudio::model::PlantLoop::setPlantEquipmentOperationCoolingLoad | ( | const PlantEquipmentOperationCoolingLoad & | plantOperation | ) |
bool openstudio::model::PlantLoop::setPlantEquipmentOperationCoolingLoadSchedule | ( | Schedule & | ) |
Set the hours of operation for which the PlantEquipmentOperationCoolingLoad, if any, applies.
bool openstudio::model::PlantLoop::setPlantEquipmentOperationHeatingLoad | ( | const PlantEquipmentOperationHeatingLoad & | plantOperation | ) |
bool openstudio::model::PlantLoop::setPlantEquipmentOperationHeatingLoadSchedule | ( | Schedule & | ) |
Set the hours of operation for which the PlantEquipmentOperationHeatingLoad, if any, applies.
bool openstudio::model::PlantLoop::setPlantLoopVolume | ( | double | value | ) |
bool openstudio::model::PlantLoop::setPrimaryPlantEquipmentOperationScheme | ( | const PlantEquipmentOperationScheme & | plantOperation | ) |
bool openstudio::model::PlantLoop::setPrimaryPlantEquipmentOperationSchemeSchedule | ( | Schedule & | ) |
Set the hours of operation for which the PrimaryPlantEquipmentOperationScheme, if any, applies.
SizingPlant openstudio::model::PlantLoop::sizingPlant | ( | ) | const |
|
overridevirtual |
Reimplemented from openstudio::model::Loop.
|
overridevirtual |
Reimplemented from openstudio::model::Loop.
|
overridevirtual |
Reimplemented from openstudio::model::Loop.
|
related |