modelWindTurbine
Example for the WindTurbine model
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model illustrates the use of the wind turbine model which is connected to a DC voltage source and a resistance. This voltage source may be a DC grid to which the circuit is connected. Wind data for San Francisco, CA, are used. The turbine cut-in wind speed is 3.5 m/s, and hence it is off in the first day when the wind speed is low.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.BoundaryConditions.WeatherData.Bus | weaBus |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Electrical.DC.Sources.WindTurbine | tur | Wind turbine | |
| Buildings.BoundaryConditions.WeatherData.ReaderTMY3 | weaDat | ||
| Modelica.Electrical.Analog.Basic.Ground | ground | ||
| Buildings.Electrical.DC.Loads.Resistor | res | Resistance | |
| Buildings.Electrical.DC.Sources.ConstantVoltage | sou | Voltage source | |
| Buildings.Electrical.DC.Lines.TwoPortResistance | lin | Transmission line | |
| Buildings.Electrical.DC.Sensors.GeneralizedSensor | sen | Sensor |
Revisions
-
January 29, 2013, by Thierry S. Nouidui:
First implementation.