blockCheckWindDirection

Constrains the wind direction to [0, 2*pi] degree

Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).

Information

This component constrains the interpolated wind direction between 0 and 360 degree.

Parameters

TypeNameDefaultDescription
Realdelta0.01Smoothing parameter

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputnInInput wind direction
Modelica.Blocks.Interfaces.RealOutputnOutWind direction

Revisions

  • October 27, 2011, by Wangda Zuo:
    Delete the unit conversion part since it will be done outside.
  • July 14, 2010, by Wangda Zuo:
    First implementation.