How to perform constant pressure in a zone
Hi all, I try to implement a virtual blower door test. There is an older question (54076) in unmethours, but it is not realy answered. For this test I need a constant 50 Pa pressure difference between in-/outside. Additionally I have an AirflowNetwork. I'm struggeling with the combination of an exaust fan and the AirflowNetwork. My approace is as follows:
- Define an exhaust fan in Fan:ZoneExhaust
- Use this Fan in AirflowNetwork:MultiZone:Component;ZoneExhaustFan
- Define a PressureController in AirflowNetwork:ZoneControl:PressureController
- Define a Schedule:constant for the 50 Pa
- add an entry in ZoneHAVC:EquipmentList and Connection
When I run the simulation I got two error massages:
* Severe * ValidateExhaustFanInput: Zone name in AirflowNetwork:MultiZone:Component:ZoneExhaustFan = EXAUSTFAN does not match the zone name in ZoneHVAC:EquipmentConnections
* Severe * ValidateExhaustFanInput: Zone name in AirflowNetwork:MultiZone:Component:ZoneExhaustFan = EXAUSTFAN does not match the zone name
* ~~~ * the surface is exposed to WEST_ZONE_WEST_WALL * Fatal * ValidateExhaustFanInput: Program terminates for preceding reason(s).
So something is not right, but I don't know what. In AirflowNetwork:MultiZone:Component:ZoneExhaustFan I can not choose a zone name. Enclosed you'll find screenshots with my definitions. I would be glad if anyone can give me a hint.