From a38c645127a90d0a0565133eed9f3320af77529e Mon Sep 17 00:00:00 2001 From: Alexandre Umpierre Date: Wed, 17 Jul 2024 22:44:03 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab44eab..1df092f 100644 --- a/README.md +++ b/README.md @@ -301,7 +301,7 @@ Compute the Reynolds number *Re* and the Darcy friction factor *f* given the sam `hQeps2fDRe` computes both the Darcy friction factor *f* and the Reynolds number *Re* given the head loss *h*, the pipe's length *L* and relative roughness *ε*, the volumetric flow rate *Q*, the gravitational acceleration *g*, and the fluid's density *ρ* and dynamic viscosity *μ*. Replacing hydraulic diameter *D* in the Darcy-Weisbach equation by the Reynolds number *Re*, $$ -Re^5 f=\frac{2ghQ^3}{{ \left( {\pi \over 4} \right) } { \left( {\mu \over \rho} \right) } L } +Re^5 f=\frac{2ghQ^3}{{ \left( {\pi \over 4} \right) }} $$ $$