packageAzimuth
List of possible constant values for surface azimuth
Extends from Modelica.Icons.TypesPackage (Icon for packages containing type definitions).
Information
Collection of constant values to define the azimuth of a surface.
For example, if an exterior wall is South oriented, i.e., its outside-facing
surface is towards South, use
Buildings.Types.Azimuth.S.
See also Buildings.BoundaryConditions.UsersGuide for explanations of the azimuth.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Angle | S | 0 | Azimuth for an exterior wall whose outer surface faces south |
| Modelica.Units.SI.Angle | SW | +Modelica.Constants.pi/4 | Azimuth for an exterior wall whose outer surface faces south-west |
| Modelica.Units.SI.Angle | W | +Modelica.Constants.pi/2 | Azimuth for an exterior wall whose outer surface faces west |
| Modelica.Units.SI.Angle | NW | +Modelica.Constants.pi*3/4 | Azimuth for an exterior wall whose outer surface faces north-west |
| Modelica.Units.SI.Angle | N | Modelica.Constants.pi | Azimuth for an exterior wall whose outer surface faces north |
| Modelica.Units.SI.Angle | NE | -Modelica.Constants.pi*3/4 | Azimuth for an exterior wall whose outer surface faces north-east |
| Modelica.Units.SI.Angle | E | -Modelica.Constants.pi/2 | Azimuth for an exterior wall whose outer surface faces east |
| Modelica.Units.SI.Angle | SE | -Modelica.Constants.pi/4 | Azimuth for an exterior wall whose outer surface faces south-east |
Revisions
-
November 30 2010, by Michael Wetter:
First implementation.