modelPVSimple
Model of a simple PV panel
Extends from Buildings.Electrical.AC.OnePhase.Sources.PVSimple (Simple PV model).
Information
Model of a simple photovoltaic array.
See Buildings.Electrical.AC.OnePhase.Sources.PVSimple for more information.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Area | A (from PartialPvBase) | Gross surface area (including area not covered with active PV cells) | |
| Real | fAct (from PartialPvBase) | 0.9 | Fraction of surface area with active solar cells |
| Real | eta (from PartialPvBase) | 0.12 | Module conversion efficiency |
| Boolean | linearized (from PVSimple) | false | If =true, introduce a linearization in the load |
| AC-Conversion | |||
| Real | pf (from PartialAcDcParameters) | 0.9 | Power factor |
| Real | eta_DCAC (from PartialAcDcParameters) | 0.9 | Efficiency of DC/AC conversion |
| Nominal conditions | |||
| Modelica.Units.SI.Voltage | V_nominal (from PartialPV) | Nominal voltage (V_nominal >= 0) | |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealOutput | P (from PartialPvBase) | Generated power | |
| Modelica.Blocks.Interfaces.RealInput | G (from PartialPV) | Total solar irradiation per unit area | |
| Buildings.Electrical.Interfaces.Terminal | terminal (from PartialPV) | Generalized terminal |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Electrical.AC.OnePhase.Loads.Capacitive | load (from PVSimple) | Load model |
Revisions
-
March 23, 2022, by Michael Wetter:
Corrected documentation string for parameterA. -
October 7, 2019, by Michael Wetter:
Corrected model to include DC/AC conversion in outputP.
This is for issue 1577. -
August 24, 2014, by Marco Bonvini:
Revised documentation.