#include <Facility.hpp>
Public Member Functions | |
virtual | ~Facility () |
Children | |
boost::optional< Building > | building () const |
Returns the child Building. More... | |
std::vector< OutputMeter > | meters () const |
Returns all OutputMeters at the Facility level. More... | |
boost::optional< OutputMeter > | getMeterByFuelType (const FuelType &fuelType, const std::string &reportingFrequency="Hourly", const boost::optional< EndUseType > &endUseType=boost::none, const boost::optional< std::string > &specificEndUse=boost::none) const |
std::vector< ExteriorLights > | exteriorLights () const |
Returns all ExteriorLights. More... | |
Other | |
boost::optional< double > | totalSiteEnergy () const |
Returns the total site energy in gigajoules. More... | |
boost::optional< double > | netSiteEnergy () const |
Returns the net site energy in gigajoules. More... | |
boost::optional< double > | totalSourceEnergy () const |
Returns the total source energy in gigajoules. More... | |
boost::optional< double > | netSourceEnergy () const |
Returns the net source energy in gigajoules. More... | |
boost::optional< double > | annualTotalCost (const FuelType &fuel) const |
Returns the annual total cost associated with the given fuel type in dollars. More... | |
boost::optional< double > | annualTotalCostPerBldgArea (const FuelType &fuel) const |
Returns the annual total cost per total building area associated with the given fuel type in dollars per square meter. More... | |
boost::optional< double > | annualTotalCostPerNetConditionedBldgArea (const FuelType &fuel) const |
Returns the annual total cost per net conditioned building area associated with the given fuel type in dollars per square meter. More... | |
boost::optional< double > | annualTotalUtilityCost () const |
Returns the annual total cost for all fuel types in dollars. More... | |
boost::optional< double > | annualElectricTotalCost () const |
Returns the annual electric total cost in dollars. More... | |
boost::optional< double > | annualGasTotalCost () const |
Returns the annual gas total cost in dollars. More... | |
boost::optional< double > | annualDistrictCoolingTotalCost () const |
Returns the annual district cooling total cost in dollars. More... | |
boost::optional< double > | annualDistrictHeatingTotalCost () const |
Returns the annual district heating total cost in dollars. More... | |
boost::optional< double > | annualWaterTotalCost () const |
Returns the annual water total cost in dollars. More... | |
boost::optional< double > | economicsCapitalCost () const |
Returns the total capital cost associated with the building in dollars by summing all costs from all ComponentCost_LineItem objects. More... | |
boost::optional< double > | economicsEnergyCost () const |
Returns the total energy cost over the analysis period in dollars according to the discounting convention. More... | |
boost::optional< double > | economicsTLCC () const |
Returns the total life cycle cost over the analysis period in dollars according to the discounting convention. More... | |
boost::optional< double > | economicsVirtualRateGas () const |
Returns the virtual rate of gas energy in dollars per gigajoule. More... | |
boost::optional< double > | economicsVirtualRateElec () const |
Returns the virtual rate of electric energy in dollars per gigajoule. More... | |
boost::optional< double > | economicsVirtualRateCombined () const |
Returns the virtual rate of all energy in dollars per gigajoule. More... | |
boost::optional< double > | economicsSPB () const |
Returns the simple payback period in years. More... | |
boost::optional< double > | economicsDPB () const |
Returns the discounted payback period in years. More... | |
boost::optional< double > | economicsNPV () const |
Returns the net present value in dollars. More... | |
boost::optional< double > | economicsIRR () const |
Returns the internal rate of return as a fractional rate (e.g. More... | |
boost::optional< double > | electricityHeating () const |
Returns the electric energy used for heating in gigajoules. More... | |
boost::optional< double > | electricityCooling () const |
Returns the electric energy used for cooling in gigajoules. More... | |
boost::optional< double > | electricityInteriorLighting () const |
Returns the electric energy used for interior lighting in gigajoules. More... | |
boost::optional< double > | electricityExteriorLighting () const |
Returns the electric energy used for exterior lighting in gigajoules. More... | |
boost::optional< double > | electricityInteriorEquipment () const |
Returns the electric energy used for interior equipment in gigajoules. More... | |
boost::optional< double > | electricityExteriorEquipment () const |
Returns the electric energy used for exterior equipment in gigajoules. More... | |
boost::optional< double > | electricityFans () const |
Returns the electric energy used for fans in gigajoules. More... | |
boost::optional< double > | electricityPumps () const |
Returns the electric energy used for pumps in gigajoules. More... | |
boost::optional< double > | electricityHeatRejection () const |
Returns the electric energy used for heat rejection in gigajoules. More... | |
boost::optional< double > | electricityHumidification () const |
Returns the electric energy used for humidification in gigajoules. More... | |
boost::optional< double > | electricityHeatRecovery () const |
Returns the electric energy used for heat recovery in gigajoules. More... | |
boost::optional< double > | electricityWaterSystems () const |
Returns the electric energy used for water systems in gigajoules. More... | |
boost::optional< double > | electricityRefrigeration () const |
Returns the electric energy used for refrigeration in gigajoules. More... | |
boost::optional< double > | electricityGenerators () const |
Returns the electric energy used for generators in gigajoules. More... | |
boost::optional< double > | electricityTotalEndUses () const |
Returns the electric energy used for all uses in gigajoules. More... | |
boost::optional< double > | naturalGasHeating () const |
Returns the natural gas energy used for heating in gigajoules. More... | |
boost::optional< double > | naturalGasCooling () const |
Returns the natural gas energy used for cooling in gigajoules. More... | |
boost::optional< double > | naturalGasInteriorLighting () const |
Returns the natural gas energy used for interior lighting in gigajoules. More... | |
boost::optional< double > | naturalGasExteriorLighting () const |
Returns the natural gas energy used for exterior lighting in gigajoules. More... | |
boost::optional< double > | naturalGasInteriorEquipment () const |
Returns the natural gas energy used for interior equipment in gigajoules. More... | |
boost::optional< double > | naturalGasExteriorEquipment () const |
Returns the natural gas energy used for exterior equipment in gigajoules. More... | |
boost::optional< double > | naturalGasFans () const |
Returns the natural gas energy used for fans in gigajoules. More... | |
boost::optional< double > | naturalGasPumps () const |
Returns the natural gas energy used for pumps in gigajoules. More... | |
boost::optional< double > | naturalGasHeatRejection () const |
Returns the natural gas energy used for heat rejection in gigajoules. More... | |
boost::optional< double > | naturalGasHumidification () const |
Returns the natural gas energy used for humidification in gigajoules. More... | |
boost::optional< double > | naturalGasHeatRecovery () const |
Returns the natural gas energy used for heat recovery in gigajoules. More... | |
boost::optional< double > | naturalGasWaterSystems () const |
Returns the natural gas energy used for water systems in gigajoules. More... | |
boost::optional< double > | naturalGasRefrigeration () const |
Returns the natural gas energy used for refrigeration in gigajoules. More... | |
boost::optional< double > | naturalGasGenerators () const |
Returns the natural gas energy used for generators in gigajoules. More... | |
boost::optional< double > | naturalGasTotalEndUses () const |
Returns the natural gas energy used for all end uses in gigajoules. More... | |
boost::optional< double > | otherFuelHeating () const |
Returns the energy used for heating from other fuel in gigajoules. More... | |
boost::optional< double > | otherFuelCooling () const |
Returns the energy used for cooling from other fuel in gigajoules. More... | |
boost::optional< double > | otherFuelInteriorLighting () const |
Returns the energy used for interior lighting from other fuel in gigajoules. More... | |
boost::optional< double > | otherFuelExteriorLighting () const |
Returns the energy used for exterior lighting from other fuel in gigajoules. More... | |
boost::optional< double > | otherFuelInteriorEquipment () const |
Returns the energy used for interior equipment from other fuel in gigajoules. More... | |
boost::optional< double > | otherFuelExteriorEquipment () const |
Returns the energy used for exterior equipment from other fuel in gigajoules. More... | |
boost::optional< double > | otherFuelFans () const |
Returns the energy used for fans from other fuel in gigajoules. More... | |
boost::optional< double > | otherFuelPumps () const |
Returns the energy used for pumps from other fuel in gigajoules. More... | |
boost::optional< double > | otherFuelHeatRejection () const |
Returns the energy used for heat rejection from other fuel in gigajoules. More... | |
boost::optional< double > | otherFuelHumidification () const |
Returns the energy used for humidification from other fuel in gigajoules. More... | |
boost::optional< double > | otherFuelHeatRecovery () const |
Returns the energy used for heat recovery from other fuel in gigajoules. More... | |
boost::optional< double > | otherFuelWaterSystems () const |
Returns the energy used for water systems from other fuel in gigajoules. More... | |
boost::optional< double > | otherFuelRefrigeration () const |
Returns the energy used for refrigeration from other fuel in gigajoules. More... | |
boost::optional< double > | otherFuelGenerators () const |
Returns the energy used for generators from other fuel in gigajoules. More... | |
boost::optional< double > | otherFuelTotalEndUses () const |
Returns the energy used for all end uses from other fuel in gigajoules. More... | |
boost::optional< double > | districtCoolingHeating () const |
Returns the district cooling energy used for heating in gigajoules. More... | |
boost::optional< double > | districtCoolingCooling () const |
Returns the district cooling energy used for cooling in gigajoules. More... | |
boost::optional< double > | districtCoolingInteriorLighting () const |
Returns the district cooling energy used for interior lighting in gigajoules. More... | |
boost::optional< double > | districtCoolingExteriorLighting () const |
Returns the district cooling energy used for exterior lighting in gigajoules. More... | |
boost::optional< double > | districtCoolingInteriorEquipment () const |
Returns the district cooling energy used for interior equipment in gigajoules. More... | |
boost::optional< double > | districtCoolingExteriorEquipment () const |
Returns the district cooling energy used for exterior equipment in gigajoules. More... | |
boost::optional< double > | districtCoolingFans () const |
Returns the district cooling energy used for fans in gigajoules. More... | |
boost::optional< double > | districtCoolingPumps () const |
Returns the district cooling energy used for pumps in gigajoules. More... | |
boost::optional< double > | districtCoolingHeatRejection () const |
Returns the district cooling energy used for heat rejection in gigajoules. More... | |
boost::optional< double > | districtCoolingHumidification () const |
Returns the district cooling energy used for humidification in gigajoules. More... | |
boost::optional< double > | districtCoolingHeatRecovery () const |
Returns the district cooling energy used for heat recovery in gigajoules. More... | |
boost::optional< double > | districtCoolingWaterSystems () const |
Returns the district cooling energy used for water systems in gigajoules. More... | |
boost::optional< double > | districtCoolingRefrigeration () const |
Returns the district cooling energy used for refrigeration in gigajoules. More... | |
boost::optional< double > | districtCoolingGenerators () const |
Returns the district cooling energy used for generators in gigajoules. More... | |
boost::optional< double > | districtCoolingTotalEndUses () const |
Returns the district cooling energy used for all end uses in gigajoules. More... | |
boost::optional< double > | districtHeatingHeating () const |
Returns the district heating energy used for heating in gigajoules. More... | |
boost::optional< double > | districtHeatingCooling () const |
Returns the district heating energy used for cooling in gigajoules. More... | |
boost::optional< double > | districtHeatingInteriorLighting () const |
Returns the district heating energy used for interior lighting in gigajoules. More... | |
boost::optional< double > | districtHeatingExteriorLighting () const |
Returns the district heating energy used for exterior lighting in gigajoules. More... | |
boost::optional< double > | districtHeatingInteriorEquipment () const |
Returns the district heating energy used for interior equipment in gigajoules. More... | |
boost::optional< double > | districtHeatingExteriorEquipment () const |
Returns the district heating energy used for exterior equipment in gigajoules. More... | |
boost::optional< double > | districtHeatingFans () const |
Returns the district heating energy used for fans in gigajoules. More... | |
boost::optional< double > | districtHeatingPumps () const |
Returns the district heating energy used for pumps in gigajoules. More... | |
boost::optional< double > | districtHeatingHeatRejection () const |
Returns the district heating energy used for heat rejection in gigajoules. More... | |
boost::optional< double > | districtHeatingHumidification () const |
Returns the district heating energy used for humidification in gigajoules. More... | |
boost::optional< double > | districtHeatingHeatRecovery () const |
Returns the district heating energy used for heat recovery in gigajoules. More... | |
boost::optional< double > | districtHeatingWaterSystems () const |
Returns the district heating energy used for water systems in gigajoules. More... | |
boost::optional< double > | districtHeatingRefrigeration () const |
Returns the district heating energy used for refrigeration in gigajoules. More... | |
boost::optional< double > | districtHeatingGenerators () const |
Returns the district heating energy used for generators in gigajoules. More... | |
boost::optional< double > | districtHeatingTotalEndUses () const |
Returns the district heating energy used for all end uses in gigajoules. More... | |
boost::optional< double > | waterHeating () const |
Returns the water used for heating in cubic meters. More... | |
boost::optional< double > | waterCooling () const |
Returns the water used for cooling in cubic meters. More... | |
boost::optional< double > | waterInteriorLighting () const |
Returns the water used for interior lighting in cubic meters. More... | |
boost::optional< double > | waterExteriorLighting () const |
Returns the water used for exterior lighting in cubic meters. More... | |
boost::optional< double > | waterInteriorEquipment () const |
Returns the water used for interior equipment in cubic meters. More... | |
boost::optional< double > | waterExteriorEquipment () const |
Returns the water used for exterior equipment in cubic meters. More... | |
boost::optional< double > | waterFans () const |
Returns the water used for fans in cubic meters. More... | |
boost::optional< double > | waterPumps () const |
Returns the water used for pumps in cubic meters. More... | |
boost::optional< double > | waterHeatRejection () const |
Returns the water used for heat rejection in cubic meters. More... | |
boost::optional< double > | waterHumidification () const |
Returns the water used for humidification in cubic meters. More... | |
boost::optional< double > | waterHeatRecovery () const |
Returns the water used for heat recovery in cubic meters. More... | |
boost::optional< double > | waterWaterSystems () const |
Returns the water used for water systems in cubic meters. More... | |
boost::optional< double > | waterRefrigeration () const |
Returns the water used for refrigeration in cubic meters. More... | |
boost::optional< double > | waterGenerators () const |
Returns the water used for generators in cubic meters. More... | |
boost::optional< double > | waterTotalEndUses () const |
Returns the water used for all uses in cubic meters. More... | |
boost::optional< double > | hoursHeatingSetpointNotMet () const |
Returns the total number of hours the heating setpoint is not met. More... | |
boost::optional< double > | hoursCoolingSetpointNotMet () const |
Returns the total number of hours the cooling setpoint is not met. More... | |
boost::optional< EndUses > | endUses () const |
Returns an EndUse object containing all end uses for the simulation. More... | |
boost::optional< Attribute > | endUsesAttribute () const |
Returns the underlying Attribute of the EndUse object. More... | |
boost::optional < CalibrationResult > | calibrationResult () const |
Returns a CalibrationResult object containing data related to model calibration. More... | |
boost::optional< Attribute > | calibrationResultAttribute () const |
Returns the underlying Attribute of the CalibrationResult object. More... | |
Public Member Functions inherited from openstudio::model::ParentObject | |
std::vector< IddObjectType > | allowableChildTypes () const |
Returns a vector of allowable children types. More... | |
std::vector< ModelObject > | children () const |
Return direct child objects in the Model. More... | |
virtual | ~ParentObject () |
Public Member Functions inherited from openstudio::model::ModelObject | |
virtual | ~ModelObject () |
ModelObject | clone () const |
Creates a deep copy of this object, placing it in this object's model(). More... | |
ModelObject | clone (Model model) const |
Creates a deep copy of this object, placing it in model. More... | |
Component | createComponent () const |
Method for creating sharable Model snippets. More... | |
std::vector< std::string > | relationshipNames () const |
Return all valid relationship names. More... | |
std::vector< Relationship > | relationships () const |
Return all relationships for this ModelObject. More... | |
boost::optional< Relationship > | getRelationship (const std::string &name) const |
Get the relationship named name, if it exists. More... | |
bool | setRelationship (const std::string &name, boost::optional< ModelObject > relatedModelObject) |
Set this ModelObject's relationship name to point to relatedModelObject (or clear the relationship if relatedModelObject == boost::none). More... | |
bool | setRelationship (const std::string &name, const Component &component) |
Inserts component into this model and sets this ModelObject's relationship name to point to component.primaryObject(). More... | |
std::vector< std::string > | attributeNames () const |
Return all valid attribute names. More... | |
std::vector < openstudio::Attribute > | attributes () const |
Return all Attributes for this ModelObject. More... | |
boost::optional < openstudio::Attribute > | getAttribute (const std::string &name) const |
Get the attribute named name, if it exists. More... | |
bool | isSettableAttribute (const std::string &name) const |
Is the named attribute settable. More... | |
bool | isOptionalAttribute (const std::string &name) const |
Is the named attribute optional. More... | |
bool | setAttribute (const std::string &name, bool value) |
Set the attribute named name, if it exists. More... | |
bool | setAttribute (const std::string &name, int value) |
bool | setAttribute (const std::string &name, unsigned value) |
bool | setAttribute (const std::string &name, double value) |
bool | setAttribute (const std::string &name, const Quantity &value) |
bool | setAttribute (const std::string &name, const std::string &value) |
bool | setAttribute (const std::string &name, const char *value) |
bool | resetAttribute (const std::string &name) |
Reset the attribute named name. More... | |
Model | model () const |
Returns the Model that contains this object. More... | |
boost::optional< ParentObject > | parent () const |
Return this object's parent in the hierarchy, if it has one. More... | |
std::vector< ResourceObject > | resources () const |
Get the resources directly used by this ModelObject. More... | |
template<typename T > | |
std::vector< T > | getModelObjectSources () const |
Get all objects of type T that point to this object. More... | |
template<typename T > | |
std::vector< T > | getModelObjectSources (IddObjectType iddObjectType) const |
Get all objects of type T that point to this object. More... | |
template<typename T > | |
boost::optional< T > | getModelObjectTarget (unsigned index) const |
Get the object of type T pointed to by this object from field index. More... | |
template<typename T > | |
std::vector< T > | getModelObjectTargets () const |
Get all objects of type T to which this object points. More... | |
const std::vector< std::string > & | outputVariableNames () const |
Get all output variables names that could be associated with this object. More... | |
std::vector< OutputVariable > | outputVariables () const |
Get all output variables associated with this object, must run simulation to generate data. More... | |
boost::optional < openstudio::TimeSeries > | getData (const OutputVariable &variable, const std::string &envPeriod) const |
Get data associated with this output variable and this object. More... | |
std::vector< LifeCycleCost > | lifeCycleCosts () const |
Returns the list of all LifeCycleCosts that refer to this object. More... | |
std::vector< IdfObject > | removeLifeCycleCosts () |
Removes all LifeCycleCosts that refer to this object. More... | |
IddObjectType | iddObjectType () const |
This is a virtual function that will tell you the type of iddObject you are dealing with. More... | |
bool | setParent (ParentObject &newParent) |
set the parent, child may have to call non-const methods on the parent More... | |
bool | operator< (const ModelObject &right) const |
bool | operator== (const ModelObject &other) const |
equality test More... | |
bool | operator!= (const ModelObject &other) const |
inequality test More... | |
std::vector< ScheduleTypeKey > | getScheduleTypeKeys (const Schedule &schedule) const |
Return the ScheduleTypeKeys indicating how schedule is used in this object. More... | |
boost::optional< ModelObject > | connectedObject (unsigned port) const |
boost::optional< unsigned > | connectedObjectPort (unsigned port) const |
Public Member Functions inherited from openstudio::WorkspaceObject | |
bool | canBeSource () const |
bool | canBeSource (unsigned index, const std::vector< std::string > &refLists=std::vector< std::string >()) const |
std::vector< std::string > | canBeTarget () const |
std::vector< unsigned > | getSourceIndices (const Handle &targetHandle) const |
std::vector< WorkspaceObject > | getSources (IddObjectType type) const |
boost::optional< WorkspaceObject > | getTarget (unsigned index) const |
IdfObject | idfObject () |
IdfObject | idfObject () const |
bool | initialized () const |
bool | isSource () const |
bool | isTarget () const |
unsigned | numSources () const |
bool | objectListFieldsEqual (const WorkspaceObject &other) const |
bool | objectListFieldsNonConflicting (const WorkspaceObject &other) const |
bool | operator< (const WorkspaceObject &right) const |
std::ostream & | operator<< (std::ostream &os, const WorkspaceObject &workspaceObject) |
std::vector < openstudio::IdfObject > | remove () |
bool | setPointer (unsigned index, const Handle &targetHandle) |
std::vector< WorkspaceObject > | sources () const |
std::vector< WorkspaceObject > | targets () const |
Workspace | workspace () const |
virtual | ~WorkspaceObject () |
Public Member Functions inherited from openstudio::IdfObject | |
std::string | briefDescription () const |
T | cast () const |
std::vector< T > | castVector (const std::vector< U > &objects) |
std::vector< std::vector < std::string > > | clearExtensibleGroups () |
IdfObject | clone (bool keepHandle=false) const |
std::string | comment () const |
boost::optional< std::string > | createName (bool overwrite=true) |
std::vector< unsigned > | dataFields () const |
bool | dataFieldsEqual (const IdfObject &other) const |
std::vector< std::string > | eraseExtensibleGroup (unsigned groupIndex) |
std::vector< IdfExtensibleGroup > | extensibleGroups () const |
boost::optional< std::string > | fieldComment (unsigned index, bool returnDefault=false) const |
boost::optional< double > | getDouble (unsigned index, bool returnDefault=false) const |
IdfExtensibleGroup | getExtensibleGroup (unsigned groupIndex) const |
std::vector< Handle > | getHandles (const std::vector< T > &objects) |
boost::optional< int > | getInt (unsigned index, bool returnDefault=false) const |
OSOptionalQuantity | getQuantity (unsigned index, bool returnDefault=false, bool returnIP=false) const |
boost::optional< std::string > | getString (unsigned index, bool returnDefault=false, bool returnUninitializedEmpty=false) const |
boost::optional< unsigned > | getUnsigned (unsigned index, bool returnDefault=false) const |
boost::optional< QUrl > | getURL (unsigned index, bool returnDefault=false) const |
Handle | handle () const |
IddObject | iddObject () const |
IdfObject (IddObjectType type, bool fastName=false) | |
IdfObject (const IddObject &, bool fastName=false) | |
IdfObject (const IdfObject &other) | |
IdfExtensibleGroup | insertExtensibleGroup (unsigned groupIndex) |
IdfExtensibleGroup | insertExtensibleGroup (unsigned groupIndex, const std::vector< std::string > &values) |
bool | isDataField (unsigned index) const |
bool | isEmpty (unsigned index) const |
bool | isObjectListField (unsigned index) const |
bool | isValid (StrictnessLevel level) const |
boost::optional< unsigned > | maxExtensibleGroups () const |
boost::optional< unsigned > | maxFields () const |
unsigned | minExtensibleGroups () const |
unsigned | minFields () const |
boost::optional< std::string > | name (bool returnDefault=false) const |
std::string | nameString (bool returnDefault=false) const |
unsigned | numExtensibleGroups () const |
unsigned | numFields () const |
unsigned | numNonextensibleFields () const |
std::vector< unsigned > | objectListFields () const |
bool | objectListFieldsEqual (const IdfObject &other) const |
bool | objectListFieldsNonConflicting (const IdfObject &other) const |
bool | operator!= (const IdfObject &other) const |
std::ostream & | operator<< (std::ostream &os, const IdfObject &IdfObject) |
bool | operator== (const IdfObject &other) const |
boost::optional< T > | optionalCast () const |
std::vector< std::string > | popExtensibleGroup () |
std::ostream & | print (std::ostream &os) const |
std::ostream & | printField (std::ostream &os, unsigned index, bool isLastField=false) const |
std::ostream & | printName (std::ostream &os, bool hasFields=true) const |
IdfExtensibleGroup | pushExtensibleGroup () |
IdfExtensibleGroup | pushExtensibleGroup (const std::vector< std::string > &values) |
std::vector< unsigned > | requiredFields () const |
void | setComment (const std::string &msg) |
bool | setDouble (unsigned index, double value) |
bool | setFieldComment (unsigned index, const std::string &cmnt) |
bool | setInt (unsigned index, int value) |
boost::optional< std::string > | setName (const std::string &newName) |
bool | setQuantity (unsigned index, const Quantity &q) |
bool | setString (unsigned index, const std::string &value) |
bool | setUnsigned (unsigned index, unsigned value) |
std::vector< T > | subsetCastVector (const std::vector< U > &original) |
ValidityReport | validityReport (StrictnessLevel level, bool checkNames=true) const |
virtual | ~IdfObject () |
Static Public Member Functions | |
static std::vector< FuelType > | fossilFuels () |
Returns all FuelTypes which are fossil fuels. More... | |
static IddObjectType | iddObjectType () |
Static Public Member Functions inherited from openstudio::IdfObject | |
static boost::optional< IdfObject > | load (const std::string &text) |
static boost::optional< IdfObject > | load (const std::string &text, const IddObject &iddObject) |
static int | printedFieldSpace () |
Protected Member Functions | |
Constructors and Destructors | |
Facility (Model &model) | |
Protected Member Functions inherited from openstudio::model::ParentObject | |
ParentObject (IddObjectType type, const Model &model) | |
Constructs a new ParentObject object in the model. More... | |
Protected Member Functions inherited from openstudio::model::ModelObject | |
ModelObject (IddObjectType type, const Model &model, bool fastName=false) | |
ModelObject (std::shared_ptr< detail::ModelObject_Impl > impl) | |
Protected Member Functions inherited from openstudio::WorkspaceObject | |
WorkspaceObject (std::shared_ptr< detail::WorkspaceObject_Impl > impl) | |
Protected Member Functions inherited from openstudio::IdfObject | |
IdfObject (std::shared_ptr< detail::IdfObject_Impl > impl) | |
Related Functions | |
(Note that these are not member functions.) | |
typedef boost::optional< Facility > | OptionalFacility |
Related Functions inherited from openstudio::model::ParentObject | |
std::vector< ModelObject > | getRecursiveChildren (const ParentObject &object, bool includeLifeCycleCosts=false) |
Returns object and all other objects accessible by calling children() on encountered ParentObjects . More... | |
std::vector< ModelObject > | getRecursiveChildrenAndResources (const ModelObject &object) |
Returns object and all other objects accessible by calling children() and resources() on encountered ModelObjects . More... | |
Related Functions inherited from openstudio::model::ModelObject | |
std::vector< ResourceObject > | getRecursiveResources (const ModelObject &object) |
Returns all ResourceObjects accessible by recursively calling .resources() starting from object. More... | |
typedef std::pair< std::string, std::string > | ScheduleTypeKey |
Typedef for ScheduleTypeRegistry key. More... | |
Additional Inherited Members | |
Public Types inherited from openstudio::WorkspaceObject | |
typedef boost::optional < WorkspaceObject > | OptionalWorkspaceObject |
typedef std::vector < WorkspaceObject > | WorkspaceObjectVector |
Public Types inherited from openstudio::IdfObject | |
typedef std::pair< IdfObject, IdfObject > | IdfObjectPair |
typedef std::vector< IdfObject > | IdfObjectVector |
typedef boost::optional < IdfObject > | OptionalIdfObject |
Protected Types inherited from openstudio::model::ModelObject | |
typedef detail::ModelObject_Impl | ImplType |
Protected Types inherited from openstudio::WorkspaceObject | |
typedef detail::WorkspaceObject_Impl | ImplType |
Protected Types inherited from openstudio::IdfObject | |
typedef detail::IdfObject_Impl | ImplType |
Facility derives from ParentObject and is an interface to the OpenStudio IDD object named "OS:Facility".
Facility is a unique object which parents the Building in the model. Conceptually, the Facility object includes the Building as well as exterior equipment, parking lot lighting, water systems for grounds, etc. The Facility object currently does not have any fields, it is simply used to access OutputMeters and high level results which include exterior end uses. Facility does not have a public constructor because it is a unique ModelObject. To get the Facility object for a Model or create one if it does not yet exist use model.getUniqueObject<Facility>(). To get the Facility object for a Model but not create one if it does not yet exist use model.getOptionalUniqueObject<Facility>().
|
inlinevirtual |
|
explicitprotected |
boost::optional<double> openstudio::model::Facility::annualDistrictCoolingTotalCost | ( | ) | const |
Returns the annual district cooling total cost in dollars.
Requires EnergyPlus simulation output to calculate. Attribute name: annualDistrictCoolingTotalCost
boost::optional<double> openstudio::model::Facility::annualDistrictHeatingTotalCost | ( | ) | const |
Returns the annual district heating total cost in dollars.
Requires EnergyPlus simulation output to calculate. Attribute name: annualDistrictHeatingTotalCost
boost::optional<double> openstudio::model::Facility::annualElectricTotalCost | ( | ) | const |
Returns the annual electric total cost in dollars.
Requires EnergyPlus simulation output to calculate. Attribute name: annualElectricTotalCost
boost::optional<double> openstudio::model::Facility::annualGasTotalCost | ( | ) | const |
Returns the annual gas total cost in dollars.
Requires EnergyPlus simulation output to calculate. Attribute name: annualGasTotalCost
boost::optional<double> openstudio::model::Facility::annualTotalCost | ( | const FuelType & | fuel | ) | const |
Returns the annual total cost associated with the given fuel type in dollars.
Requires EnergyPlus simulation output to calculate.
boost::optional<double> openstudio::model::Facility::annualTotalCostPerBldgArea | ( | const FuelType & | fuel | ) | const |
Returns the annual total cost per total building area associated with the given fuel type in dollars per square meter.
Requires EnergyPlus simulation output to calculate.
boost::optional<double> openstudio::model::Facility::annualTotalCostPerNetConditionedBldgArea | ( | const FuelType & | fuel | ) | const |
Returns the annual total cost per net conditioned building area associated with the given fuel type in dollars per square meter.
Requires EnergyPlus simulation output to calculate.
boost::optional<double> openstudio::model::Facility::annualTotalUtilityCost | ( | ) | const |
Returns the annual total cost for all fuel types in dollars.
Requires EnergyPlus simulation output to calculate. Attribute name: annualTotalUtilityCost
boost::optional<double> openstudio::model::Facility::annualWaterTotalCost | ( | ) | const |
Returns the annual water total cost in dollars.
Requires EnergyPlus simulation output to calculate. Attribute name: annualWaterTotalCost
boost::optional<Building> openstudio::model::Facility::building | ( | ) | const |
Returns the child Building.
boost::optional<CalibrationResult> openstudio::model::Facility::calibrationResult | ( | ) | const |
Returns a CalibrationResult object containing data related to model calibration.
boost::optional<Attribute> openstudio::model::Facility::calibrationResultAttribute | ( | ) | const |
Returns the underlying Attribute of the CalibrationResult object.
boost::optional<double> openstudio::model::Facility::districtCoolingCooling | ( | ) | const |
Returns the district cooling energy used for cooling in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtCoolingCooling
boost::optional<double> openstudio::model::Facility::districtCoolingExteriorEquipment | ( | ) | const |
Returns the district cooling energy used for exterior equipment in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtCoolingExteriorEquipment
boost::optional<double> openstudio::model::Facility::districtCoolingExteriorLighting | ( | ) | const |
Returns the district cooling energy used for exterior lighting in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtCoolingExteriorLighting
boost::optional<double> openstudio::model::Facility::districtCoolingFans | ( | ) | const |
Returns the district cooling energy used for fans in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtCoolingFans
boost::optional<double> openstudio::model::Facility::districtCoolingGenerators | ( | ) | const |
Returns the district cooling energy used for generators in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtCoolingRefrigeration
boost::optional<double> openstudio::model::Facility::districtCoolingHeating | ( | ) | const |
Returns the district cooling energy used for heating in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtCoolingHeating
boost::optional<double> openstudio::model::Facility::districtCoolingHeatRecovery | ( | ) | const |
Returns the district cooling energy used for heat recovery in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtCoolingHeatRecovery
boost::optional<double> openstudio::model::Facility::districtCoolingHeatRejection | ( | ) | const |
Returns the district cooling energy used for heat rejection in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtCoolingHeatRejection
boost::optional<double> openstudio::model::Facility::districtCoolingHumidification | ( | ) | const |
Returns the district cooling energy used for humidification in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtCoolingHumidification
boost::optional<double> openstudio::model::Facility::districtCoolingInteriorEquipment | ( | ) | const |
Returns the district cooling energy used for interior equipment in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtCoolingInteriorEquipment
boost::optional<double> openstudio::model::Facility::districtCoolingInteriorLighting | ( | ) | const |
Returns the district cooling energy used for interior lighting in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtCoolingInteriorLighting
boost::optional<double> openstudio::model::Facility::districtCoolingPumps | ( | ) | const |
Returns the district cooling energy used for pumps in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtCoolingPumps
boost::optional<double> openstudio::model::Facility::districtCoolingRefrigeration | ( | ) | const |
Returns the district cooling energy used for refrigeration in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtCoolingRefrigeration
boost::optional<double> openstudio::model::Facility::districtCoolingTotalEndUses | ( | ) | const |
Returns the district cooling energy used for all end uses in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtCoolingRefrigeration
boost::optional<double> openstudio::model::Facility::districtCoolingWaterSystems | ( | ) | const |
Returns the district cooling energy used for water systems in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtCoolingWaterSystems
boost::optional<double> openstudio::model::Facility::districtHeatingCooling | ( | ) | const |
Returns the district heating energy used for cooling in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtHeatingCooling
boost::optional<double> openstudio::model::Facility::districtHeatingExteriorEquipment | ( | ) | const |
Returns the district heating energy used for exterior equipment in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtHeatingExteriorEquipment
boost::optional<double> openstudio::model::Facility::districtHeatingExteriorLighting | ( | ) | const |
Returns the district heating energy used for exterior lighting in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtHeatingExteriorLighting
boost::optional<double> openstudio::model::Facility::districtHeatingFans | ( | ) | const |
Returns the district heating energy used for fans in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtHeatingFans
boost::optional<double> openstudio::model::Facility::districtHeatingGenerators | ( | ) | const |
Returns the district heating energy used for generators in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtHeatingGenerators
boost::optional<double> openstudio::model::Facility::districtHeatingHeating | ( | ) | const |
Returns the district heating energy used for heating in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtHeatingHeating
boost::optional<double> openstudio::model::Facility::districtHeatingHeatRecovery | ( | ) | const |
Returns the district heating energy used for heat recovery in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtHeatingHeatRecovery
boost::optional<double> openstudio::model::Facility::districtHeatingHeatRejection | ( | ) | const |
Returns the district heating energy used for heat rejection in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtHeatingHeatRejection
boost::optional<double> openstudio::model::Facility::districtHeatingHumidification | ( | ) | const |
Returns the district heating energy used for humidification in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtHeatingHumidification
boost::optional<double> openstudio::model::Facility::districtHeatingInteriorEquipment | ( | ) | const |
Returns the district heating energy used for interior equipment in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtHeatingInteriorEquipment
boost::optional<double> openstudio::model::Facility::districtHeatingInteriorLighting | ( | ) | const |
Returns the district heating energy used for interior lighting in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtHeatingInteriorLighting
boost::optional<double> openstudio::model::Facility::districtHeatingPumps | ( | ) | const |
Returns the district heating energy used for pumps in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtHeatingPumps
boost::optional<double> openstudio::model::Facility::districtHeatingRefrigeration | ( | ) | const |
Returns the district heating energy used for refrigeration in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtHeatingRefrigeration
boost::optional<double> openstudio::model::Facility::districtHeatingTotalEndUses | ( | ) | const |
Returns the district heating energy used for all end uses in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtHeatingTotalEndUses
boost::optional<double> openstudio::model::Facility::districtHeatingWaterSystems | ( | ) | const |
Returns the district heating energy used for water systems in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: districtHeatingWaterSystems
boost::optional<double> openstudio::model::Facility::economicsCapitalCost | ( | ) | const |
Returns the total capital cost associated with the building in dollars by summing all costs from all ComponentCost_LineItem objects.
Requires EnergyPlus simulation output and LifeCycleCost_Parameters input object to calculate.
boost::optional<double> openstudio::model::Facility::economicsDPB | ( | ) | const |
Returns the discounted payback period in years.
Requires EnergyPlus simulation output and LifeCycleCost_Parameters input object to calculate. Attribute name: economicsSPB
boost::optional<double> openstudio::model::Facility::economicsEnergyCost | ( | ) | const |
Returns the total energy cost over the analysis period in dollars according to the discounting convention.
Requires EnergyPlus simulation output and LifeCycleCost_Parameters input object to calculate. Attribute name: economicsEnergyCost
boost::optional<double> openstudio::model::Facility::economicsIRR | ( | ) | const |
Returns the internal rate of return as a fractional rate (e.g.
5% = 0.05). Requires EnergyPlus simulation output and LifeCycleCost_Parameters input object to calculate. Attribute name: economicsSPB
boost::optional<double> openstudio::model::Facility::economicsNPV | ( | ) | const |
Returns the net present value in dollars.
Requires EnergyPlus simulation output and LifeCycleCost_Parameters input object to calculate. Attribute name: economicsSPB
boost::optional<double> openstudio::model::Facility::economicsSPB | ( | ) | const |
Returns the simple payback period in years.
Requires EnergyPlus simulation output and LifeCycleCost_Parameters input object to calculate. Attribute name: economicsSPB
boost::optional<double> openstudio::model::Facility::economicsTLCC | ( | ) | const |
Returns the total life cycle cost over the analysis period in dollars according to the discounting convention.
Requires EnergyPlus simulation output and LifeCycleCost_Parameters input object to calculate. Attribute name: economicsTLCC
boost::optional<double> openstudio::model::Facility::economicsVirtualRateCombined | ( | ) | const |
Returns the virtual rate of all energy in dollars per gigajoule.
Requires EnergyPlus simulation output and LifeCycleCost_Parameters input object to calculate. Attribute name: economicsVirtualRateCombined
boost::optional<double> openstudio::model::Facility::economicsVirtualRateElec | ( | ) | const |
Returns the virtual rate of electric energy in dollars per gigajoule.
Requires EnergyPlus simulation output and LifeCycleCost_Parameters input object to calculate. Attribute name: economicsVirtualRateElec
boost::optional<double> openstudio::model::Facility::economicsVirtualRateGas | ( | ) | const |
Returns the virtual rate of gas energy in dollars per gigajoule.
Requires EnergyPlus simulation output and LifeCycleCost_Parameters input object to calculate. Attribute name: economicsVirtualRateGas
boost::optional<double> openstudio::model::Facility::electricityCooling | ( | ) | const |
Returns the electric energy used for cooling in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: electricityCooling
boost::optional<double> openstudio::model::Facility::electricityExteriorEquipment | ( | ) | const |
Returns the electric energy used for exterior equipment in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: electricityExteriorEquipment
boost::optional<double> openstudio::model::Facility::electricityExteriorLighting | ( | ) | const |
Returns the electric energy used for exterior lighting in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: electricityExteriorLighting
boost::optional<double> openstudio::model::Facility::electricityFans | ( | ) | const |
Returns the electric energy used for fans in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: electricityFans
boost::optional<double> openstudio::model::Facility::electricityGenerators | ( | ) | const |
Returns the electric energy used for generators in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: electricityGenerators
boost::optional<double> openstudio::model::Facility::electricityHeating | ( | ) | const |
Returns the electric energy used for heating in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: electricityHeating
boost::optional<double> openstudio::model::Facility::electricityHeatRecovery | ( | ) | const |
Returns the electric energy used for heat recovery in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: electricityHeatRecovery
boost::optional<double> openstudio::model::Facility::electricityHeatRejection | ( | ) | const |
Returns the electric energy used for heat rejection in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: electricityHeatRejection
boost::optional<double> openstudio::model::Facility::electricityHumidification | ( | ) | const |
Returns the electric energy used for humidification in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: electricityHumidification
boost::optional<double> openstudio::model::Facility::electricityInteriorEquipment | ( | ) | const |
Returns the electric energy used for interior equipment in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: electricityInteriorEquipment
boost::optional<double> openstudio::model::Facility::electricityInteriorLighting | ( | ) | const |
Returns the electric energy used for interior lighting in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: electricityInteriorLighting
boost::optional<double> openstudio::model::Facility::electricityPumps | ( | ) | const |
Returns the electric energy used for pumps in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: electricityPumps
boost::optional<double> openstudio::model::Facility::electricityRefrigeration | ( | ) | const |
Returns the electric energy used for refrigeration in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: electricityRefrigeration
boost::optional<double> openstudio::model::Facility::electricityTotalEndUses | ( | ) | const |
Returns the electric energy used for all uses in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: electricityTotalEndUses
boost::optional<double> openstudio::model::Facility::electricityWaterSystems | ( | ) | const |
Returns the electric energy used for water systems in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: electricityWaterSystems
boost::optional<EndUses> openstudio::model::Facility::endUses | ( | ) | const |
Returns an EndUse object containing all end uses for the simulation.
boost::optional<Attribute> openstudio::model::Facility::endUsesAttribute | ( | ) | const |
Returns the underlying Attribute of the EndUse object.
std::vector<ExteriorLights> openstudio::model::Facility::exteriorLights | ( | ) | const |
Returns all ExteriorLights.
|
static |
Returns all FuelTypes which are fossil fuels.
boost::optional<OutputMeter> openstudio::model::Facility::getMeterByFuelType | ( | const FuelType & | fuelType, |
const std::string & | reportingFrequency = "Hourly" , |
||
const boost::optional< EndUseType > & | endUseType = boost::none , |
||
const boost::optional< std::string > & | specificEndUse = boost::none |
||
) | const |
boost::optional<double> openstudio::model::Facility::hoursCoolingSetpointNotMet | ( | ) | const |
Returns the total number of hours the cooling setpoint is not met.
Requires EnergyPlus simulation output to calculate.
boost::optional<double> openstudio::model::Facility::hoursHeatingSetpointNotMet | ( | ) | const |
Returns the total number of hours the heating setpoint is not met.
Requires EnergyPlus simulation output to calculate.
|
static |
std::vector<OutputMeter> openstudio::model::Facility::meters | ( | ) | const |
Returns all OutputMeters at the Facility level.
boost::optional<double> openstudio::model::Facility::naturalGasCooling | ( | ) | const |
Returns the natural gas energy used for cooling in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: naturalGasCooling
boost::optional<double> openstudio::model::Facility::naturalGasExteriorEquipment | ( | ) | const |
Returns the natural gas energy used for exterior equipment in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: naturalGasInteriorEquipment
boost::optional<double> openstudio::model::Facility::naturalGasExteriorLighting | ( | ) | const |
Returns the natural gas energy used for exterior lighting in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: naturalGasExteriorLighting
boost::optional<double> openstudio::model::Facility::naturalGasFans | ( | ) | const |
Returns the natural gas energy used for fans in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: naturalGasFans
boost::optional<double> openstudio::model::Facility::naturalGasGenerators | ( | ) | const |
Returns the natural gas energy used for generators in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: naturalGasGenerators
boost::optional<double> openstudio::model::Facility::naturalGasHeating | ( | ) | const |
Returns the natural gas energy used for heating in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: naturalGasHeating
boost::optional<double> openstudio::model::Facility::naturalGasHeatRecovery | ( | ) | const |
Returns the natural gas energy used for heat recovery in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: naturalGasHeatRecovery
boost::optional<double> openstudio::model::Facility::naturalGasHeatRejection | ( | ) | const |
Returns the natural gas energy used for heat rejection in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: naturalGasHeatRejection
boost::optional<double> openstudio::model::Facility::naturalGasHumidification | ( | ) | const |
Returns the natural gas energy used for humidification in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: naturalGasHumidification
boost::optional<double> openstudio::model::Facility::naturalGasInteriorEquipment | ( | ) | const |
Returns the natural gas energy used for interior equipment in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: naturalGasInteriorEquipment
boost::optional<double> openstudio::model::Facility::naturalGasInteriorLighting | ( | ) | const |
Returns the natural gas energy used for interior lighting in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: naturalGasInteriorLighting
boost::optional<double> openstudio::model::Facility::naturalGasPumps | ( | ) | const |
Returns the natural gas energy used for pumps in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: naturalGasPumps
boost::optional<double> openstudio::model::Facility::naturalGasRefrigeration | ( | ) | const |
Returns the natural gas energy used for refrigeration in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: naturalGasRefrigeration
boost::optional<double> openstudio::model::Facility::naturalGasTotalEndUses | ( | ) | const |
Returns the natural gas energy used for all end uses in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: naturalGasGenerators
boost::optional<double> openstudio::model::Facility::naturalGasWaterSystems | ( | ) | const |
Returns the natural gas energy used for water systems in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: naturalGasWaterSystems
boost::optional<double> openstudio::model::Facility::netSiteEnergy | ( | ) | const |
Returns the net site energy in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: netSiteEnergy
boost::optional<double> openstudio::model::Facility::netSourceEnergy | ( | ) | const |
Returns the net source energy in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: netSourceEnergy
boost::optional<double> openstudio::model::Facility::otherFuelCooling | ( | ) | const |
Returns the energy used for cooling from other fuel in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: otherFuelCooling
boost::optional<double> openstudio::model::Facility::otherFuelExteriorEquipment | ( | ) | const |
Returns the energy used for exterior equipment from other fuel in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: otherFuelExteriorEquipment
boost::optional<double> openstudio::model::Facility::otherFuelExteriorLighting | ( | ) | const |
Returns the energy used for exterior lighting from other fuel in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: otherFuelExteriorLighting
boost::optional<double> openstudio::model::Facility::otherFuelFans | ( | ) | const |
Returns the energy used for fans from other fuel in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: otherFuelFans
boost::optional<double> openstudio::model::Facility::otherFuelGenerators | ( | ) | const |
Returns the energy used for generators from other fuel in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: otherFuelGenerators
boost::optional<double> openstudio::model::Facility::otherFuelHeating | ( | ) | const |
Returns the energy used for heating from other fuel in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: otherFuelHeating
boost::optional<double> openstudio::model::Facility::otherFuelHeatRecovery | ( | ) | const |
Returns the energy used for heat recovery from other fuel in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: otherFuelHeatRecovery
boost::optional<double> openstudio::model::Facility::otherFuelHeatRejection | ( | ) | const |
Returns the energy used for heat rejection from other fuel in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: otherFuelHeatRejection
boost::optional<double> openstudio::model::Facility::otherFuelHumidification | ( | ) | const |
Returns the energy used for humidification from other fuel in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: otherFuelHumidification
boost::optional<double> openstudio::model::Facility::otherFuelInteriorEquipment | ( | ) | const |
Returns the energy used for interior equipment from other fuel in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: otherFuelInteriorEquipment
boost::optional<double> openstudio::model::Facility::otherFuelInteriorLighting | ( | ) | const |
Returns the energy used for interior lighting from other fuel in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: otherFuelInteriorLighting
boost::optional<double> openstudio::model::Facility::otherFuelPumps | ( | ) | const |
Returns the energy used for pumps from other fuel in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: otherFuelPumps
boost::optional<double> openstudio::model::Facility::otherFuelRefrigeration | ( | ) | const |
Returns the energy used for refrigeration from other fuel in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: otherFuelRefrigeration
boost::optional<double> openstudio::model::Facility::otherFuelTotalEndUses | ( | ) | const |
Returns the energy used for all end uses from other fuel in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: otherFuelTotalEndUses
boost::optional<double> openstudio::model::Facility::otherFuelWaterSystems | ( | ) | const |
Returns the energy used for water systems from other fuel in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: otherFuelWaterSystems
boost::optional<double> openstudio::model::Facility::totalSiteEnergy | ( | ) | const |
Returns the total site energy in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: totalSiteEnergy
boost::optional<double> openstudio::model::Facility::totalSourceEnergy | ( | ) | const |
Returns the total source energy in gigajoules.
Requires EnergyPlus simulation output to calculate. Attribute name: totalSourceEnergy
boost::optional<double> openstudio::model::Facility::waterCooling | ( | ) | const |
Returns the water used for cooling in cubic meters.
Requires EnergyPlus simulation output to calculate. Attribute name: waterCooling
boost::optional<double> openstudio::model::Facility::waterExteriorEquipment | ( | ) | const |
Returns the water used for exterior equipment in cubic meters.
Requires EnergyPlus simulation output to calculate. Attribute name: waterExteriorEquipment
boost::optional<double> openstudio::model::Facility::waterExteriorLighting | ( | ) | const |
Returns the water used for exterior lighting in cubic meters.
Requires EnergyPlus simulation output to calculate. Attribute name: waterExteriorLighting
boost::optional<double> openstudio::model::Facility::waterFans | ( | ) | const |
Returns the water used for fans in cubic meters.
Requires EnergyPlus simulation output to calculate. Attribute name: waterFans
boost::optional<double> openstudio::model::Facility::waterGenerators | ( | ) | const |
Returns the water used for generators in cubic meters.
Requires EnergyPlus simulation output to calculate.class EndUseType; Attribute name: waterGenerators
boost::optional<double> openstudio::model::Facility::waterHeating | ( | ) | const |
Returns the water used for heating in cubic meters.
Requires EnergyPlus simulation output to calculate. Attribute name: waterHeating
boost::optional<double> openstudio::model::Facility::waterHeatRecovery | ( | ) | const |
Returns the water used for heat recovery in cubic meters.
Requires EnergyPlus simulation output to calculate. Attribute name: waterHeatRecovery
boost::optional<double> openstudio::model::Facility::waterHeatRejection | ( | ) | const |
Returns the water used for heat rejection in cubic meters.
Requires EnergyPlus simulation output to calculate. Attribute name: waterHeatRejection
boost::optional<double> openstudio::model::Facility::waterHumidification | ( | ) | const |
Returns the water used for humidification in cubic meters.
Requires EnergyPlus simulation output to calculate. Attribute name: waterHumidification
boost::optional<double> openstudio::model::Facility::waterInteriorEquipment | ( | ) | const |
Returns the water used for interior equipment in cubic meters.
Requires EnergyPlus simulation output to calculate. Attribute name: waterInteriorEquipment
boost::optional<double> openstudio::model::Facility::waterInteriorLighting | ( | ) | const |
Returns the water used for interior lighting in cubic meters.
Requires EnergyPlus simulation output to calculate. Attribute name: waterInteriorLighting
boost::optional<double> openstudio::model::Facility::waterPumps | ( | ) | const |
Returns the water used for pumps in cubic meters.
Requires EnergyPlus simulation output to calculate. Attribute name: waterPumps
boost::optional<double> openstudio::model::Facility::waterRefrigeration | ( | ) | const |
Returns the water used for refrigeration in cubic meters.
Requires EnergyPlus simulation output to calculate. Attribute name: waterRefrigeration
boost::optional<double> openstudio::model::Facility::waterTotalEndUses | ( | ) | const |
Returns the water used for all uses in cubic meters.
Requires EnergyPlus simulation output to calculate. Attribute name: waterTotalEndUses
boost::optional<double> openstudio::model::Facility::waterWaterSystems | ( | ) | const |
Returns the water used for water systems in cubic meters.
Requires EnergyPlus simulation output to calculate. Attribute name: waterWaterSystems
|
related |