modelWindpark
Extends from TransiEnt.Basics.Icons.Windparkmodel.
Information
1. Purpose of model
Applies a third order linear filter to the input. Can be used to filter the power output of a single turbine such that the output is as smooth at it were in a windpark of n turbines.
See Dany (2000) chapter 2.9 and 3.4.3 for details.
The amplitude spectrum is approximated by a third order transfer function. See matlab scripts in
\\transientee-sources\matlab\pd\Wind\WindParkFilter\
for more details how this is done.
2. Level of detail, physical effects considered, and physical insight
(no remarks)
3. Limits of validity
(no remarks)
4. Interfaces
epp: active power port
v_wind: input for velocity in m/s
5. Nomenclature
(no remarks)
6. Governing Equations
(no remarks)
7. Remarks for Usage
(no remarks)
8. Validation
(no remarks)
9. References
[1] G. Dany, “Kraftwerksreserve in elektrischen Verbundsystemen mit hohem Windenergieanteil,” Rheinisch-Westfälische Technische Hochschule Aachen, 2000.
10. Version History
Model created by Pascal Dubucq (dubucq@tuhh.de) on Wedn Apr 14 2016
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | N | 100 | Number of turbines in park |
| SI.Length | z_0 | 0.3 | Roughness length |
| SI.Length | h | 120 | Hub height of turbines in park |
| SI.Length | d | 100 | Average distance between turbines in park |
| SI.Velocity | v_mean | 10 | Mean wind velocity of park site |
| Real | P_el_start | 0 | Initial value of output (derivatives of y are zero up to nx-1-th derivative) |
| Statistics | |||
| PrimaryEnergyCarrier | typeOfPrimaryEnergyCarrier | TransiEnt.Basics.Types.TypeOfPrimaryEnergyCarrier.WindOnshore | Type of primary energy carrier for co2 emissions global statistics |
| EnergyResource | typeOfResource | TransiEnt.Basics.Types.TypeOfResource.Renewable | Type of energy resource for global model statistics |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| TransiEnt.Basics.Interfaces.Electrical.ActivePowerPort | epp | ||
| TransiEnt.Basics.Interfaces.Ambient.VelocityIn | v_wind | Input for the wind velocity |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| TransiEnt.SimCenter | simCenter | ||
| TransiEnt.ModelStatistics | modelStatistics | ||
| Base.PartialWindTurbine | windTurbineModel | ||
| Base.LinearizedWindParkFilter | WindParkFilter | ||
| TransiEnt.Components.Statistics.Collectors.LocalCollectors.CollectElectricPower | collectElectricPower | ||
| TransiEnt.Components.Statistics.Collectors.LocalCollectors.CollectGwpEmissionsElectric | collectGwpEmissions | ||
| TransiEnt.Components.Statistics.Collectors.LocalCollectors.PowerPlantCost | collectCosts | ||
| TransiEnt.Components.Boundaries.Electrical.ActivePower.Power | parkTerminal | ||
| TransiEnt.Components.Boundaries.Electrical.ActivePower.Frequency | turbineTerminal | ||
| Modelica.Blocks.Sources.RealExpression | P_Turbine | ||
| Modelica.Blocks.Sources.RealExpression | f_grid | ||
| SI.ActivePower | P_el_is | -epp.P |
Contents
| Name | Description |
|---|---|