3

considering maintenance cost in LCC (Present Value)

Hi, I'm wondering how we can add maintenance cost while calculating Present Value in EnergyPlus?!

Regards

Elaheh's avatar
113
Elaheh
asked 2017-01-25 03:21:19 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2017-01-25 10:02:14 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

Using the LifeCycleCost:RecurringCost object, set the Category field to Maintenance. The ExampleFiles\5ZoneEconomicsTariffAndLifeCycleCosts.idf file (usually in the C:\EnergyPlusV8-6-0\ExampleFiles directory) has an example:

  LifeCycleCost:RecurringCosts,
    AnnualMaint,             !- Name
    Maintenance,             !- Category
    7000,                    !- Cost
    ServicePeriod,           !- Start of Costs
    0,                       !- Years from Start
    0,                       !- Months from Start
    1,                       !- Repeat Period Years
    0,                       !- Repeat Period Months
    0;                       !- Annual escalation rate

The present value is reported in the tabular output file in the Life-Cycle Cost Report.

JasonGlazer's avatar
6.8k
JasonGlazer
answered 2017-01-25 09:19:27 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments