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

TypeNameDefaultDescription
Buildings.Electrical.AC.OnePhase.Loads.InductiveRLLoad taht consumes the power generted by the PVs
Buildings.Electrical.AC.OnePhase.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
PVSimplepvSimplePV array simplified
PVSimpleOrientedpvOrientedPV array oriented

Revisions

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