considering maintenance cost in LCC (Present Value)
Hi, I'm wondering how we can add maintenance cost while calculating Present Value in EnergyPlus?!
Regards
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.
To enter a block of code:
Comments