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

How to obtain the breakdown between the Energy Transfer for two separate heating coils modeled?

asked 2018-10-15 09:40:44 -0500

AS1's avatar

updated 2018-10-15 10:25:20 -0500

I have a model wherein I have two separate heating coils (electrical resistance and supplemental heating). However, existing meters and variables only seem to give me total Energy transfer. How can I get the Energy Transfer for each heating coil separately?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2018-10-15 11:37:07 -0500

Add an Output:Variable for each coil:

Output:Variable,
  Example Coil Name 1, !- Key Value
  Heating Coil Heating Rate, !- Variable Name
  Timestep;                  !- Reporting Frequency

Output:Variable,
  Example Coil Name 2, !- Key Value
  Heating Coil Heating Rate, !- Variable Name
  Timestep;                  !- Reporting Frequency

Or use the variable name 'Heating Coil Heating Energy' instead. Valid reporting frequencies are 'Detailed', 'Timestep', 'Hourly', 'Monthly', 'Annual', or 'RunPeriod'.

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

1 follower

Stats

Asked: 2018-10-15 09:40:44 -0500

Seen: 144 times

Last updated: Oct 15 '18