Buildings.Types.Azimuth
List of possible constant values for surface azimuth
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.
Extends from Modelica.Icons.TypesPackage (Icon for packages containing type definitions).
Package Content
Name | Description |
---|---|
S=0 | Azimuth for an exterior wall whose outer surface faces south |
SW=+Modelica.Constants.pi/4 | Azimuth for an exterior wall whose outer surface faces south-west |
W=+Modelica.Constants.pi/2 | Azimuth for an exterior wall whose outer surface faces west |
NW=+Modelica.Constants.pi*3/4 | Azimuth for an exterior wall whose outer surface faces north-west |
N=Modelica.Constants.pi | Azimuth for an exterior wall whose outer surface faces north |
NE=-Modelica.Constants.pi*3/4 | Azimuth for an exterior wall whose outer surface faces north-east |
E=-Modelica.Constants.pi/2 | Azimuth for an exterior wall whose outer surface faces east |
SE=-Modelica.Constants.pi/4 | Azimuth for an exterior wall whose outer surface faces south-east |
Types and constants
constant Modelica.Units.SI.Angle S=0 "Azimuth for an exterior wall whose outer surface faces south";
constant Modelica.Units.SI.Angle SW=+Modelica.Constants.pi/4 "Azimuth for an exterior wall whose outer surface faces south-west";
constant Modelica.Units.SI.Angle W=+Modelica.Constants.pi/2 "Azimuth for an exterior wall whose outer surface faces west";
constant Modelica.Units.SI.Angle NW=+Modelica.Constants.pi*3/4 "Azimuth for an exterior wall whose outer surface faces north-west";
constant Modelica.Units.SI.Angle N=Modelica.Constants.pi "Azimuth for an exterior wall whose outer surface faces north";
constant Modelica.Units.SI.Angle NE=-Modelica.Constants.pi*3/4 "Azimuth for an exterior wall whose outer surface faces north-east";
constant Modelica.Units.SI.Angle E=-Modelica.Constants.pi/2 "Azimuth for an exterior wall whose outer surface faces east";
constant Modelica.Units.SI.Angle SE=-Modelica.Constants.pi/4 "Azimuth for an exterior wall whose outer surface faces south-east";