Skip to content

Commit

Permalink
fix Re limit in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoMVale committed Oct 27, 2024
1 parent 6388635 commit a72abac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/polykin/transport/flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def DP_packed_bed(G: float,
def fD_Colebrook(Re: float, er: float) -> float:
r"""Calculate the Darcy friction factor using Colebrook's equation.
For turbulent flow, i.e., $Re \gtrsim 2500$, the friction factor
For turbulent flow, i.e., $Re \gtrsim 2300$, the friction factor
is given by the following implicit expression:
$$ \frac{1}{\sqrt{f}}= -2 \log \left( \frac {\epsilon/D} {3.7} +
Expand Down Expand Up @@ -309,7 +309,7 @@ def fnc(f):
def fD_Haaland(Re: float, er: float) -> float:
r"""Calculate the Darcy friction factor using Haaland's equation.
For turbulent flow, i.e., $Re \gtrsim 2500$, the friction factor
For turbulent flow, i.e., $Re \gtrsim 2300$, the friction factor
is given by the following implicit expression:
$$ \frac{1}{\sqrt{f}}= -1.8 \log \left[\left(\frac{\epsilon/D}{3.7}\right)^{1.11}
Expand Down

0 comments on commit a72abac

Please sign in to comment.