blockWindCorrection

Block for wind correction

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

Information

This model calculates the wind velocity at the location as a function of the height over ground. The equation is based on Gash (1991). The model computes the wind velocity vLoc as

vLoc = vRef * (h / hRef)n

where vRef is the wind velocity at the reference height, h is the height over ground, hRef is the reference height, and n is the height exponent for wind calculation.

Reference

Gasch, R. 1991. Windkraftanlagen. Grundlagen und Entwurf (German). Teubner, Stuttgart.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.HeighthHeight over ground
Modelica.Units.SI.HeighthRefReference height for wind measurement
Realn0.4Height exponent for wind profile calculation

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealOutputvLocWind velocity at the location
Modelica.Blocks.Interfaces.RealInputvRefWind velocity at the reference height

Revisions

  • June 2, 2014, by Marco Bonvini:
    Revised documentation.
  • February 7, 2013, by Michael Wetter:
    Removed final keyword for parameters to allow users to adjust them, and removed default value for h.
  • February 1, 2013, by Thierry S. Nouidui:
    First implementation.