modelSpeedAdaptor
Information
This model transformes wind speeds with respect of height hin
to wind speeds of height hout.
vout = vin * log(hout / roughness) / log(hin / roughness)
Typical roughness lengths can be obtained from
https://energypedia.info/
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Height | hin | 10 | Height of input speed vin |
| Modelica.Units.SI.Height | hout | 70 | Height of output speed vout |
| Modelica.Units.SI.Length | roughness | 0.1 | Roughness length |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | vin | Input velocity | |
| Modelica.Blocks.Interfaces.RealOutput | vout | Output velocity |