modelWindPressureProfile
Test model for wind pressure profile function
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This examples demonstrates the Buildings.Airflow.Multizone.BaseClasses.windPressureProfile function.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Angle[:] | incAngSurNor | {0, 45, 90, 135, 180, 225, 270, 315}*Modelica.Constants.pi/180 | Wind incidence angles, relative to the surface normal (normal=0), first point must be 0, last smaller than 2 pi(=360 deg) |
| Real[:] | Cp | {0.4, 0.1, -0.3, -0.35, -0.2, -0.35, -0.3, 0.1} | Cp values at the corresponding incAngSurNor |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Angle | alpha | Wind incidence angle (0: normal to wall) | |
| Real | CpAct | Wind pressure coefficient |
Revisions
-
February 2, 2022, by Michael Wetter:
Revised implementation.
This is for IBPSA, #1436. -
Apr 6, 2021, by Klaas De Jonge:
First implementation