modelPVSimple

Example for the PVSimple model with constant load

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

Information

This model illustrates the use of the photovoltaic model. The total solar irradiation is computed based on a weather data file. The PV is connected to a circuit that has a constant voltage source and a resistance. This voltage source may be a DC grid to which the circuit is connected. The power sensor shows how much electrical power is consumed or fed into the voltage source. In actual systems, the voltage source may be an AC/DC converter.

Components

TypeNameDefaultDescription
Buildings.Electrical.DC.Sources.PVSimplepvPV module
Modelica.Electrical.Analog.Basic.Groundground
Buildings.Electrical.DC.Loads.ResistorresResistance
Buildings.Electrical.DC.Sources.ConstantVoltagesouVoltage source
Buildings.BoundaryConditions.SolarIrradiation.DiffusePerezHDifTilDiffuse irradiation on tilted surface
Buildings.BoundaryConditions.SolarIrradiation.DirectTiltedSurfaceHDirTilDirect irradiation on tilted surface
Buildings.BoundaryConditions.WeatherData.ReaderTMY3weaDat
Modelica.Blocks.Math.AddGTotal irradiation on tilted surface
Buildings.Electrical.DC.Lines.TwoPortResistancelinTransmission line
Buildings.Electrical.DC.Sensors.GeneralizedSensorsenSensor

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 4, 2012, by Michael Wetter:
    First implementation.