Skip to content

Commit a79a5bf

Browse files
committed
Adapt parameterization #1575
1 parent 22c222d commit a79a5bf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

IBPSA/Electrical/Examples/PVSystemSingleDiode.mo

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ within IBPSA.Electrical.Examples;
22
model PVSystemSingleDiode
33
extends Modelica.Icons.Example;
44
PVSystem.PVSystemSingleDiode pVSystemSingleDiode(
5+
use_MPP_in=false,
6+
use_Til_in=false,
57
til=0.5235987755983,
68
azi=0,
7-
ageing=1) annotation (Placement(transformation(extent={{-8,-4},{28,20}})));
9+
ageing=1,
10+
use_heat_port=true)
11+
annotation (Placement(transformation(extent={{-8,-4},{28,20}})));
812
BoundaryConditions.WeatherData.ReaderTMY3 weaDat(filNam=
913
"D:/05_Offline/modelica-ibpsa/IBPSA/Resources/weatherdata/USA_CA_San.Francisco.Intl.AP.724940_TMY3.mos")
1014
annotation (Placement(transformation(extent={{-80,40},{-60,60}})));

0 commit comments

Comments
 (0)