modelPartialEmpiricalFlow
Partial model for empirical expressions of ventilation flow rate
Information
This partial model provides a base class of models that estimate ventilation volume flow.
Parameters
| Type | Name | Default | Description |
| Modelica.Units.SI.Length | winClrWidth | | Width of the window clear opening |
| Modelica.Units.SI.Height | winClrHeight | | Height of the window clear opening |
| Boolean | use_opnWidth_in | openingArea.use_opnWidth_in | Use input port for window sash opening |
| String | varNameIntRes | | Variable name of interim result |
Components
| Type | Name | Default | Description |
| OpeningArea | openingArea | | Model instance for window opening area calculation |
| Real | intRes | | Interim result used to check the if assertion is raised in root calculation |
| Integer | errCouIntRes | | Warning counter for interim result warnings |
Contents
| Name | Description |
OpeningArea | |
Revisions
-
June 13, 2024, by Jun Jiang:
First implementation (see issue 1492)