Skip to content

Commit

Permalink
Merge pull request #581 from dlohmeier/hotfix/correct_tutorial
Browse files Browse the repository at this point in the history
switch pump junctions in DHN tutorial; closes #580
  • Loading branch information
SimonRubenDrauz authored Dec 19, 2023
2 parents 655cb10 + 48c1e7e commit 6f67869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/circular_flow_in_a_district_heating_grid.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"metadata": {},
"outputs": [],
"source": [
"pp.create_circ_pump_const_mass_flow(net, return_junction=j0, flow_junction=j3, p_flow_bar=5,\n",
"pp.create_circ_pump_const_mass_flow(net, return_junction=j3, flow_junction=j0, p_flow_bar=5,\n",
" mdot_flow_kg_per_s=20, t_flow_k=273.15+35)"
]
},
Expand Down

0 comments on commit 6f67869

Please sign in to comment.