02-25-2015, 10:33 AM
Hi Susanne,
I replied to you on Unmethours forum. Just in case you search for an answer here first, I'm repeating my comment here as well.
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,
Ivan
p.s. Jason's comment:
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.
I replied to you on Unmethours forum. Just in case you search for an answer here first, I'm repeating my comment here as well.
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,
Ivan
p.s. Jason's comment:
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.