[Physics] Efflux speed of ideal fluid dependent on diameter

fluid dynamics

I have a cylinder full of water with diameter $D$ with a round opening on the bottom with diameter $d$. The water is friction-free and incompressible. Now I need a relationship for the efflux speed $v$ with which water exits the cylinder and I shouldn't use the approximation $d \ll D$, but formulate a general relationship.

Ok. So what I thought is to equate the Bernoulli law on the top of the cylinder with that on the bottom of the cylinder which gives me $v=\sqrt{2gh}$. Solved. How does the speed of efflux depend on the diameter of the efflux hole? I googled quite a lot and all I could find was the above relationship…

Best Answer

While calculating velocity of efflux you use bernoulli's theorem as follows :

At the top of container :$ P + \frac{\rho {v_1}^2}{2} + \rho gh_1 = k$
At the efflux : $P_a + \frac{\rho {v_2}^2}{2} + \rho g h_2 = k$

$P - P_a + \rho g (h_1 - h_2) = \frac{\rho ({v_2}^2 -{v_1}^2)}{2} $

Now, in accordance with equation of continuity,
$ v_1 A_1 = v_2 A_2$
$ v_1 (\pi D^2) = v_2 (\pi d^2) $
$ v_1 = v_2 \frac{d^2}{D^2}$
If $ d<<D$ , then $v_1 = 0$.

This gives us :

$v_2 = \sqrt{2gh + \frac{2(P-P_a)}{\rho}}$

Also if top of container is open, or pressure inside container is $P = P_a$ , then $v_2 = \sqrt{2gh}$

If the condition $d<<D$ was not given, we would have to put value of $v_1$ along with $v_2$ in bernoulli's equation.