Using the AirFLowNetwork in single sided models

asked 2024-09-06 06:54:33 -0500

kostas's avatar

updated 2024-09-06 13:43:23 -0500

Hello there,

I'm modelling a single-vented flat in EnergyPLus using the AFN. The flat has only one wall ( with two windows on it) exposed to outdoors;

Hence, the three surfaces (the wall and two windows) have the same WindPressureCoefficientValues object.

When I run the simulation, I get the following severe error:

The same Wind Pressure Coefficient Curve name is used in all AirflowNetwork:MultiZone:ExternalNode objects.
Please input at least two different Wind Pressure Coefficient Curve names to avoid single side boundary condition.

What does this mean? Does it mean that somehow the air entering the flat must be exhausted to outdoors?

Regards,

Kostas

edit retag flag offensive close merge delete

Comments

If all 3x nodes share the same Cp curves, there could be no wind pressure driven ventilation. Maybe try single-sided ventilation? Otherwise:

  • Try copy/pasting (2x) that single curve object, rename both copies to ensure uniqueness, then have all 3x ExternalNode objects each reference a unique curve individually (one-to-one match)
  • If unsuccessful, maybe slightly change the values (to the 3rd decimal?) to ensure 3x unique curves
Denis Bourgeois's avatar Denis Bourgeois  ( 2024-09-06 10:05:00 -0500 )edit
1

Perfect, renaming the objects solved the problem. Many thanks, Kostas

kostas's avatar kostas  ( 2024-09-13 10:20:22 -0500 )edit