recordCFDSurfaceIdentifier
Data record to identify surfaces in the CFD code
Extends from Modelica.Icons.Record (Icon for records).
Information
This record is a data structure that is used to assemble information that is used in the CFD to identify surface data that are exchanged with Modelica.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| String | name | Name of the surface | |
| Modelica.Units.SI.Area | A | Area of the surface | |
| Modelica.Units.SI.Angle | til | Tilt of the surface | |
| Buildings.ThermalZones.Detailed.Types.CFDBoundaryConditions | bouCon | Boundary condition used in the CFD simulation |
Revisions
-
September 18, 2021, by Francesco Casella:
Removed parameter prefix for OpenModelica.
See OpenModelica, #7839. -
July 30, 2013, by Michael Wetter:
First implementation.