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
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Height | h | Height over ground | |
| Modelica.Units.SI.Height | hRef | Reference height for wind measurement | |
| Real | n | 0.4 | Height exponent for wind profile calculation |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealOutput | vLoc | Wind velocity at the location | |
| Modelica.Blocks.Interfaces.RealInput | vRef | Wind velocity at the reference height |
Revisions
-
June 2, 2014, by Marco Bonvini:
Revised documentation. -
February 7, 2013, by Michael Wetter:
Removedfinalkeyword for parameters to allow users to adjust them, and removed default value forh. -
February 1, 2013, by Thierry S. Nouidui:
First implementation.