modelRenewables
Model of a data center connected to renewable energy generation
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model illustrates a data center with DC and AC load.
The electrical supply is from a grid, from wind turbines and from PV.
The battery is charged during the night and discharged during
the day in such a way that it is fully charged and discharged.
This control logic is implemented using a finite state machine
inside the model con.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.BoundaryConditions.WeatherData.Bus | weaBus | Weather data bus |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| BaseClasses.DataCenterContinuousTimeControl | dataCenterContinuousTimeControl | ||
| Buildings.Electrical.DC.Sources.WindTurbine | winTur | Wind turbines | |
| Electrical.DC.Sources.PVSimpleOriented | pv | PV array | |
| Buildings.Electrical.DC.Storage.Battery | bat | Battery | |
| Buildings.Electrical.AC.OnePhase.Conversion.ACDCConverter | conv | AC/DC converter | |
| Buildings.Electrical.AC.OnePhase.Sources.Grid | gri | ||
| BaseClasses.Controls.BatteryControl | con | Battery controller | |
| Buildings.Electrical.DC.Loads.Conductor | dcLoad | ||
| Buildings.Electrical.AC.OnePhase.Loads.Inductive | acLoad |
Revisions
-
September 16, 2021, by Michael Wetter:
Removed assignment of parameterlatas this is now obtained from the weather data reader.
This is for IBPSA, #1477. -
July 7, 2015, by Michael Wetter:
Set missing nominal voltages. -
January 10, 2013, by Michael Wetter:
First implementation.