Skip to content

LifeCycleCost:UseAdjustment

Used by advanced users to adjust the energy or water use costs for future years. This should not be used for compensating for inflation but should only be used to increase the costs of energy or water based on assumed changes to the actual use of water or energy, such as due to changes in the future function of the building or the impact of future adjacent buildings on energy use. This object is not commonly used and should be used with caution. The adjustments begin at the start of the service period.

Inputs

Field: Name

Alpha

The identifier used for the object.

Field: Resource

Choice Required
Coal Diesel Electricity ElectricityNet ElectricityProduced ElectricityPurchased ElectricitySurplusSold FuelOil#1 FuelOil#2 Gasoline NaturalGas OtherFuel1 OtherFuel2 Propane Steam Water

Enter the resource such as:

  • Electricity

  • NaturalGas

  • Steam

  • Gasoline

  • Diesel

  • Coal

  • FuelOil #1

  • FuelOil #2

  • Propane

  • Water

Field: Year 1 multiplier

The multiplier to be applied to the end use cost for the first year in the service period. The total utility costs for the selected end use is multiplied by this value. For no change enter 1.0.

Field: Year N multiplier

The multiplier to be applied to the end use cost for each following year. The total utility costs for the selected end use is multiplied by this value. For no change enter 1.0.  This object is extensible and often includes 25 to 50 years of values.

An example of this object in an IDF:

LifeCycleCost:UseAdjustment,
  ElecAdjustment,       !- Name
  Electricity,          !- Resource
  1.0000,               !- Year 1 Multiplier
  1.0022,               !- Year 2 Multiplier
  1.0023,               !- Year 3 Multiplier
  1.0024,               !- Year 4 Multiplier
  1.0025,               !- Year 5 Multiplier
  1.0026,               !- Year 6 Multiplier
  1.0027;               !- Year 7 Multiplier

CurrencyType

By default, the predefined reports related to economics use the $ symbol. If a different symbol should be shown in the predefined reports to represent the local currency this object can be used. If the object is not used, the $ sign is used in the reports. Only one CurrencyType object is allowed in the input file.

Field: Monetary Unit

Choice Required
AFN ALL ANG ARS AUD AWG AZN BAM BBD BGN BMD BND BOB BRL BSD BWP BYR BZD CAD CHF CLP CNY COP CRC CUP CZK DKK DOP EEK EGP EUR FJD GBP GHC GIP GTQ GYD HKD HNL HRK HUF IDR ILS IMP INR IRR ISK JEP JMD JPY KGS KHR KPW KRW KYD KZT LAK LBP LKR LRD LTL LVL MKD MNT MUR MXN MYR MZN NAD NGN NIO NOK NPR NZD OMR PAB PEN PHP PKR PLN PYG QAR RON RSD RUB SAR SBD SCR SEK SGD SHP SOS SRD SVC SYP THB TRL TRY TTD TVD TWD UAH USD UYU UZS VEF VND XCD YER ZAR ZWD

The commonly used three letter currency code for the units of money for the country or region. Based on ISO 4217 currency codes. Common currency codes are USD for the U.S. Dollar represented with '$' and EUR for Euros represented with '€'. The three letter currency codes can be seen at the following web sites (as of 2008):

http://www.iso.org/iso/support/faqs/faqs_widely_used_standards/widely_used_standards_other/currency_codes/currency_codes_list-1.htm

http://www.xe.com/symbols.php

When a three letter currency code is specified, the HTML file will use either an ASCII character if available or one or more UNICODE characters. Since not all browsers and all fonts used by browsers completely support UNICODE, not all currency symbols may be rendered correctly. If a box or a box with four small letters appears, this indicates that the browser and its fonts do not support a specific UNICODE character.

For text reports, an ASCII representation of the currency code will be used. Since ASCII is much more limited than UNICODE, many times the three letter currency code will be shown in the reports.

Since forms of currency change, please contact EnergyPlus support if a new currency code and symbol are needed.