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

TypeNameDefaultDescription
BooleanplugPhase1 (from PartialPluggableUnbalanced)trueIf true, phase 1 is connected
BooleanplugPhase2 (from PartialPluggableUnbalanced)trueIf true, phase 2 is connected
BooleanplugPhase3 (from PartialPluggableUnbalanced)trueIf true, phase 3 is connected
Modelica.Units.SI.VelocityvIn (from PartialWindTurbineBase)table[1, 1]Cut-in steady wind speed
Modelica.Units.SI.VelocityvOut (from PartialWindTurbineBase)table[size(table, 1), 1]Cut-out steady wind speed
Realscale (from PartialWindTurbineBase)1Scaling factor, used to allow adjusting the power output without changing the table
BooleantableOnFile (from PartialWindTurbineBase)falsetrue, 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)
StringtableName (from PartialWindTurbineBase)"NoName"Table name on file or in function usertab (see documentation)
StringfileName (from PartialWindTurbineBase)"NoName"File where matrix is stored
Real[3]scaleFraction (from BaseUnbalancedWindTurbine)ones(3)/3Fraction of power allocated to the wind turbines of each phase
AC-Conversion
Realpf (from PartialAcDcParameters)0.9Power factor
Realeta_DCAC (from PartialAcDcParameters)0.9Efficiency of DC/AC conversion
Wind correction
Realh (from PartialWindTurbineBase)Height over ground
Modelica.Units.SI.HeighthRef (from PartialWindTurbineBase)10Reference height for wind measurement
RealnWin (from PartialWindTurbineBase)0.4Height exponent for wind profile calculation
Nominal conditions
Modelica.Units.SI.VoltageV_nominal (from PartialWindTurbineBase)Nominal voltage (V_nominal >= 0)

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputvWin (from PartialWindTurbineBase)Steady wind speed
Modelica.Blocks.Interfaces.RealOutputP (from PartialWindTurbineBase)Generated power
Interfaces.Terminal_pterminal (from PartialSource)Connector for three-phase unbalanced systems

Components

TypeNameDefaultDescription
OnePhase.Sources.WindTurbinewt_phase2 (from BaseUnbalancedWindTurbine)Wind turbine phase 2
OnePhase.Sources.WindTurbinewt_phase3 (from BaseUnbalancedWindTurbine)Wind turbine phase 3
OnePhase.Sources.WindTurbinewt_phase1 (from BaseUnbalancedWindTurbine)Wind turbine phase 1
Modelica.Blocks.Math.Add3sumBlock (from BaseUnbalancedWindTurbine)Sum of th epower generated on each phase
Interfaces.Connection3to3Ground_pconnection3to4 (from PartialSource)Connection between three to four AC connectors with ground connection
OnePhase.Basics.Groundground (from PartialSource)Ground reference

Revisions

  • August 27, 2014, by Marco Bonvini:
    Revised documentation.