modelPVPanels_N

This example illustrates how to use PV panel models with neutral cable

Extends from Modelica.Icons.Example (Icon for runnable examples).

Information

This example shows how to use a simple PV model with neutral cable connection and 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.

The PV produces different amounts of power on each phase according to the fractions specified by the vector areaFraction={0.4,0.0,0.6}. In this example, 40% of the power generation is on phase 1, 0% on phase 2 (disconnected) and 60% on phase 3.

Components

TypeNameDefaultDescription
ThreePhasesUnbalanced.Loads.Inductive_NRLLoad taht consumes the power generted by the PVs
ThreePhasesUnbalanced.Sources.Grid_NgridElectrical 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
PVsimple_NpvSimplePV array simplified
PVsimpleOriented_NpvOrientedPV 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.
  • January 10, 2015, by Marco Bonvini:
    Created model and documentation.