modelPVPanels
This example illustrates how to use PV panel models
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example shows how to use a simple PV model without orientation as well a PV model with orientation. The power produced by the PV is partially consumed by the load while the remaining part is fed into the grid.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Electrical.AC.OnePhase.Loads.Inductive | RL | Load taht consumes the power generted by the PVs | |
| Buildings.Electrical.AC.OnePhase.Sources.Grid | grid | Electrical grid model | |
| Modelica.Blocks.Sources.Constant | load | Load consumption | |
| BoundaryConditions.SolarIrradiation.DiffusePerez | HDifTil | Diffuse irradiation on tilted surface | |
| BoundaryConditions.SolarIrradiation.DirectTiltedSurface | HDirTil | Direct irradiation on tilted surface | |
| BoundaryConditions.WeatherData.ReaderTMY3 | weaDat | ||
| Modelica.Blocks.Math.Add | G | Total irradiation on tilted surface | |
| PVSimple | pvSimple | PV array simplified | |
| PVSimpleOriented | pvOriented | PV array oriented |
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. -
August 5, 2014, by Marco Bonvini:
Revised model and documentation.