### Classification of Fluid Flow Fluid flow can be categorized based on several characteristics: #### Types of Flow - **Steady vs. Unsteady Flow:** - **Steady Flow:** Fluid properties (velocity, pressure, density) at any point in the flow field do not change with time. $\partial/\partial t = 0$. - **Unsteady Flow:** Fluid properties at a point change with time. $\partial/\partial t \neq 0$. - **Uniform vs. Non-uniform Flow:** - **Uniform Flow:** Velocity of the fluid does not change from point to point in the direction of flow. $\partial V/\partial s = 0$. - **Non-uniform Flow:** Velocity of the fluid changes from point to point in the direction of flow. $\partial V/\partial s \neq 0$. - **Laminar vs. Turbulent Flow:** - **Laminar Flow:** Fluid particles move in smooth paths or layers, with little or no mixing. Typically occurs at low Reynolds numbers ($Re 4000$ for pipe flow). - **Compressible vs. Incompressible Flow:** - **Compressible Flow:** Density of the fluid changes significantly with pressure. Often occurs at high velocities (e.g., Mach number > 0.3 for gases). $\rho \neq \text{constant}$. - **Incompressible Flow:** Density of the fluid remains essentially constant throughout the flow field. Typical for liquids and gases at low velocities. $\rho = \text{constant}$. #### Streamlines, Pathlines, and Streaklines - **Streamline:** An imaginary line in a fluid flow field drawn such that the tangent at any point on the line is in the direction of the velocity vector at that point. At any instant, there is no flow across a streamline. - Differential equation for 2D streamline: $dy/dx = v/u$. - **Pathline:** The actual path traced by a single fluid particle over a period of time. - **Streakline:** The locus of all fluid particles that have passed through a particular fixed point in space at some earlier time. It is like a dye continuously injected at a point. - **Why two streamlines can never intersect:** If two streamlines were to intersect, it would imply that a fluid particle at the point of intersection would have two different velocity vectors simultaneously, which is physically impossible. Therefore, streamlines cannot intersect. #### Rotational vs. Irrotational Flow - **Circulation ($\Gamma$):** The line integral of the tangential velocity component around a closed curve in a fluid flow. Represents the total "swirl" of the fluid around the curve. $$\Gamma = \oint \vec{V} \cdot d\vec{l}$$ - **Vorticity ($\vec{\omega}$):** A vector measure of the local rotation of fluid particles. Defined as the curl of the velocity vector. $$\vec{\omega} = \nabla \times \vec{V}$$ For 2D flow in the xy-plane: $\vec{\omega} = (\partial v/\partial x - \partial u/\partial y) \hat{k}$ - **Irrotational Flow:** A flow in which the vorticity is zero everywhere ($\vec{\omega} = 0$). This implies that fluid particles do not rotate about their own axis as they move. - **Rotational Flow:** A flow in which the vorticity is non-zero ($\vec{\omega} \neq 0$). Fluid particles rotate as they move. ### Relationship Between Properties #### Continuity Equation The continuity equation is a statement of the conservation of mass. - **Derivation of 3D Continuity Equation (Cartesian Coordinates):** Consider an infinitesimally small control volume $dx\,dy\,dz$. Mass flow rate into the control volume through face $x$: $\rho u\,dy\,dz$ Mass flow rate out of the control volume through face $x+dx$: $(\rho u + \frac{\partial(\rho u)}{\partial x}dx)\,dy\,dz$ Net mass accumulation rate in x-direction: $- \frac{\partial(\rho u)}{\partial x}dx\,dy\,dz$ Similarly for y and z directions: Net mass accumulation rate in y-direction: $- \frac{\partial(\rho v)}{\partial y}dx\,dy\,dz$ Net mass accumulation rate in z-direction: $- \frac{\partial(\rho w)}{\partial z}dx\,dy\,dz$ Rate of change of mass within the control volume: $\frac{\partial \rho}{\partial t}dx\,dy\,dz$ By conservation of mass: Net mass accumulation rate = Rate of change of mass within control volume $$-\left( \frac{\partial(\rho u)}{\partial x} + \frac{\partial(\rho v)}{\partial y} + \frac{\partial(\rho w)}{\partial z} \right)dx\,dy\,dz = \frac{\partial \rho}{\partial t}dx\,dy\,dz$$ Dividing by $dx\,dy\,dz$: $$\frac{\partial \rho}{\partial t} + \frac{\partial(\rho u)}{\partial x} + \frac{\partial(\rho v)}{\partial y} + \frac{\partial(\rho w)}{\partial z} = 0$$ This is the **general 3D continuity equation**. For **incompressible flow** ($\rho = \text{constant}$): $$\frac{\partial u}{\partial x} + \frac{\partial v}{\partial y} + \frac{\partial w}{\partial z} = 0$$ In vector notation: $\nabla \cdot \vec{V} = 0$. #### Bernoulli’s Equation Bernoulli's equation relates pressure, velocity, and elevation in an incompressible, inviscid flow. - **Assumptions for Bernoulli's Equation:** 1. Steady flow ($\partial/\partial t = 0$). 2. Incompressible flow ($\rho = \text{constant}$). 3. Inviscid flow (no friction, $\mu = 0$). 4. Flow along a streamline. 5. No heat transfer or shaft work. - **Derivation from Euler’s Equation of Motion:** Euler's equation for steady, inviscid flow along a streamline: $$-\frac{1}{\rho}\frac{dP}{ds} - g\frac{dz}{ds} = V\frac{dV}{ds}$$ Rearranging and multiplying by $\rho\,ds$: $$dP + \rho g\,dz + \rho V\,dV = 0$$ Integrating along a streamline: $$\int dP + \int \rho g\,dz + \int \rho V\,dV = \text{constant}$$ Since $\rho$ is constant (incompressible) and $g$ is constant: $$P + \rho gz + \frac{1}{2}\rho V^2 = \text{constant}$$ This is **Bernoulli's equation** along a streamline. Alternatively, dividing by $\rho g$: $$\frac{P}{\rho g} + z + \frac{V^2}{2g} = \text{constant}$$ Where: - $P/\rho g$ is the pressure head - $z$ is the elevation head - $V^2/2g$ is the velocity head #### Velocity Potential ($\phi$) & Stream Function ($\psi$) - **Velocity Potential ($\phi$):** A scalar function of space and time such that its negative gradient gives the velocity vector. $$\vec{V} = -\nabla \phi$$ For 2D flow: $u = -\frac{\partial \phi}{\partial x}$ and $v = -\frac{\partial \phi}{\partial y}$. For 3D flow: $u = -\frac{\partial \phi}{\partial x}$, $v = -\frac{\partial \phi}{\partial y}$, $w = -\frac{\partial \phi}{\partial z}$. If a velocity potential exists, the flow is irrotational. - **Stream Function ($\psi$):** A scalar function defined for 2D incompressible flow such that lines of constant $\psi$ are streamlines. For 2D incompressible flow: $u = \frac{\partial \psi}{\partial y}$ and $v = -\frac{\partial \psi}{\partial x}$. The physical meaning of $\psi$ is that the difference in stream function values between two streamlines represents the volume flow rate per unit depth between them. - **Show that if velocity potential exists, flow must be irrotational:** If a velocity potential $\phi$ exists, then $\vec{V} = -\nabla \phi$. The vorticity is defined as $\vec{\omega} = \nabla \times \vec{V}$. Substitute $\vec{V} = -\nabla \phi$: $$\vec{\omega} = \nabla \times (-\nabla \phi)$$ Using the vector identity $\nabla \times (\nabla \phi) = 0$ (the curl of the gradient of any scalar function is always zero), we get: $$\vec{\omega} = 0$$ Therefore, if a velocity potential exists, the flow must be irrotational. This also implies that velocity potential can only be defined for irrotational flows.