Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
3

considering maintenance cost in LCC (Present Value)

asked 2017-01-25 03:21:19 -0500

Elaheh's avatar

updated 2017-01-25 10:02:14 -0500

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

Regards

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2017-01-25 09:19:27 -0500

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

Stats

Asked: 2017-01-25 03:21:19 -0500

Seen: 159 times

Last updated: Jan 25 '17