modelWindTurbine
Example for the WindTurbine AC 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 AC voltage source and a resistance. This voltage source can represent the 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 |
|---|---|---|---|
| BuildingSystems.BoundaryConditions.WeatherData.Bus | weaBus | Weather bus |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| BuildingSystems.Electrical.AC.OnePhase.Sources.WindTurbine | tur | Wind turbine | |
| BuildingSystems.BoundaryConditions.WeatherData.ReaderTMY3 | weaDat | Weather data | |
| BuildingSystems.Electrical.AC.OnePhase.Loads.Resistive | res | Resistive line | |
| BuildingSystems.Electrical.AC.OnePhase.Sources.Grid | sou | Voltage source | |
| BuildingSystems.Electrical.AC.OnePhase.Lines.TwoPortResistance | lin | Transmission line | |
| BuildingSystems.Electrical.AC.OnePhase.Sensors.GeneralizedSensor | sen | Generalized sensor |
Revisions
-
September 22, 2014, by Marco Bonvini:
First implementation.