Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
2

How can I change the unit from kWh to kWh/m2?

asked 2015-02-05 11:39:55 -0500

Antop's avatar

Dear All, I am working on a large experiment in which I compare several variables. The results of this project show the energy consumption for heating cooling and electrical system. I get the value in kWh but I need to have the results in kWh/m2.

Obviously, I could divide the value for the floor area, but the experiment is very large so I would do it automatically.

Have you suggestion?

Thanks

A.

edit retag flag offensive close merge delete

Comments

@Antop Just for clarification, are you using EnergyPlus?

jfirrantello's avatar jfirrantello  ( 2015-02-05 13:02:53 -0500 )edit

3 Answers

Sort by ยป oldest newest most voted
3

answered 2015-02-06 04:58:47 -0500

Ivan Korolija's avatar

Hi Antonio,

I replied to you on jEPlus forum but just in case you haven't seen an answer I'll repeat it here.

For a clarification, you mentioned you use jEPlus+EA. In this case you have an opportunity to do automatic postprocessing within jEPlus+EA by specifying mathematical operations in rvi (or rvx) file (you can do postprocessing by including python script as well).

Total building area can be extracted from sql. If you choose to output simulation results to sql file (by adding Output:SQLite, SimpleAndTabular; object) you would be able to extract the total building area by using SQL query. From top of my head the SQL query should be:

SELECT Value FROM TabularDataWithStrings Where RowName = 'Total Building Area'

However, if I'm wrong, you'll have to check and update the sql query. YouTube video tutorial can be found here

Having the total building area extracted from sql, you'll be able to calculate normalised energy consumptions and use them as optimisation objectives. For example, if your Heating:DistrictHeating output [in J] is c2, and total building area [in m^2] is c4, the normalised heating consumption would be:

Heating; kWh/m2; c2/c4/1000/3600.

Cheers, IK

edit flag offensive delete link more
3

answered 2015-02-05 11:47:29 -0500

updated 2015-02-05 12:23:19 -0500

Without more detail about the outputs you're interested in it's hard to provide a specific answer.

However, the LEED Summary section of the HTML output lists the electrical and thermal EUI by end use in Tables EAp2-17. In the OpenStudio application these can be found here:

Results Summary > Reports > EnergyPlus Results > Table of Contents > LEED Summary

Or by navigating to the HTML output file:

osm file directory > run > EnergyPlus > eplustbl.htm or eplustbl.csv

edit flag offensive delete link more

Comments

the output are: InteriorLights:Electricity InteriorEquipment:Electricity

Heating:DistrictHeating Cooling:DistrictCooling

Could I have the same results in enrgy plus?

Antop's avatar Antop  ( 2015-02-05 11:58:36 -0500 )edit

To follow up on @MatthewSteen's answer, you could add in the Annual End Use Breakdown measure which gives end use and fuel type breakdown normalized by area. In fact the data is pulled from the tables in the EnergyPlus output that Matt referred to. This report displays in IP units (even thought the EnergyPlus tabular data is SI). But it would be easy for someone to remove the unit conversion to make this report SI.

David Goldwasser's avatar David Goldwasser  ( 2015-02-05 12:09:16 -0500 )edit

@Antop most if not all of those outputs should be in the tables I mentioned above and yes the HTML and CSV output files are produced by EnergyPlus during an OpenStudio run, is that what you're asking?

MatthewSteen's avatar MatthewSteen  ( 2015-02-05 12:18:48 -0500 )edit
0

answered 2021-09-24 13:35:22 -0500

RicardoCordeiro's avatar

Hello, can you help me in a similar situation? I have the report of Zone Windows Total Heat Loss Rate [W], but i want it in [W/m2]. Is it possible to have that? Thank you.

edit flag offensive delete link more

Comments

This is a six year old post and your question is a little different, so it would be better for you to ask your question in a new post. Yes, what you want is possible, but will be easier to answer if you provide some more details. Are you looking at area of window or floor area of space? Are you aggregating to the whole building or space, facade, etc?

David Goldwasser's avatar David Goldwasser  ( 2021-09-25 12:26:01 -0500 )edit

Hello, ok i'll ask in a new post. What im looking for is area of window and its for the all the windows in the house. This is a case with a single family house.

Thanks

RicardoCordeiro's avatar RicardoCordeiro  ( 2021-09-27 10:54:54 -0500 )edit

Hello,

I've made a new post but no one answers about that. Can you help me on this, please? Thank you very much.

RicardoCordeiro's avatar RicardoCordeiro  ( 2021-10-04 08:58:49 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2015-02-05 11:39:55 -0500

Seen: 3,540 times

Last updated: Sep 24 '21