modelPVsimpleOriented

Simple PV source with orientation and without neutral cable

Extends from Buildings.Electrical.AC.ThreePhasesUnbalanced.Sources.BaseClasses.UnbalancedPV (Base model for an unbalanced PV source without neutral cable).

Information

Simple PV model with orientation for three-phase unbalanced systems without neutral cable connection.

For more information, see Buildings.Electrical.AC.OnePhase.Sources.PVSimpleOriented.

Parameters

TypeNameDefaultDescription
BooleanplugPhase1 (from PartialPluggableUnbalanced)trueIf true, phase 1 is connected
BooleanplugPhase2 (from PartialPluggableUnbalanced)trueIf true, phase 2 is connected
BooleanplugPhase3 (from PartialPluggableUnbalanced)trueIf true, phase 3 is connected
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
Real[3]areaFraction (from BaseUnbalancedPV)ones(3)/3Fraction of area occupied by the PVs of each phase
AC-Conversion
Realpf (from PartialAcDcParameters)0.9Power factor
Realeta_DCAC (from PartialAcDcParameters)0.9Efficiency of DC/AC conversion
Nominal conditions
Modelica.Units.SI.VoltageV_nominal (from BaseUnbalancedPV)Nominal voltage (V_nominal >= 0)
Orientation
Modelica.Units.SI.AngletilSurface tilt
Modelica.Units.SI.AngleaziSurface Azimith

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealOutputP (from PartialPvBase)Generated power
Interfaces.Terminal_pterminal (from PartialSource)Connector for three-phase unbalanced systems
BoundaryConditions.WeatherData.BusweaBusBus with weather data

Components

TypeNameDefaultDescription
OnePhase.Sources.PVSimplepv_phase2 (from BaseUnbalancedPV)PV phase 2
OnePhase.Sources.PVSimplepv_phase3 (from BaseUnbalancedPV)PV phase 3
OnePhase.Sources.PVSimplepv_phase1 (from BaseUnbalancedPV)PV phase 1
Modelica.Blocks.Math.Add3sumBlock (from BaseUnbalancedPV)Sum of the generated power on each phase
Interfaces.Connection3to3Ground_pconnection3to4 (from PartialSource)Connection between three to four AC connectors with ground connection
OnePhase.Basics.Groundground (from PartialSource)Ground reference
BoundaryConditions.SolarIrradiation.DiffusePerezHDifTilDiffuse irradiation on tilted surface
BoundaryConditions.SolarIrradiation.DirectTiltedSurfaceHDirTilDirect irradiation on tilted surface
Modelica.Blocks.Math.AddGTotal irradiation on tilted surface

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.
  • October 7, 2019, by Michael Wetter:
    Corrected model to include DC/AC conversion in output P.
    This is for issue 1577.
  • August 27, 2014, by Marco Bonvini:
    Revised documentation.