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

TypeNameDefaultDescription
Modelica.Units.SI.Heighthin10Height of input speed vin
Modelica.Units.SI.Heighthout70Height of output speed vout
Modelica.Units.SI.Lengthroughness0.1Roughness length

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputvinInput velocity
Modelica.Blocks.Interfaces.RealOutputvoutOutput velocity