modelPartialPvBase
Partial model with basic parameters for PVs
Information
This model contains the minimum set of parameters necessary to describe
a PV system.
The model defines also an output P for the power generated by the PVs.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Area | A | Gross surface area (including area not covered with active PV cells) | |
| Real | fAct | 0.9 | Fraction of surface area with active solar cells |
| Real | eta | 0.12 | Module conversion efficiency |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealOutput | P | Generated power |
Revisions
-
March 23, 2022, by Michael Wetter:
Corrected documentation string for parameterA. -
January 29, 2014, by Marco Bonvini:
First implementation.