Rotating, submerged cylinder problem.

Click For Summary

Homework Help Overview

The discussion revolves around a submerged, rotating cylinder in a fluid flow, focusing on developing equations to describe the fluid dynamics around it. The cylinder is assumed to be solid, infinitely long, and rotating at a constant angular velocity while experiencing a constant fluid flow. The problem involves solving Laplace's equation under specific boundary conditions related to the fluid's velocity potential.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants explore methods involving superposition of solutions for a non-rotating cylinder and a rotating cylinder in stagnant fluid. Questions arise regarding the validity of boundary conditions and the implications of the cylinder's rotation on stagnation points.

Discussion Status

Participants have shared various approaches and boundary conditions, with some expressing optimism about their progress. There is an ongoing examination of the assumptions made regarding the fluid dynamics, particularly concerning the behavior of the fluid at the cylinder's surface and the conditions for stagnation points.

Contextual Notes

Participants are working under the assumption that the fluid is incompressible for the initial part of the problem, with plans to drop this assumption later. There is also mention of potential typos in mathematical expressions that could affect the clarity of the discussion.

Cinimod
Messages
34
Reaction score
0
[SOLVED] Rotating, submerged cylinder problem.

Homework Statement


I need to develop the equations for describing a submerged cylinder which is rotating at an angular velocity of \omega, and there is a constant fluid flow of \overrightarrow{v} = v_0\overrightarrow{i} acting on the cylinder (assume that the position of the cylinder is fixed, so that it doesn't get swept away, but that it rotates about its centre). I am to assume that the fluid is incompressible (at least for the first part. I'm suppose to drop that assumption later on).

The cylinder is considered to be solid, and so there is no fluid flow through the cylinder.

The cylinder is considered to be infinitely long in the z axis (cylindrical coordinates are used through out). Because of this, the z term in the laplacian can be dropped.


Homework Equations


I need to solve:
\nabla^2 \phi = 0

Where \phi is the velocity potential of the fluid, i.e. \overrightarrow{v} = \nabla \phi

From what I can tell, these are the boundary Conditions of the problem:
1) For r >> a (a being the radius of the cylinder), \overrightarrow{v} \rightarrow v_0\overrightarrow{i}.
2) \frac{\partial \phi}{\partial n} = 0 for r = a, where n represents the vector normal to the surface of the cylinder (since the centre of the cylinder is at the coordinate system origin, this can be replaced with r).
3) at r = a, v = \omega a. I am very unsure of this boundary condition.


The Attempt at a Solution



At the moment, I have little clue how to do this, but I've tried two methods so far:
Method 1:
I took the case for a non-rotating cylinder, and assumed that there was another function of r, theta and omega which was added to it, and then substituted this into the laplacian equation, but I didn't get very far with that.
Method 2:
I started from the general solution for a non-rotating sphere, and then attempted to see how the new boundary conditions affected the constants given, but again, I was met with failure.
Any help at all would be appreciated.
 
Physics news on Phys.org
Laplace's equation is linear. So, I think a superposition of easier solutions might work.

Have you tried looking at this problem as a combination of a uniform flow around a stationary cylinder and rotation of the cylinder in stagnant fluid, and adding the solutions?
 
That is a very good idea. Thank you very much Siddharth. After a little bit of thought, this is what I have come up with (there is a problem still, but I'm much more optimistic about this problem now :D)

This is what I've got now:
Solution for a non-rotating cylinder:
\phi_1 = v_0\left\{r + \frac{a^2}{r} \right\} cos \theta

Now, I know that the general solution to the problem should be something along the lines of:
\phi = a_1\phi_1 + a_2\phi_2

\phi_1 is the solution for the non-rotating cylinder in uniform flow, and \phi_2 is the solution for a rotating cylinder in a stationary flow.

To get \phi_2, I looked at boundary Conditions. I thought that for a stationary flow (but rotating cylinder), the velocity at large r would approach zero, and so the velocity potential would be constant in terms of r (i.e. it would be independent of r).

I think thought, if the cylinder is rotating with an angular speed of \omega in the theta-hat direction, then the velocity of the fluid in the theta-hat direction at the boundary between the cylinder and the fluid (i.e. r = a), would be v = \omega a.

They are the conclusions that I came to after some thought. Tell me if the boundary conditions I have decided upon are incorrect.

Putting all that into some mathematics:
\frac{\partial \phi_2}{\partial r} =0
\frac{1}{r}\frac{\partial \phi_2}{\partial \theta} = \omega a
The equation above represents the boundary condition of the problem, and so the LHS should be evaluated at r = a, but I didn't know how to put that into latex.

From the second BC, I found that \phi_2 = \omega a^2 \theta. This solution seems to fit with the problem, and so, it implies that the solution to the original problem is:
\phi = a_1v_0\left\{r + \frac{a^2}{r} \right\} cos \theta+ a_2 \omega a^2 \theta

Where a1 and a2 are constants. It seems to be right because when I put it back into the laplace equation, it appears to be a solution. Also, when I grad the function, I get a function for the velocity which looks correct. The stagnation points are where they are suppose to be for if the angular speed of rotation is zero. Although, from the result of this equation, there is no stagnation point if the cylinder is rotating. That seems to make sense as a result, but I must ask... is my solution right?
 
Last edited:
Cinimod said:
This is what I've got now:
Solution for a non-rotating cylinder:
\phi_1 = v_0\left\{r + \frac{a^2}{r} \right\} cos \theta

That's right.

Now, I know that the general solution to the problem should be something along the lines of:
\phi = a_1\phi_1 + a_2\phi_2

\phi_1 is the solution for the non-rotating cylinder in uniform flow, and \phi_2 is the solution for a rotating cylinder in a stationary flow.

I think a_1 and a_2 should both be 1. Only then will it reduce to the individual cases. For example, when \omega = 0 in the general case, the solution should reduce to \phi_1 and this won't happen unless a_1 is 1.

To get \phi_2, I looked at boundary Conditions. I thought that for a stationary flow (but rotating cylinder), the velocity at large r would approach zero, and so the velocity potential would be constant in terms of r (i.e. it would be independent of r).

I think thought, if the cylinder is rotating with an angular speed of \omega in the theta-hat direction, then the velocity of the fluid in the theta-hat direction at the boundary between the cylinder and the fluid (i.e. r = a), would be v = \omega a

They are the conclusions that I came to after some thought. Tell me if the boundary conditions I have decided upon are incorrect.

Yeah, looks right to me. In fact, since v_r = \frac{\partial \phi}{\partial r} is 0, you can straight away say this.

Putting all that into some mathematics:
\frac{\partial \phi_2}{\partial r} =0
\frac{1}{r}\frac{\partial \phi_2}{\partial \theta} = \omega a
The equation above represents the boundary condition of the problem, and so the LHS should be evaluated at r = a, but I didn't know how to put that into latex.

I think there's a typo in the last equation. It should be

\frac{1}{r}\frac{\partial \phi_2}{\partial \theta} = \frac{\omega a^2}{r}

From the second BC, I found that \phi_2 = \omega a^2 \theta. This solution seems to fit with the problem, and so, it implies that the solution to the original problem is:
\phi = a_1v_0\left\{r + \frac{a^2}{r} \right\} cos \theta+ a_2 \omega a^2 \theta

Where a1 and a2 are constants. It seems to be right because when I put it back into the laplace equation, it appears to be a solution. Also, when I grad the function, I get a function for the velocity which looks correct. The stagnation points are where they are suppose to be for if the angular speed of rotation is zero. Although, from the result of this equation, there is no stagnation point if the cylinder is rotating. That seems to make sense as a result, but I must ask... is my solution right?

Why is there no stagnation point? When v is 0, can't you solve for theta to find the new stagnation points? ie, when

-2v_0 \sin \theta + a \omega = 0
 
Last edited:
oh yes, you are correct. Sorry for the typos I made in my last post. I don't think they helped! You are correct though about the stagnation point. I assumed that there was no stagnation point because all fluid in contact with the surface of the cylinder had the velocity of the edge of the sphere, and so (at first) it appeared that there was nowhere on the surface of the cylinder where the speed of the fluid became zero, but on reflection, that's wrong.

Thanks for all the help. It is greatly appreciated.
 
Cinimod said:
oh yes, you are correct. Sorry for the typos I made in my last post. I don't think they helped! You are correct though about the stagnation point. I assumed that there was no stagnation point because all fluid in contact with the surface of the cylinder had the velocity of the edge of the sphere, and so (at first) it appeared that there was nowhere on the surface of the cylinder where the speed of the fluid became zero, but on reflection, that's wrong.

Thanks for all the help. It is greatly appreciated.

No problem, glad to help.
 

Similar threads

Replies
13
Views
4K
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
4
Views
4K
  • · Replies 29 ·
Replies
29
Views
3K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
Replies
3
Views
2K