Water Lifecycle Costs in EnergyPlus [closed]

asked 2015-06-17 13:38:06 -0500

updated 2015-07-12 10:34:21 -0500

I was wondering if anyone has experience adding lifecycle costs to EnergyPlus for water consumption.

I was able to add water costs as a fuel using UtilityCost:Tariff object, but in that scenario it shows up under "Energy" instead of "Water" on the "Operating Cash Flow by Category (Witihout Escalation) " table which isn't ideal. Has anyone taken a different approach where they were able to populate the "Water" column?

Here is the table in question.

image description

Here is the EnergyTable which feeds into the "Energy" column above. Notice that it does include water costs. image description

And here is my Tariff object.

UtilityCost:Tariff,
  Water Tariff,                           !- Name
  Water:Facility,                         !- Output Meter Name
  UserDefined,                            !- Conversion Factor Choice
  1,                                      !- Energy Conversion Factor
  ,                                       !- Demand Conversion Factor
  ,                                       !- Time of Use Period Schedule Name
  ,                                       !- Season Schedule Name
  ,                                       !- Month Schedule Name
  ,                                       !- Demand Window Length
  0.0;                                    !- Monthly Charge or Variable Name

UtilityCost:Charge:Simple,
  WaterTariffEnergyCharge,                !- Name
  Water Tariff,                           !- Tariff Name
  totalEnergy,                            !- Source Variable
  Annual,                                 !- Season
  EnergyCharges,                          !- Category Variable Name
  10.0;                                   !- Cost per Unit Value or Variable Name

It may be bug, but I thought I'd see if anyone else had been successful with water lifecycle costs before I filed anything.

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by Aaron Boranian
close date 2017-03-22 10:40:16.042738

Comments

What version of EnergyPlus are you using? I tried running 5ZoneEconomicsTariffAndLifeCycleCosts.idf which includes water costs with EnergyPlus 8.6 and it seemed to work and populate the Operating Cash Flow by Category (Without Escalation) table.

JasonGlazer's avatar JasonGlazer  ( 2017-01-10 07:45:40 -0500 )edit

@David Goldwasser it looks like this was an issue in EnergyPlus v8.3, which @JasonGlazer fixed for v8.6 according to this Github thread.

Aaron Boranian's avatar Aaron Boranian  ( 2017-03-22 10:39:38 -0500 )edit