avm99963 | 02003e7 | 2021-06-22 12:25:46 +0200 | [diff] [blame] | 1 | % !TEX root = main.tex |
| 2 | \chapter{The continuity equation} |
| 3 | |
| 4 | The continuity equation expresses mass conservation locally. |
| 5 | |
| 6 | $$ \frac{\partial \rho}{\partial t} + \vec{\nabla} \cdot (\rho \vec{v}) = 0 $$ |
| 7 | |
| 8 | Alternative expression: |
| 9 | $$ \frac{d \rho}{d t} + \rho \vec{\nabla} \cdot \vec{v} = 0 $$ |
| 10 | |
| 11 | The local incompressibility condition, $\vec{\nabla} \cdot \vec{v} = 0$, is equivalent to saying that the density of each fluid element is a constant during the flow, $\frac{d l}{dt} = 0$. |
| 12 | |
| 13 | It can be demonstrated that, in an stationary flow, the mass flux along a stream tube is constant. |
| 14 | |
| 15 | In presence of mass sources or sinks, the continuity equation: |
| 16 | |
| 17 | $$ \frac{\partial \rho}{\partial t} + \vec{\nabla} \cdot (\rho \vec{v}) = \Lambda $$ |
| 18 | |
| 19 | Where $\Lambda$ is the mass created (positive) or destroyed (negative) per unit time and volume. |
| 20 | |
| 21 | \section{Equation of motion for a fluid} |
| 22 | |
| 23 | We will apply Newton's second law to a volume of fluid, $V$, comoving with the fluid. If we use Reynolds transport theorem and the continuity equation, we get the \textbf{local equation of motion} (for a fluid particle). |
| 24 | |
| 25 | $$ \rho \frac{\partial \vec{v}}{\partial t} + \rho (\vec{v} \cdot \vec{\nabla})\vec{v} = \vec{f} + \vec{\nabla} \cdot \TT{\sigma} $$ |
| 26 | |
| 27 | This equation governs the dynamics of all continuous matter. Different types of materials are characterized by different expressions of $\TT{\sigma}$. |
| 28 | |
| 29 | \section{Streses in Newtonial fluids} |
| 30 | |
| 31 | For fluids at rest (this is, in hydrostatic equilibrium), we have $\TT{\sigma} = -p \TT{I}$. Now, for fluids in motion, we need to split the stress tensor and separate the part corresponding to preassure stresses. We get |
| 32 | $$\TT{\sigma} = -p \TT{I} + \TT{\sigma}'$$ |
| 33 | Where we have defined $ \TT{\sigma}'$ as the viscosity stress tensor, associated with deformations caused by the motion. |
| 34 | |
| 35 | This tensor is symmetric and depends in $\TT{e}$. It is the symmetric parti of $\TT{\sigma}$ resulting from the deformation of the elements of the fluid. |
| 36 | |
| 37 | We define a \textbf{Newtonial fluid} as the fluid with components $\sigma'_{ij}$ that depend linearly on the components $e_{ij}$: $$\sigma'_{ij} = A_{ijkl} e_{kl}$$ |
| 38 | |
| 39 | In an \textbf{isotropic media} the viscosity tensor must be related to $e_{ij}$ in a way that does not depent at all on the coordinate directions. |
| 40 | |
| 41 | $$ \sigma'_{ij} = 2Ae_{ij} + B e_{ll} \delta_{ij} $$ |
| 42 | |
| 43 | Where A and B are constants, fluid properties. We can define $\eta = A$ (which tells about viscosity) and $\xi = \frac{2}{3}\eta + B$, the second vicosity. |
| 44 | |
| 45 | We get: |
| 46 | |
| 47 | $$ \sigma'_{ij} = \eta\left(2e_{ij} - \frac{2}{3}e_{ll} \delta_{ij}\right) + \xi e_{ll} \delta_{ij} $$ |
| 48 | |
| 49 | The first term expresses deformation without volume change, and the second one isotropic dilation. |
| 50 | |
| 51 | For an incompressible fluid, $ \sigma'_{ij} = 2\eta e_{ij} $ |
| 52 | |
| 53 | \section{Navier-Stokes equation} |
| 54 | |
| 55 | The Navier Stokes equation: |
| 56 | |
| 57 | $$ |
| 58 | \rho\left(\frac{\partial \vec{v}}{\partial t}+\vec{v} \cdot \nabla \vec{v}\right)=\vec{f}-\nabla p+\eta \nabla^{2} \vec{v}+\left(\frac{\eta}{3}+\xi\right) \nabla(\nabla \cdot \vec{v}) |
| 59 | $$ |
| 60 | |
| 61 | If the fluid is incompressible, it reduces to |
| 62 | |
| 63 | $$ |
| 64 | \rho\left(\frac{\partial \vec{v}}{\partial t}+\vec{v} \cdot \nabla \vec{v}\right)=\vec{f}-\nabla p+\eta \nabla^{2} \vec{v} |
| 65 | $$ |
| 66 | |
| 67 | If we have an ideal fluid, $\eta = 0$, |
| 68 | |
| 69 | $$ |
| 70 | \rho\left(\frac{\partial \vec{v}}{\partial t}+\vec{v} \cdot \nabla \vec{v}\right)=\vec{f}-\nabla p |
| 71 | $$ |
| 72 | This is the Euler's equation. |
| 73 | |
| 74 | We can find a dimensionless form (......) |
| 75 | |
| 76 | Reynolds number: $\frac{1}{Re} = \frac{\eta}{\rho \pi L}$ \\ |
| 77 | Froude number: $\frac{1}{Fr} = \frac{L f}{p \pi^2}$ |
| 78 | |
| 79 | |
| 80 | (...) |
| 81 | |
| 82 | Limiting behaviours: |
| 83 | |
| 84 | $$ Re = \frac{|\rho(\vec{v} \cdot \vec{\nabla})\vec{v}|}{|\eta \nabla^2 \vec{v}|} $$ |
| 85 | |
| 86 | If $Re << 1$, then the viscous term dominates over the convective term. |
| 87 | We get the Stokes equation: |
| 88 | |
| 89 | $$ |
| 90 | \rho\frac{\partial \vec{v}}{\partial t}=\vec{f}-\nabla p+\eta \nabla^{2} \vec{v} |
| 91 | $$ |
| 92 | |
| 93 | If $Re >> 1$, then we have the ideal fluid behavior or dry water behavior, and we get Euler's equation again. |
| 94 | |
| 95 | Even if $Re >> 1$, the geometry of a given problem may lead to a zero convective term. Also, near walls, friction plays a role and viscous effects cannot be neglected. |
| 96 | |
| 97 | \section{Boundary conditions} |
| 98 | |
| 99 | \subsection{Fluid-solid interface} |
| 100 | The solid is assumed undeformable. We have a condition for the normal component of the velocity (it must be continuos): |
| 101 | |
| 102 | $$ \vec{v}_s \cdot \hat{n} = \vec{v}_f \cdot \hat{n} $$ |
| 103 | We will distinguish between: |
| 104 | \begin{itemize} |
| 105 | \item \textbf{Ideal fluids ($\eta = 0$)}: we have no restriction on $\vec{v}_f \cdot \hat{t}$. The fluid can slip parallel to solid surface. |
| 106 | \item \textbf{Real fluids:} we have the no-slip restriction: they are tangencially attatched, and the tangencial components must match: $\vec{v}_s \cdot \hat{t} = \vec{v}_f \cdot \hat{t}$. With the condition for the normal component, we get $\vec{v}_s = \vec{v}_f$ |
| 107 | \end{itemize} |
| 108 | Note that if the surface tension $\gamma$ is zero, we have |
| 109 | |
| 110 | $$ \sigma_s \cdot \hat{n} = \sigma_f \cdot \hat{n} $$ |
| 111 | |
| 112 | This is not significant if the solid is undeformable. |
| 113 | |
| 114 | \subsection{Fluid-fluid interface} |