4

Looking for energyplus/jEPlus+EA examples with costs

Hi everybody,

I would like to include a simple cost analysis into my parametric model. That means using cost as one of my objectives in finding the best design solution.

Are there any example files available for energyplus & jEPlus+EA that include cost effectiveness?

Would be great if you could share your experience with me?

Thanks a lot.

Susanne

Xandrika's avatar
1.1k
Xandrika
asked 2015-02-24 05:13:48 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2015-11-07 14:18:54 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

4

There are some examples just covering the EnergyPlus side that are included with the EnergyPlus installation. In the ExampleFiles subdirectory where EnergyPlus is installed are two files that cover different aspects of cost effectiveness. The first 5ZoneCostEst.idf shows how the ComponentCost:LineItem, ComponentCost:Reference, and ComponentCost:Adjustment objects work. These objects can be used to come up with first cost estimates for building components. You still need to provide values but the costs can be expressed as on a per area, per item, per output capacity, per volume, etc.. basis. This allows changes to the building model to be captured as changes in the first costs. For operating and lifecycle costs, the 5ZoneEconomicTariffAndLifeCycleCosts.idf file in the same directory is a good example. It shows how to use the UtilityCost objects to describe a variety of tariffs as well as using the LIfeCycleCost objects to describe other recurring and nonrecurring costs.

JasonGlazer's avatar
6.8k
JasonGlazer
answered 2015-02-24 09:27:45 -0500
edit flag offensive 0 remove flag delete link

Comments

thanks. I had already a look on these. Any examples for jEPlus+EA available?

Xandrika's avatar Xandrika (2015-02-24 23:49:55 -0500) edit

@Xandrika were you able to use JEPlus+EA for cost minimization objective function?

rkbest's avatar rkbest (2016-10-24 16:28:36 -0500) edit
add a comment see more comments
3

Hi Susanne,

You can specify costs in E+ by following examples mentioned in Jason's comment. However, to use them in the jEPlus+EA as an objective you'll need to extract them from SQL. jEPlus+EA objectives can be defined in rvx (or rvi) file. Structure of the rvx file can be found here. You can see that you can apply mathematical operations when defining objectives. I assume you need a total cost which means you'll sum up individual cost outputs (extracted from sql) in objectives formula field.

Cheers,

IK

Ivan Korolija's avatar
911
Ivan Korolija
answered 2015-02-25 04:26:43 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments