functionto_northAzimuth
Conversion from azimuth based on AixLib to north based azimuth
Extends from Modelica.Units.Icons.Conversion (Base icon for conversion functions).
Information
This Function converts the azimuth based on AixLib to the north based definition.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Angle | azi | Surface azimuth. azi=-90 degree if surface outward unit normal points toward east; azi=0 if it points toward south |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Angle | alpha | North based azimuth. alpha=0 if surface outward unit normal points toward north; alpha=90 degree if it points toward east. |
Revisions
- June 07, 2016, by Stanley Risch:
Implemented.