OpenStudioCore:model
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Static Public Member Functions | Related Functions | List of all members
openstudio::model::LifeCycleCostParameters Class Reference

#include <LifeCycleCostParameters.hpp>

+ Inheritance diagram for openstudio::model::LifeCycleCostParameters:

Public Member Functions

Setters
bool setAnalysisType (const std::string &analysisType)
 
void resetAnalysisType ()
 
bool setDiscountingConvention (const std::string &discountingConvention)
 
void resetDiscountingConvention ()
 
bool setInflationApproach (const std::string &inflationApproach)
 
void resetInflationApproach ()
 
bool setRealDiscountRate (double realDiscountRate)
 This cannot be set when analysis type is FEMP or when inflation approach is "CurrentDollar". More...
 
bool setNominalDiscountRate (double nominalDiscountRate)
 This cannot be set when analysis type is FEMP or when inflation approach is "ConstantDollar". More...
 
bool setInflation (double inflation)
 This cannot be set when analysis type is FEMP or when inflation approach is "ConstantDollar". More...
 
bool setBaseDateMonth (const MonthOfYear &baseDateMonth)
 
void resetBaseDateMonth ()
 
bool setBaseDateYear (int baseDateYear)
 
void resetBaseDateYear ()
 
bool setServiceDateMonth (const MonthOfYear &serviceDateMonth)
 
void resetServiceDateMonth ()
 
bool setServiceDateYear (int serviceDateYear)
 
void resetServiceDateYear ()
 
bool setLengthOfStudyPeriodInYears (int lengthOfStudyPeriodInYears)
 This cannot be set greater than 25 years when analysis type is FEMP. More...
 
void resetLengthOfStudyPeriodInYears ()
 
bool setTaxRate (double taxRate)
 
void resetTaxRate ()
 
bool setDepreciationMethod (const std::string &depreciationMethod)
 
void resetDepreciationMethod ()
 
bool setUseNISTFuelEscalationRates (bool useNISTFuelEscalationRates)
 This cannot be set when analysis type is FEMP. More...
 
void resetUseNISTFuelEscalationRates ()
 
bool setNISTRegion (const std::string &nistRegion)
 This cannot be set when use NIST fuel escalation rates is false. More...
 
void resetNISTRegion ()
 
bool setNISTSector (const std::string &nistSector)
 This cannot be set when use NIST fuel escalation rates is false. More...
 
void resetNISTSector ()
 
bool setElectricityInflation (double electricityInflation)
 This cannot be set when use NIST fuel escalation rates is true. More...
 
void resetElectricityInflation ()
 
bool setNaturalGasInflation (double naturalGasInflation)
 This cannot be set when use NIST fuel escalation rates is true. More...
 
void resetNaturalGasInflation ()
 
bool setSteamInflation (double steamInflation)
 This cannot be set when use NIST fuel escalation rates is true. More...
 
void resetSteamInflation ()
 
bool setGasolineInflation (double gasolineInflation)
 This cannot be set when use NIST fuel escalation rates is true. More...
 
void resetGasolineInflation ()
 
bool setDieselInflation (double dieselInflation)
 This cannot be set when use NIST fuel escalation rates is true. More...
 
void resetDieselInflation ()
 
bool setCoalInflation (double coalInflation)
 This cannot be set when use NIST fuel escalation rates is true. More...
 
void resetCoalInflation ()
 
bool setFuelOil1Inflation (double fuelOil1Inflation)
 This cannot be set when use NIST fuel escalation rates is true. More...
 
void resetFuelOil1Inflation ()
 
bool setFuelOil2Inflation (double fuelOil2Inflation)
 This cannot be set when use NIST fuel escalation rates is true. More...
 
void resetFuelOil2Inflation ()
 
bool setPropaneInflation (double propaneInflation)
 This cannot be set when use NIST fuel escalation rates is true. More...
 
void resetPropaneInflation ()
 
bool setWaterInflation (double waterInflation)
 This cannot be set when use NIST fuel escalation rates is true. More...
 
void resetWaterInflation ()
 
- Public Member Functions inherited from openstudio::model::ParentObject
std::vector< IddObjectTypeallowableChildTypes () const
 Returns a vector of allowable children types. More...
 
std::vector< ModelObjectchildren () 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< Relationshiprelationships () const
 Return all relationships for this ModelObject. More...
 
boost::optional< RelationshipgetRelationship (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< ParentObjectparent () const
 Return this object's parent in the hierarchy, if it has one. More...
 
std::vector< ResourceObjectresources () 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< OutputVariableoutputVariables () 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< LifeCycleCostlifeCycleCosts () const
 Returns the list of all LifeCycleCosts that refer to this object. More...
 
std::vector< IdfObjectremoveLifeCycleCosts ()
 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< ScheduleTypeKeygetScheduleTypeKeys (const Schedule &schedule) const
 Return the ScheduleTypeKeys indicating how schedule is used in this object. More...
 
boost::optional< ModelObjectconnectedObject (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< WorkspaceObjectgetSources (IddObjectType type) const
 
boost::optional< WorkspaceObjectgetTarget (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< WorkspaceObjectsources () const
 
std::vector< WorkspaceObjecttargets () const
 
Workspace workspace () const
 
virtual ~WorkspaceObject ()
 
- Public Member Functions inherited from openstudio::IdfObject
std::string briefDescription () const
 
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< IdfExtensibleGroupextensibleGroups () 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< intgetInt (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
 
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 (const std::vector< std::string > &values)
 
IdfExtensibleGroup pushExtensibleGroup ()
 
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 IddObjectType iddObjectType ()
 Returns the IddObjectType. More...
 
static std::vector< std::string > validAnalysisTypeValues ()
 Returns allowable values for analysisType. More...
 
static std::vector< std::string > validDepreciationMethodValues ()
 Returns allowable values for depreciationMethod. More...
 
static std::vector< std::string > validDiscountingConventionValues ()
 Returns allowable values for discountingConvention. More...
 
static std::vector< std::string > validInflationApproachValues ()
 Returns allowable values for inflationApproach. More...
 
- Static Public Member Functions inherited from openstudio::IdfObject
static boost::optional< IdfObjectload (const std::string &text)
 
static boost::optional< IdfObjectload (const std::string &text, const IddObject &iddObject)
 
static int printedFieldSpace ()
 

Related Functions

(Note that these are not member functions.)

typedef std::vector
< LifeCycleCostParameters
LifeCycleCostParametersVector
 
typedef boost::optional
< LifeCycleCostParameters
OptionalLifeCycleCostParameters
 

Constructors and Destructors

virtual ~LifeCycleCostParameters ()
 
 LifeCycleCostParameters (const Model &model)
 Constructs a new LifeCycleCostParameters object in the model. More...
 

Getters

std::string analysisType () const
 
bool isAnalysisTypeDefaulted () const
 
bool isFEMPAnalysis () const
 returns true if analysis type is FEMP More...
 
std::string discountingConvention () const
 
bool isDiscountingConventionDefaulted () const
 
std::string inflationApproach () const
 
bool isInflationApproachDefaulted () const
 
bool isConstantDollarAnalysis () const
 
boost::optional< double > realDiscountRate () const
 
boost::optional< double > nominalDiscountRate () const
 
boost::optional< double > inflation () const
 
MonthOfYear baseDateMonth () const
 
bool isBaseDateMonthDefaulted () const
 
int baseDateYear () const
 
bool isBaseDateYearDefaulted () const
 
MonthOfYear serviceDateMonth () const
 
bool isServiceDateMonthDefaulted () const
 
int serviceDateYear () const
 
bool isServiceDateYearDefaulted () const
 
int lengthOfStudyPeriodInYears () const
 
bool isLengthOfStudyPeriodInYearsDefaulted () const
 
boost::optional< double > taxRate () const
 
std::string depreciationMethod () const
 
bool isDepreciationMethodDefaulted () const
 
bool useNISTFuelEscalationRates () const
 
bool isUseNISTFuelEscalationRatesDefaulted () const
 
boost::optional< std::string > nistRegion () const
 
std::vector< std::string > validNistRegionValues () const
 
bool isNISTRegionDefaulted () const
 
boost::optional< std::string > nistSector () const
 
std::vector< std::string > validNistSectorValues () const
 
bool isNISTSectorDefaulted () const
 
boost::optional< double > electricityInflation () const
 
boost::optional< double > naturalGasInflation () const
 
boost::optional< double > steamInflation () const
 
boost::optional< double > gasolineInflation () const
 
boost::optional< double > dieselInflation () const
 
boost::optional< double > coalInflation () const
 
boost::optional< double > fuelOil1Inflation () const
 
boost::optional< double > fuelOil2Inflation () const
 
boost::optional< double > propaneInflation () const
 
boost::optional< double > waterInflation () const
 
static int nistYear ()
 
static double fempRealDiscountRate ()
 
static double fempNominalDiscountRate ()
 
static double fempInflation ()
 

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< IdfObjectIdfObjectVector
 
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
 
- 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)
 

Detailed Description

LifeCycleCostParameters derives from ParentObject and is an interface to the OpenStudio IDD object named "OS:LifeCycleCost:Parameters".

LifeCycleCostParameters is a unique object which defines important parameters for life cycle analysis such as the length of the study, inflation rates, discounting convention, etc.

Constructor & Destructor Documentation

virtual openstudio::model::LifeCycleCostParameters::~LifeCycleCostParameters ( )
inlinevirtual
openstudio::model::LifeCycleCostParameters::LifeCycleCostParameters ( const Model model)
explicitprotected

Constructs a new LifeCycleCostParameters object in the model.

Member Function Documentation

std::string openstudio::model::LifeCycleCostParameters::analysisType ( ) const
MonthOfYear openstudio::model::LifeCycleCostParameters::baseDateMonth ( ) const
int openstudio::model::LifeCycleCostParameters::baseDateYear ( ) const
boost::optional<double> openstudio::model::LifeCycleCostParameters::coalInflation ( ) const
std::string openstudio::model::LifeCycleCostParameters::depreciationMethod ( ) const
boost::optional<double> openstudio::model::LifeCycleCostParameters::dieselInflation ( ) const
std::string openstudio::model::LifeCycleCostParameters::discountingConvention ( ) const
boost::optional<double> openstudio::model::LifeCycleCostParameters::electricityInflation ( ) const
static double openstudio::model::LifeCycleCostParameters::fempInflation ( )
static
static double openstudio::model::LifeCycleCostParameters::fempNominalDiscountRate ( )
static
static double openstudio::model::LifeCycleCostParameters::fempRealDiscountRate ( )
static
boost::optional<double> openstudio::model::LifeCycleCostParameters::fuelOil1Inflation ( ) const
boost::optional<double> openstudio::model::LifeCycleCostParameters::fuelOil2Inflation ( ) const
boost::optional<double> openstudio::model::LifeCycleCostParameters::gasolineInflation ( ) const
static IddObjectType openstudio::model::LifeCycleCostParameters::iddObjectType ( )
static

Returns the IddObjectType.

boost::optional<double> openstudio::model::LifeCycleCostParameters::inflation ( ) const
std::string openstudio::model::LifeCycleCostParameters::inflationApproach ( ) const
bool openstudio::model::LifeCycleCostParameters::isAnalysisTypeDefaulted ( ) const
bool openstudio::model::LifeCycleCostParameters::isBaseDateMonthDefaulted ( ) const
bool openstudio::model::LifeCycleCostParameters::isBaseDateYearDefaulted ( ) const
bool openstudio::model::LifeCycleCostParameters::isConstantDollarAnalysis ( ) const
bool openstudio::model::LifeCycleCostParameters::isDepreciationMethodDefaulted ( ) const
bool openstudio::model::LifeCycleCostParameters::isDiscountingConventionDefaulted ( ) const
bool openstudio::model::LifeCycleCostParameters::isFEMPAnalysis ( ) const

returns true if analysis type is FEMP

bool openstudio::model::LifeCycleCostParameters::isInflationApproachDefaulted ( ) const
bool openstudio::model::LifeCycleCostParameters::isLengthOfStudyPeriodInYearsDefaulted ( ) const
bool openstudio::model::LifeCycleCostParameters::isNISTRegionDefaulted ( ) const
bool openstudio::model::LifeCycleCostParameters::isNISTSectorDefaulted ( ) const
bool openstudio::model::LifeCycleCostParameters::isServiceDateMonthDefaulted ( ) const
bool openstudio::model::LifeCycleCostParameters::isServiceDateYearDefaulted ( ) const
bool openstudio::model::LifeCycleCostParameters::isUseNISTFuelEscalationRatesDefaulted ( ) const
int openstudio::model::LifeCycleCostParameters::lengthOfStudyPeriodInYears ( ) const
boost::optional<double> openstudio::model::LifeCycleCostParameters::naturalGasInflation ( ) const
boost::optional<std::string> openstudio::model::LifeCycleCostParameters::nistRegion ( ) const
boost::optional<std::string> openstudio::model::LifeCycleCostParameters::nistSector ( ) const
static int openstudio::model::LifeCycleCostParameters::nistYear ( )
static
boost::optional<double> openstudio::model::LifeCycleCostParameters::nominalDiscountRate ( ) const
boost::optional<double> openstudio::model::LifeCycleCostParameters::propaneInflation ( ) const
boost::optional<double> openstudio::model::LifeCycleCostParameters::realDiscountRate ( ) const
void openstudio::model::LifeCycleCostParameters::resetAnalysisType ( )
void openstudio::model::LifeCycleCostParameters::resetBaseDateMonth ( )
void openstudio::model::LifeCycleCostParameters::resetBaseDateYear ( )
void openstudio::model::LifeCycleCostParameters::resetCoalInflation ( )
void openstudio::model::LifeCycleCostParameters::resetDepreciationMethod ( )
void openstudio::model::LifeCycleCostParameters::resetDieselInflation ( )
void openstudio::model::LifeCycleCostParameters::resetDiscountingConvention ( )
void openstudio::model::LifeCycleCostParameters::resetElectricityInflation ( )
void openstudio::model::LifeCycleCostParameters::resetFuelOil1Inflation ( )
void openstudio::model::LifeCycleCostParameters::resetFuelOil2Inflation ( )
void openstudio::model::LifeCycleCostParameters::resetGasolineInflation ( )
void openstudio::model::LifeCycleCostParameters::resetInflationApproach ( )
void openstudio::model::LifeCycleCostParameters::resetLengthOfStudyPeriodInYears ( )
void openstudio::model::LifeCycleCostParameters::resetNaturalGasInflation ( )
void openstudio::model::LifeCycleCostParameters::resetNISTRegion ( )
void openstudio::model::LifeCycleCostParameters::resetNISTSector ( )
void openstudio::model::LifeCycleCostParameters::resetPropaneInflation ( )
void openstudio::model::LifeCycleCostParameters::resetServiceDateMonth ( )
void openstudio::model::LifeCycleCostParameters::resetServiceDateYear ( )
void openstudio::model::LifeCycleCostParameters::resetSteamInflation ( )
void openstudio::model::LifeCycleCostParameters::resetTaxRate ( )
void openstudio::model::LifeCycleCostParameters::resetUseNISTFuelEscalationRates ( )
void openstudio::model::LifeCycleCostParameters::resetWaterInflation ( )
MonthOfYear openstudio::model::LifeCycleCostParameters::serviceDateMonth ( ) const
int openstudio::model::LifeCycleCostParameters::serviceDateYear ( ) const
bool openstudio::model::LifeCycleCostParameters::setAnalysisType ( const std::string &  analysisType)
bool openstudio::model::LifeCycleCostParameters::setBaseDateMonth ( const MonthOfYear baseDateMonth)
bool openstudio::model::LifeCycleCostParameters::setBaseDateYear ( int  baseDateYear)
bool openstudio::model::LifeCycleCostParameters::setCoalInflation ( double  coalInflation)

This cannot be set when use NIST fuel escalation rates is true.

bool openstudio::model::LifeCycleCostParameters::setDepreciationMethod ( const std::string &  depreciationMethod)
bool openstudio::model::LifeCycleCostParameters::setDieselInflation ( double  dieselInflation)

This cannot be set when use NIST fuel escalation rates is true.

bool openstudio::model::LifeCycleCostParameters::setDiscountingConvention ( const std::string &  discountingConvention)
bool openstudio::model::LifeCycleCostParameters::setElectricityInflation ( double  electricityInflation)

This cannot be set when use NIST fuel escalation rates is true.

bool openstudio::model::LifeCycleCostParameters::setFuelOil1Inflation ( double  fuelOil1Inflation)

This cannot be set when use NIST fuel escalation rates is true.

bool openstudio::model::LifeCycleCostParameters::setFuelOil2Inflation ( double  fuelOil2Inflation)

This cannot be set when use NIST fuel escalation rates is true.

bool openstudio::model::LifeCycleCostParameters::setGasolineInflation ( double  gasolineInflation)

This cannot be set when use NIST fuel escalation rates is true.

bool openstudio::model::LifeCycleCostParameters::setInflation ( double  inflation)

This cannot be set when analysis type is FEMP or when inflation approach is "ConstantDollar".

bool openstudio::model::LifeCycleCostParameters::setInflationApproach ( const std::string &  inflationApproach)
bool openstudio::model::LifeCycleCostParameters::setLengthOfStudyPeriodInYears ( int  lengthOfStudyPeriodInYears)

This cannot be set greater than 25 years when analysis type is FEMP.

This cannot be set greater than 30 years when using NIST fuel escalation rates.

bool openstudio::model::LifeCycleCostParameters::setNaturalGasInflation ( double  naturalGasInflation)

This cannot be set when use NIST fuel escalation rates is true.

bool openstudio::model::LifeCycleCostParameters::setNISTRegion ( const std::string &  nistRegion)

This cannot be set when use NIST fuel escalation rates is false.

bool openstudio::model::LifeCycleCostParameters::setNISTSector ( const std::string &  nistSector)

This cannot be set when use NIST fuel escalation rates is false.

bool openstudio::model::LifeCycleCostParameters::setNominalDiscountRate ( double  nominalDiscountRate)

This cannot be set when analysis type is FEMP or when inflation approach is "ConstantDollar".

bool openstudio::model::LifeCycleCostParameters::setPropaneInflation ( double  propaneInflation)

This cannot be set when use NIST fuel escalation rates is true.

bool openstudio::model::LifeCycleCostParameters::setRealDiscountRate ( double  realDiscountRate)

This cannot be set when analysis type is FEMP or when inflation approach is "CurrentDollar".

bool openstudio::model::LifeCycleCostParameters::setServiceDateMonth ( const MonthOfYear serviceDateMonth)
bool openstudio::model::LifeCycleCostParameters::setServiceDateYear ( int  serviceDateYear)
bool openstudio::model::LifeCycleCostParameters::setSteamInflation ( double  steamInflation)

This cannot be set when use NIST fuel escalation rates is true.

bool openstudio::model::LifeCycleCostParameters::setTaxRate ( double  taxRate)
bool openstudio::model::LifeCycleCostParameters::setUseNISTFuelEscalationRates ( bool  useNISTFuelEscalationRates)

This cannot be set when analysis type is FEMP.

bool openstudio::model::LifeCycleCostParameters::setWaterInflation ( double  waterInflation)

This cannot be set when use NIST fuel escalation rates is true.

boost::optional<double> openstudio::model::LifeCycleCostParameters::steamInflation ( ) const
boost::optional<double> openstudio::model::LifeCycleCostParameters::taxRate ( ) const
bool openstudio::model::LifeCycleCostParameters::useNISTFuelEscalationRates ( ) const
static std::vector<std::string> openstudio::model::LifeCycleCostParameters::validAnalysisTypeValues ( )
static

Returns allowable values for analysisType.

static std::vector<std::string> openstudio::model::LifeCycleCostParameters::validDepreciationMethodValues ( )
static

Returns allowable values for depreciationMethod.

static std::vector<std::string> openstudio::model::LifeCycleCostParameters::validDiscountingConventionValues ( )
static

Returns allowable values for discountingConvention.

static std::vector<std::string> openstudio::model::LifeCycleCostParameters::validInflationApproachValues ( )
static

Returns allowable values for inflationApproach.

std::vector<std::string> openstudio::model::LifeCycleCostParameters::validNistRegionValues ( ) const
std::vector<std::string> openstudio::model::LifeCycleCostParameters::validNistSectorValues ( ) const
boost::optional<double> openstudio::model::LifeCycleCostParameters::waterInflation ( ) const

Friends And Related Function Documentation

typedef boost::optional<LifeCycleCostParameters> OptionalLifeCycleCostParameters
related