modelPartialOpeningArea
Calculation of window opening area, unspecified type
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
This partial model provides a base class of window opening area.
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 | true | Use input port for window sash opening width |
| Modelica.Units.SI.Length | prescribedOpnWidth | 0 | Fixed value of prescribed opening width |
| Modelica.Units.SI.Area | AClrOpn | winClrWidth*winClrHeight | Window clear opening area |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | opnWidth_in | Conditional input port for window sash opening width | |
| Modelica.Blocks.Interfaces.RealOutput | A | Output port for window opening area, must be defined by extended model | |
| Modelica.Blocks.Interfaces.RealOutput | opnWidth_internal | Internal port to connect to opnWidth_in or prescribedOpnWidth |
Revisions
-
June 14, 2024, by Jun Jiang:
First implementation (see issue 1492)