modelPVsimpleOriented_N
Simple PV source with orientation and neutral cable
Extends from Buildings.Electrical.AC.ThreePhasesUnbalanced.Sources.BaseClasses.UnbalancedPV_N (Base model for an unbalanced PV source with neutral cable).
Information
Simple PV model with orientation for three-phase unbalanced systems with neutral cable connection.
For more information, see Buildings.Electrical.AC.OnePhase.Sources.PVSimpleOriented.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | plugPhase1 (from PartialPluggableUnbalanced) | true | If true, phase 1 is connected |
| Boolean | plugPhase2 (from PartialPluggableUnbalanced) | true | If true, phase 2 is connected |
| Boolean | plugPhase3 (from PartialPluggableUnbalanced) | true | If true, phase 3 is connected |
| 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 |
| Real[3] | areaFraction (from BaseUnbalancedPV) | ones(3)/3 | Fraction of area occupied by the PVs of each phase |
| 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 BaseUnbalancedPV) | Nominal voltage (V_nominal >= 0) | |
| Orientation | |||
| Modelica.Units.SI.Angle | til | Surface tilt | |
| Modelica.Units.SI.Angle | azi | Surface Azimith | |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealOutput | P (from PartialPvBase) | Generated power | |
| Interfaces.Terminal4_p | terminal (from UnbalancedPV_N) | Connector for three-phase unbalanced systems with neutral cable | |
| BoundaryConditions.WeatherData.Bus | weaBus | Bus with weather data |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| OnePhase.Sources.PVSimple | pv_phase2 (from BaseUnbalancedPV) | PV phase 2 | |
| OnePhase.Sources.PVSimple | pv_phase3 (from BaseUnbalancedPV) | PV phase 3 | |
| OnePhase.Sources.PVSimple | pv_phase1 (from BaseUnbalancedPV) | PV phase 1 | |
| Modelica.Blocks.Math.Add3 | sumBlock (from BaseUnbalancedPV) | Sum of the generated power on each phase | |
| Interfaces.Connection3to4_p | conn3to4 (from UnbalancedPV_N) | Connection between 3 to 4 wire | |
| BoundaryConditions.SolarIrradiation.DiffusePerez | HDifTil | Diffuse irradiation on tilted surface | |
| BoundaryConditions.SolarIrradiation.DirectTiltedSurface | HDirTil | Direct irradiation on tilted surface | |
| Modelica.Blocks.Math.Add | G | Total irradiation on tilted surface |
Revisions
-
March 23, 2022, by Michael Wetter:
Corrected documentation string for parameterA. -
September 16, 2021, by Michael Wetter:
Removed parameterlatas this is now obtained from the weather data reader.
This is for IBPSA, #1477. -
October 7, 2019, by Michael Wetter:
Corrected model to include DC/AC conversion in outputP.
This is for issue 1577. -
August 27, 2014, by Marco Bonvini:
Revised documentation.