Skip to content

Commit

Permalink
Fix description of pressure unit from 'bar' to 'Pa'
Browse files Browse the repository at this point in the history
  • Loading branch information
jnettels committed Jan 17, 2025
1 parent c8832d1 commit 28e5d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dhnx/optimization/precalc_hydraulic.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def delta_p(v, d_i, k=0.1, T_medium=90, length=1,
Returns
-------
Pressure drop [bar] : numeric
Pressure drop [Pa] : numeric
"""
k = k * 0.001
Expand Down

0 comments on commit 28e5d06

Please sign in to comment.