modelPVSimpleOriented

Simple PV model with orientation

Extends from Buildings.Electrical.Interfaces.PartialPVOriented (Base model of a PV system with orientation).

Information

Model of a simple photovoltaic array.

This model computes the power as

P=A   fact   η   G

where A is the panel area, fact is the fraction of the aperture area, η is the panel efficiency and G is the total solar irradiation, which is the sum of direct and diffuse irradiation. The model takes into account the location and the orientation of the PV panel, specified by the surface tilt, latitude and azimuth.

This power is equal to P = v   i, where v is the voltage across the panel and i is the current that flows through the panel.

To avoid a large voltage drop the panel electric connector, it is recommended to use this model together with a model that prescribes the voltage. See Buildings.Electrical.DC.Sources.Examples.PVSimpleOriented.

This model takes as an input the direct and diffuse solar radiation from the weather data bus.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.AreaA (from PartialPvBase)Gross surface area (including area not covered with active PV cells)
RealfAct (from PartialPvBase)0.9Fraction of surface area with active solar cells
Realeta (from PartialPvBase)0.12Module conversion efficiency
Orientation
Modelica.Units.SI.Angletil (from PartialPVOriented)Surface tilt
Modelica.Units.SI.Angleazi (from PartialPVOriented)Surface azimuth
Nominal conditions
Modelica.Units.SI.VoltageV_nominal (from PartialPVOriented)Nominal voltage (V_nominal >= 0)

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealOutputP (from PartialPvBase)Generated power
Buildings.Electrical.Interfaces.Terminalterminal (from PartialPVOriented)Generalized terminal
BoundaryConditions.WeatherData.BusweaBus (from PartialPVOriented)Weather data

Components

TypeNameDefaultDescription
PartialPVpanel (from PartialPVOriented)

Revisions

  • March 23, 2022, by Michael Wetter:
    Corrected documentation string for parameter A.
  • 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 16, 2021, by Michael Wetter:
    Removed parameter lat as this is now obtained from the weather data reader.
    This is for IBPSA, #1477.
  • October 31, 2013, by Marco Bonvini:
    First implementation.