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
| Type | Name | Default | Description |
|---|---|---|---|
| ThreePhasesUnbalanced.Loads.Inductive_N | RL | Load taht consumes the power generted by the PVs | |
| ThreePhasesUnbalanced.Sources.Grid_N | 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_N | pvSimple | PV array simplified | |
| PVsimpleOriented_N | 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. -
January 10, 2015, by Marco Bonvini:
Created model and documentation.