considering maintenance cost in LCC (Present Value)
Hi, I'm wondering how we can add maintenance cost while calculating Present Value in EnergyPlus?!
Regards
add a comment
First time here? Check out the Help page!
Hi, I'm wondering how we can add maintenance cost while calculating Present Value in EnergyPlus?!
Regards
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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2017-01-25 03:21:19 -0600
Seen: 179 times
Last updated: Jan 25 '17