modelWindTurbine
Model of a simple wind turbine generator
Extends from Buildings.Electrical.AC.OnePhase.Sources.WindTurbine (Simple wind turbine model).
Information
Model of a wind turbine whose power is computed as a function of wind-speed as defined in a table.
See Buildings.Electrical.AC.OnePhase.Sources.WindTurbine for more information.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Velocity | vIn (from PartialWindTurbineBase) | table[1, 1] | Cut-in steady wind speed |
| Modelica.Units.SI.Velocity | vOut (from PartialWindTurbineBase) | table[size(table, 1), 1] | Cut-out steady wind speed |
| Real | scale (from PartialWindTurbineBase) | 1 | Scaling factor, used to allow adjusting the power output without changing the table |
| Boolean | tableOnFile (from PartialWindTurbineBase) | false | true, if table is defined on file or in function usertab |
| Real[:,2] | table (from PartialWindTurbineBase) | [3.5, 0; 5.5, 0.1; 12, 0.9; 14, 1; 25, 1] | Table of generated power (first column is wind speed, second column is power) |
| String | tableName (from PartialWindTurbineBase) | "NoName" | Table name on file or in function usertab (see documentation) |
| String | fileName (from PartialWindTurbineBase) | "NoName" | File where matrix is stored |
| Wind correction | |||
| Real | h (from PartialWindTurbineBase) | Height over ground | |
| Modelica.Units.SI.Height | hRef (from PartialWindTurbineBase) | 10 | Reference height for wind measurement |
| Real | nWin (from PartialWindTurbineBase) | 0.4 | Height exponent for wind profile calculation |
| Nominal conditions | |||
| Modelica.Units.SI.Voltage | V_nominal (from PartialWindTurbineBase) | Nominal voltage (V_nominal >= 0) | |
| AC-Conversion | |||
| Real | pf (from WindTurbine) | 0.9 | Power factor |
| Real | eta_DCAC (from WindTurbine) | 0.9 | Efficiency of DC/AC conversion |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | vWin (from PartialWindTurbineBase) | Steady wind speed | |
| Modelica.Blocks.Interfaces.RealOutput | P (from PartialWindTurbineBase) | Generated power | |
| Buildings.Electrical.Interfaces.Terminal | terminal (from PartialWindTurbine) | Generalized terminal |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Electrical.AC.OnePhase.Loads.Capacitive | load (from WindTurbine) | Load model |
Revisions
-
August 24, 2014, by Marco Bonvini:
Revised documentation.