Skip to content

Commit

Permalink
another little tweak to help 5G work with MBLv10
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Nov 22, 2023
1 parent e61f8cd commit dd5f747
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
final lDis=datDes.lDis,
final lCon=datDes.lCon,
final lEnd=datDes.lEnd,
final allowFlowReversal=allowFlowReversalSer)
{% raw %}final allowFlowReversal=allowFlowReversalSer, dhDis = {0.5, 0.5}, dhCon = {0.6, 0.6})
"Distribution network"
{% raw %}annotation (Placement(transformation(extent={{50,-20},{90,0}})));
annotation (Placement(transformation(extent={{50,-20},{90,0}})));
{% endraw %}// ambient loop pump
Buildings.Experimental.DHC.EnergyTransferStations.BaseClasses.Pump_m_flow pumDis(
redeclare final package Medium = {{ globals.medium_w }},
Expand Down

0 comments on commit dd5f747

Please sign in to comment.