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
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Electrical.DC.Sources.PVSimple | pv | PV module | |
| Modelica.Electrical.Analog.Basic.Ground | ground | ||
| Buildings.Electrical.DC.Loads.Resistor | res | Resistance | |
| Buildings.Electrical.DC.Sources.ConstantVoltage | sou | Voltage source | |
| Buildings.BoundaryConditions.SolarIrradiation.DiffusePerez | HDifTil | Diffuse irradiation on tilted surface | |
| Buildings.BoundaryConditions.SolarIrradiation.DirectTiltedSurface | HDirTil | Direct irradiation on tilted surface | |
| Buildings.BoundaryConditions.WeatherData.ReaderTMY3 | weaDat | ||
| Modelica.Blocks.Math.Add | G | Total irradiation on tilted surface | |
| Buildings.Electrical.DC.Lines.TwoPortResistance | lin | Transmission line | |
| Buildings.Electrical.DC.Sensors.GeneralizedSensor | sen | Sensor |
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 4, 2012, by Michael Wetter:
First implementation.