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 as a PV model with orientation. The power produced by the PV is partially consumed by the load, and the remaining part is fed into the grid.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Electrical.AC.ThreePhasesBalanced.Loads.Inductive | RL | Load taht consumes the power generted by the PVs | |
| Buildings.Electrical.AC.ThreePhasesBalanced.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 | |
| ThreePhasesBalanced.Sources.PVSimple | pvSimple | PV array simplified | |
| ThreePhasesBalanced.Sources.PVSimpleOriented | pvOriented | PV array oriented |
Revisions
-
September 16, 2021, by Michael Wetter:
Removed parameterlatas this is now obtained from the weather data reader.
This is for IBPSA, #1477. -
September 22, 2014, by Marco Bonvini:
Created model and documentation.