modelWindTurbine
Simple wind turbine source without neutral cable
Extends from BaseClasses.UnbalancedWindTurbine (Base model for an unbalanced wind power source without neutral cable).
Information
Simple wind turbine model for three-phase unbalanced systems without neutral cable connection.
For more information, see Buildings.Electrical.AC.OnePhase.Sources.WindTurbine.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | plugPhase1 (from PartialPluggableUnbalanced) | true | If true, phase 1 is connected |
| Boolean | plugPhase2 (from PartialPluggableUnbalanced) | true | If true, phase 2 is connected |
| Boolean | plugPhase3 (from PartialPluggableUnbalanced) | true | If true, phase 3 is connected |
| 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 |
| Real[3] | scaleFraction (from BaseUnbalancedWindTurbine) | ones(3)/3 | Fraction of power allocated to the wind turbines of each phase |
| AC-Conversion | |||
| Real | pf (from PartialAcDcParameters) | 0.9 | Power factor |
| Real | eta_DCAC (from PartialAcDcParameters) | 0.9 | Efficiency of DC/AC conversion |
| 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) | |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | vWin (from PartialWindTurbineBase) | Steady wind speed | |
| Modelica.Blocks.Interfaces.RealOutput | P (from PartialWindTurbineBase) | Generated power | |
| Interfaces.Terminal_p | terminal (from PartialSource) | Connector for three-phase unbalanced systems |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| OnePhase.Sources.WindTurbine | wt_phase2 (from BaseUnbalancedWindTurbine) | Wind turbine phase 2 | |
| OnePhase.Sources.WindTurbine | wt_phase3 (from BaseUnbalancedWindTurbine) | Wind turbine phase 3 | |
| OnePhase.Sources.WindTurbine | wt_phase1 (from BaseUnbalancedWindTurbine) | Wind turbine phase 1 | |
| Modelica.Blocks.Math.Add3 | sumBlock (from BaseUnbalancedWindTurbine) | Sum of th epower generated on each phase | |
| Interfaces.Connection3to3Ground_p | connection3to4 (from PartialSource) | Connection between three to four AC connectors with ground connection | |
| OnePhase.Basics.Ground | ground (from PartialSource) | Ground reference |
Revisions
-
August 27, 2014, by Marco Bonvini:
Revised documentation.