modelPVSimpleOriented

Example for the PVSimpleOriented 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 internally by the PV model through a connection to the weather bus. 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.PVSimpleOrientedpvPV module
Modelica.Electrical.Analog.Basic.Groundground
Buildings.Electrical.DC.Loads.ResistorresResistance
Buildings.Electrical.DC.Sources.ConstantVoltagesouVoltage source
Buildings.BoundaryConditions.WeatherData.ReaderTMY3weaDat
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.
  • October 31, 2013, by Marco Bonvini:
    First implementation.