Skip to content

Commit

Permalink
Adapt wrong Buildings paths #1575
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraMaier committed Oct 17, 2023
1 parent d4fa081 commit 9829b07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion IBPSA/Electrical/BaseClasses/PV/PartialPVSystem.mo
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ partial model PartialPVSystem "Base PV model with internal or external MPP track
"Zenith angle of irradiation"
annotation (Placement(transformation(extent={{-140,60},{-100,100}},
rotation=0)));
replaceable Buildings.Electrical.Interfaces.Terminal terminal(
replaceable IBPSA.Electrical.Interfaces.Terminal terminal(
redeclare final package PhaseSystem = PhaseSystem) if use_ter "Generalized terminal"
annotation (Placement(transformation(extent={{-110,-10},{-90,10}})));

Expand Down
8 changes: 4 additions & 4 deletions IBPSA/Electrical/DC/Sources/Examples/PVSingleDiode.mo
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ model PVSingleDiode "Example for the single-diode PV model"
"modelica://IBPSA/Resources/weatherdata/USA_CA_San.Francisco.Intl.AP.724940_TMY3.mos")));
Modelica.Electrical.Analog.Basic.Ground ground
annotation (Placement(transformation(extent={{-56,-20},{-36,0}})));
Buildings.Electrical.DC.Loads.Resistor res(R=0.5, V_nominal=12)
Loads.Resistor res(R=0.5, V_nominal=12)
"Resistance"
annotation (Placement(transformation(extent={{20,-10},{40,10}})));
Buildings.Electrical.DC.Sources.ConstantVoltage sou(V=pVSys1Dio120Wp.dat.VOC0)
ConstantVoltage sou(V=pVSys1Dio120Wp.dat.VOC0)
"Voltage source"
annotation (Placement(transformation(extent={{-32,-10},{-12,10}})));
Buildings.Electrical.DC.Lines.TwoPortResistance lin(R=0.05)
Lines.TwoPortResistance lin(R=0.05)
"Transmission line"
annotation (Placement(transformation(extent={{6,40},{26,60}})));
Buildings.Electrical.DC.Sensors.GeneralizedSensor sen "Sensor"
Sensors.GeneralizedSensor sen "Sensor"
annotation (Placement(transformation(extent={{34,40},{54,60}})));
IBPSA.Electrical.DC.Sources.PVSingleDiode
pVSys1Dio120Wp(
Expand Down

0 comments on commit 9829b07

Please sign in to comment.