Buildings.Electrical.DC.Sources.BaseClasses
Package with base classes for DC sources
Information
This package contains base classes that are used to construct the models in Buildings.Electrical.DC.Sources.
Extends from Modelica.Icons.BasesPackage (Icon for packages containing base classes).
Package Content
Name | Description |
---|---|
WindCorrection | Block for wind correction |
Buildings.Electrical.DC.Sources.BaseClasses.WindCorrection
Block for wind correction
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.
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Height | h | Height over ground [m] | |
Height | hRef | Reference height for wind measurement [m] | |
Real | n | 0.4 | Height exponent for wind profile calculation |
Connectors
Type | Name | Description |
---|---|---|
output RealOutput | vLoc | Wind velocity at the location [m/s] |
input RealInput | vRef | Wind velocity at the reference height [m/s] |