Skip to content

Commit

Permalink
Fix parameter reference
Browse files Browse the repository at this point in the history
  • Loading branch information
dhblum committed Nov 29, 2023
1 parent 28bc9c5 commit 6cd0c32
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within Buildings.Experimental.DHC.EnergyTransferStations.Combined.Subsystems;
within Buildings.Experimental.DHC.EnergyTransferStations.Combined.Subsystems;
model HeatPump "Base subsystem with water-to-water heat pump"
extends
Buildings.Experimental.DHC.EnergyTransferStations.Combined.Subsystems.BaseClasses.PartialHeatPump(
Expand Down Expand Up @@ -27,7 +27,7 @@ model HeatPump "Base subsystem with water-to-water heat pump"
iconTransformation(extent={{-140,-20},{-100,20}})));
// COMPONENTS
Buildings.Controls.OBC.CDL.Reals.Sources.Constant floConNom(
final k=m1_flow_nominal) if not have_varFloCon
final k=mCon_flow_nominal) if not have_varFloCon
"Nominal flow rate"
annotation (Placement(transformation(extent={{-100,80},{-120,100}})));
Buildings.Controls.OBC.CDL.Conversions.BooleanToReal booToRea
Expand Down

0 comments on commit 6cd0c32

Please sign in to comment.