Peeter
- 303
- 3
Homework Statement
Consider the steady flow between two long cylinders of radii R_1 and R_2, R_1 > R_1, rotating about their axes with angular velocities \Omega_1, \Omega_2. Look for a solution of the form, where \hat{\boldsymbol{\phi}} is a unit vector along the azimuthal direction:
\mathbf{u} = v(r) \hat{\boldsymbol{\phi}}
p = p(r).
Write out the Navier-Stokes equations and find differential equations for v(r) and p(r).
Fix the constants a and b from the boundary conditions. Determine the velocity v(r) and pressure p(r).
Homework Equations
Navier-Stokes equations for steady state incompressible flow are
(\mathbf{u} \cdot \boldsymbol{\nabla}) \mathbf{u} = -\frac{1}{{\rho}} \boldsymbol{\nabla} p + \nu \boldsymbol{\nabla}^2 \mathbf{u}
\boldsymbol{\nabla} \cdot \mathbf{u} = 0.
We'll have no-slip boundary value conditions on the surfaces of each cylinder, so
\begin{align}v(R_1) &= R_1 \Omega_1 \\ v(R_2) &= R_2 \Omega_2.\end{align}
The Attempt at a Solution
Working in cylindrical coordinates where the gradient is
\boldsymbol{\nabla} = \hat{\mathbf{r}} \partial_r + \frac{\hat{\boldsymbol{\phi}}}{r} \partial_\phi.
I find a pair of differential equations to solve
r^2 v'' + r v' - v = 0
p' = \frac{\rho v^2}{r}
solving these and applying the boundary value conditions I find
v(r) = \frac{1}{{R_2^2 - R_1^2}}\left(\left( R_2^2 \Omega_2 - R_1^2 \Omega_1\right) r+\frac{R_1^2 R_2^2}{r} (\Omega_1 -\Omega_2)\right)
p(r) - p_0 = \frac{\rho }{(R_2^2 - R_1^2)^2} \left( \frac{1}{{2}} \left( R_2^2 \Omega_2 - R_1^2 \Omega_1\right)^2r^2 -\frac{R_1^4 R_2^4}{2 r^2} (\Omega_1 - \Omega_2)^2+ 2 \left( R_2^2 \Omega_2 - R_1^2 \Omega_1\right) R_1^4 R_2^4 (\Omega_1 - \Omega_2)^2 \ln r\right)
That's almost the whole solution, but the part that I am unsure of is what can we use to determine the integration constant for the pressure (I've called it p_0 above)? Is there another boundary value constraint that I am missing?
Last edited: