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

Getting building thermal demand as output

asked 2017-06-20 04:06:08 -0500

marinafs1's avatar

updated 2017-06-20 09:34:28 -0500

I need to get the thermal demand of the building I am simulating as the output for the E+ Cosimulation Block. Which output from the ones available on the RDD file should I request in order to get this? I am modeling with Ideal Air Loads.

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
2

answered 2017-06-20 14:39:38 -0500

You can find an overview of output variables that the ZoneHVAC:IdealLoadsAirSystem can generate. I would assume that you are most interested in the Zone Ideal Loads Supply Air Total Cooling Rate and Zone Ideal Loads Supply Air Total Heating Rate. Note that an ideal loads air system object is connected to only a single zone, so if you are trying to determine the thermal demand of the whole building, you will need to parse through multiple columns of data in the output CSV file because one column is generated for each output variable generated by each object. For example, if you wanted to see thermal demand in two zones, you would parse through four columns (heating and cooling for each zone).

edit flag offensive delete link more
1

answered 2017-06-21 04:55:21 -0500

updated 2017-06-21 05:03:22 -0500

Reading your question, it seems you're perhaps looking after the total heating/cooling demand of your building rather than individual zones. If you only use IdealAirLoads, and don't have any special plant loops with District heating or cooling, you can just request the Meter for District Heating and District Cooling.

Possible appropriate meters are Heating:DistrictHeating or DistrictHeating:Facility (works only if you have your IdealAirLoads as Districtheating) or DistrictHeating:HVAC (possibly the most appropriate for your use case). See eplusout.mdd for more info including making sure the meter your end up selecting has what you require and only that.

Indeed, as stated in the doc for ZoneHVAC:IdealLoadsAirSystem

The energy required to condition the supply air is metered and reported as DistrictHeating and DistrictCooling.

See also DistrictHeating > Output Variables, Output:Meter, and the Output Details and Examples > eplusout.mtd.

edit flag offensive delete link more

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

Stats

Asked: 2017-06-20 04:06:08 -0500

Seen: 1,204 times

Last updated: Jun 21 '17