Skip to content

Commit

Permalink
Fix wrong reference to RealPassThrough component
Browse files Browse the repository at this point in the history
  • Loading branch information
jelgerjansen committed Nov 27, 2023
1 parent 07c74e4 commit 33e525c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IDEAS/BoundaryConditions/Interfaces/PartialSimInfoManager.mo
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ partial model PartialSimInfoManager
parameter Boolean openSystemConservationOfEnergy=false
"Compute conservation of energy for open system" annotation (Evaluate=true,
Dialog(tab="Conservation of energy", enable=computeConservationOfEnergy));
final parameter Boolean use_port_1 = interZonalAirFlowType <> IDEAS.BoundaryConditions.Types.InterZonalAirFlow.None
final parameter Boolean use_port_1 = interZonalAirFlowType <> IDEAS.BoundaryConditions.Types.InterZonalAirFlow.None
"Whether port_1 of the propsbus connector should be used";
final parameter Boolean use_port_2 = interZonalAirFlowType == IDEAS.BoundaryConditions.Types.InterZonalAirFlow.TwoPorts
"Whether port_2 of the propsbus connector should be used";
Expand Down Expand Up @@ -270,7 +270,7 @@ protected
"Diffuse solar irradiation on a horizontal plane"
annotation (Placement(transformation(extent={{-86,94},{-78,102}})));

Modelica.Blocks.Sources.RealPassThrough winSpe "Wind speed"
Modelica.Blocks.Routing.RealPassThrough winSpe "Wind speed"
annotation (Placement(transformation(extent={{-86,122},{-78,130}})));
Modelica.Blocks.Routing.RealPassThrough winDir "Wind direction"
annotation (Placement(transformation(extent={{-86,136},{-78,144}})));
Expand Down

0 comments on commit 33e525c

Please sign in to comment.