Skip to content

Commit

Permalink
pre-commit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JingWang-CUB committed Oct 14, 2024
1 parent f7e7b8d commit 1e365c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{% endraw %}
connect({{ coupling.load.id }}.port_bSerAmb, {{ coupling.network.id }}.ports_aCon[{{ bldg_num+1 }}])
{% raw %}annotation (Line(points={{80,30},{92,30},{92,6},{82,6},{82,0}}, color={0,127,255}));
{% endraw %}connect({{ coupling.load.id }}.QCoo_flow, conPum.QCoo_flow[{{ bldg_num+1 }}])
{% endraw %}connect({{ coupling.load.id }}.QCoo_flow, conPum.QCoo_flow[{{ bldg_num+1 }}])
{% raw %}annotation (Line(points={{67,-12},{128,-12},{128,-112},{-124,-112},{-124,-96},{-121.692,-96}}, color={0,0,127}));
{% endraw %}
{% endif %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ within {{ project_name }}.Loads.{{ model_name }};
T_bChiWat_nominal=ets.TChiWatRet_nominal,
facMulHea=10*QHea_flow_nominal/(1.7E5),
facMulCoo=40*QCoo_flow_nominal/(-1.5E5)),
redeclare
redeclare
Buildings.DHC.ETS.Combined.HeatPumpHeatExchanger
ets(
final dT_nominal=dT_nominal,
Expand Down

0 comments on commit 1e365c1

Please sign in to comment.