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

What's the difference between Zone and AFN in output variable?

asked 2020-08-27 03:00:45 -0500

juhyun Bak's avatar

updated 2020-08-27 03:02:31 -0500

I'm deriving several outputs from my model to evaluate indoor air quality.

What is the difference below? There is only a slight difference in the result value.

  • 'Zone Air CO2 Concentration' vs. 'AFN Node CO2 Concentration'
  • 'Zone Air Generic Air Contaminant Concentration' vs. 'AFN Node Generic Air Contaminant Concentration'
  • 'Zone Air Humidity Ratio' vs. 'AFN Node Humidity Ratio'

There is one more question. When setting the output variable to 'AFN node', why do I need to input 'zone name' instead of 'surface name' in key value? Is it an error in Energyplus?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-08-27 10:02:36 -0500

The 'Zone Air ###' outputs are the average value for a zone and the 'AFN Node ###' outputs are generated for each node in the airflow network that you define with an AirflowNetwork:Distribution:Node object. Taking the CO2 Concentration example that you referenced, here is the documentation for 'Zone Air' and here is the documentation for 'AFN Node'.

The key value for the 'AFN Node' outputs should be the names of the AirflowNetwork:Distribution:Node objects in your model. One might match the name of each zone for the zone air node, but you will also have nodes after coils, fans, and other HVAC components in the airflow network. I don't think there are AFN nodes associated with surface names. If you set the key value to an asterisk "*" then EnergyPlus will generate all possible outputs for the variable you request.

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: 2020-08-27 03:00:45 -0500

Seen: 96 times

Last updated: Aug 27 '20