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

TypeNameDefaultDescription
Buildings.Electrical.AC.ThreePhasesBalanced.Loads.InductiveRLLoad taht consumes the power generted by the PVs
Buildings.Electrical.AC.ThreePhasesBalanced.Sources.GridgridElectrical grid model
Modelica.Blocks.Sources.ConstantloadLoad consumption
BoundaryConditions.SolarIrradiation.DiffusePerezHDifTilDiffuse irradiation on tilted surface
BoundaryConditions.SolarIrradiation.DirectTiltedSurfaceHDirTilDirect irradiation on tilted surface
BoundaryConditions.WeatherData.ReaderTMY3weaDat
Modelica.Blocks.Math.AddGTotal irradiation on tilted surface
ThreePhasesBalanced.Sources.PVSimplepvSimplePV array simplified
ThreePhasesBalanced.Sources.PVSimpleOrientedpvOrientedPV array oriented

Revisions

  • September 16, 2021, by Michael Wetter:
    Removed parameter lat as this is now obtained from the weather data reader.
    This is for IBPSA, #1477.
  • September 22, 2014, by Marco Bonvini:
    Created model and documentation.