Flow between infinite moving inner cylinder and outer cylinder. http://sites.google.com/site/peeterjoot2/math2012/twoCylinders.pdf Peeter Joot — [email protected] Revision https://github.com/peeterjoot/physicsplay commit 269612195ac31041e194e8124aa83e7359a29fe0 Apr/15/2012 twoCylinders.tex Keywords: Navier-Stokes, PHY454H1S, PHY454H1

Contents 1

Motivation.

1

2

Statement.

1

3

Solution. 3.1 Part 1,3. Velocity and pressure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3.2 Part 2. Friction force per unit length. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3.3 Part 4. With external pressure gradient. . . . . . . . . . . . . . . . . . . . . . . . . . .

1 1 4 4

1. Motivation. A problem from the 2009 phy1530 final that appears appropriate for phy454 exam prep. 2. Statement. An infinite cylinder of radius R1 is moving with velocity v parallel to its axis. It is places inside another cylinder of radius R2 . The axes of the two cylinders coincide. The fluid is incompressible, with viscosity µ and density ρ, the flow is assumed to be stationary, and no external pressure gradient is applied. 1. Find and sketch the velocity field of the fluid between the cylinders. 2. Find the friction force per unit length acting on each cylinder. 3. Find and sketch the pressure field of the liquid. 4. If an external pressure gradient is present, how do you think your answer will change? Sketch your expectation for the velocity and pressure in this case. 3. Solution. 3.1. Part 1,3. Velocity and pressure Let’s start with the illustration of figure (1) to fix coordinates. We’ll assume that we can find a solution of the following form u = w(r )zˆ 1

(1a)

Figure 1: Coordinates for flow between two cylinders. p = p (r ).

(1b)

We’ll also work in cylindrical coordinates where our gradient is ˆ φ ∂φ + zˆ ∂z . r Let’s look at the various terms of the Navier-Stokes equation. Our non-linear term is

∇ = rˆ ∂r +

u · ∇u = w∂z (w(r )zˆ ) = 0,

(2)

(3)

Our Laplacian term is µ ∇2 u = µ

=



 1 1 ∂r (r∂r ) + 2 ∂φφ + ∂zz w(r )zˆ r r

µ (rw0 )0 zˆ . r

Putting the pieces together we have µ (rw0 )0 zˆ . r Decomposing these into one equation for each component we have 0 = −rˆ p0 +

(4)

p0 = 0,

(5)

(rw0 )0 = 0.

(6)

p(r ) = constant,

(7)

rw0 = A,

(8)

and

The pressure can be trivially solved

and for our velocity equation we get

Short of satisfying our boundary value constraints our velocity is 2

w = A ln r + B.

(9)

Our boundary value conditions are given by w ( R2 ) = 0

(10)

w( R1 ) = v,

(11)

so our integration constants are given by 0 = A ln R2 + B

(12)

v = A ln R1 + B.

(13)

v = A ln( R1 /R2 ).

(14)

Taking differences we’ve got

So our constants are v ln( R1 /R2 )

(15a)

B=−

v ln R2 , ln( R1 /R2 )

(15b)

w (r ) =

v ln(r/R2 ) . ln( R1 /R2 )

(16)

A=

and

A plot of this function can be found in figure (2), and the Mathematica notebook that generated this plot can be found in phy454/twoCylinders.cdf. That notebook has some slider controls that can be used interactively.

Figure 2: Velocity plot due to inner cylinder dragging fluid along with it.

3

3.2. Part 2. Friction force per unit length. For the frictional force per unit area on the fluid by the inner cylinder we have 1 (σ · rˆ ) · zˆ = − pˆr · zˆ + 2µ 2 ln r = µv ln( R1 /R2 )



 ∂uz ∂ur +  ∂r ∂z

So the forces on the inner and outer cylinders for a strip of width ∆z is frictional force on inner cylinder = −2πR1 ∆zµvzˆ frictional force on inner cylinder = 2πR2 ∆zµvzˆ

ln R1 ln( R1 /R2 )

ln R2 ln( R1 /R2 )

(17a) (17b)

3.3. Part 4. With external pressure gradient. With an external pressure gradient imposed we expect a superposition of a parabolic flow profile with what we’ve calculated above. With dp , dz our Navier-Stokes equation will now take the form G=−

0 = −rˆ p0 − (− G zˆ ) +

(18)

µ (rw0 )0 zˆ . r

(19)

We want to solve the LDE



Gr = (rw0 )0 = rw00 + w0 µ

(20)

The homogeneous portion of this equation

(rw0 )0 = 0,

(21)

we have already solved finding w = C ln r + D. It looks reasonable to try a polynomial solution for the specific solution. Let’s try a second order polynomial w = Ar2 + Br

(22a)

w0 = 2Ar + B

(22b)

w00 = 2A.

(22c)

We need



Gr = 2Ar + 2Ar + B, µ

So B = 0 and 4A = − G/µ, and our general solution has the form 4

(23)

w=−

G 2 r + C ln r + D. 4µ

(24)

requiring just the boundary condition fitting. Let’s tweak the constants slightly, writing w=

G 2 ( R − r2 ) + C ln r/R2 + D, 4µ 2

(25)

so that D = 0 falls out of the w( R2 ) = 0 constraint. Our last integration constant is then determined by the solution of G 2 ( R − R21 ) + C ln R1 /R2 . 4µ 2

(26)

  G 2 G ln r/R2 ( R2 − r2 ) + v − ( R22 − R21 ) . 4µ 4µ ln R1 /R2

(27)

v= Or w=

A plot of this, with a pressure gradient small enough that we still see the logarithmic profile is shown in figure (3). An animation of this with different values for R1 , v, and G/4µ is available on http://youtu.be/BNgpnYeRpLo, but the Mathematica notebook above can also be used.

Figure 3: Pressure gradient added. Even cooler is to look at some plots of the velocity profiles in 3D

Figure 4: 3D plot 1

5

Figure 5: 3D plot 2

Figure 6: 3D plot 3

Figure 7: 3D plot 4

6

An animation of this can be found at http://youtu.be/OiJTopWx7L8, and the Mathematica notebook that generated it at phy454/twoCylinders3D.cdf.

7

Flow between infinite moving inner cylinder and outer ...

Apr 15, 2012 - (9). Our boundary value conditions are given by w(R2) = 0. (10) ... can be found in figure (2), and the Mathematica notebook that generated.

377KB Sizes 0 Downloads 179 Views

Recommend Documents

New inner and outer bounds for the discrete ...
The rapid advancement of wireless technology in the past years has started what ... the adaptability, communication and cooperation capabilities of wireless.

Inner and Outer Bounds for the Gaussian Cognitive Interference ...
... by the newfound abilities of cognitive radio technology and its potential impact on spectral efficiency in wireless networks is the cognitive radio channel [4]. ... The contents of this article are solely the responsibility of the authors and do

New inner and outer bounds for the discrete ...
... in the past years has started what some commentators call the “wireless ... The constant increase of wireless services has led to a situation where new services have a ... termed the interference channel with conferencing encoders.

Determining Collisions between Moving Spheres for Distributed ...
number of nodes connected via a computer network. The aim of an ... (CSCW) [1] [4] and social play [3]. ... section 3 we describe our approach to collision.

CAMSHAFTS AND CAMSHAFT ADJUSTER LEFT CYLINDER ...
CAMSHAFTS AND CAMSHAFT ADJUSTER LEFT CYLINDER HEAD.pdf. CAMSHAFTS AND CAMSHAFT ADJUSTER LEFT CYLINDER HEAD.pdf. Open.

pneumatic cylinder pdf
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. pneumatic ...

pneumatic cylinder pdf
Page 1 of 1. File: Pneumatic cylinder pdf. Download now. Click here if your download doesn't start automatically. Page 1 of 1. pneumatic cylinder pdf. pneumatic ...

Aliens & Outer Space!
objects, construction and malleable materials safely and with increasing control. Wow: Developing our own Mission Control station base in our role play area.

Infinite Campus Teacher Attendance and Gradebook Guide.pdf ...
Feb 26, 2018 - Q:\Standardized Docs\Teacher\Infinite Campus Teacher Attendance and Gradebook Guide v6.docx. Log onto the System. The default application for teachers is called "Campus Instruction." In Campus Instruction,. you can take attendance, acc

CENTRAL EXTENSIONS AND INFINITE ...
Since Jijtm, Dtm, Ktm, PT tm, form a basis for the (loop-) semisimple component, any cocycle which is nonzero on these elements must have a component arising from bilinear forms in the manner described earlier, be- cause extensions of these subalgebr

Printing press cylinder with mechanical and vacuum holding means ...
[50] lnventor Samuel Oderman. Whittier, California. App]. No. 652,219. Filed. July 10, 1967 ..... The net effect is to positively hold the ?exible printing plates 44 and ... been disclosed herein for purposes of illustration, it will be un derstood t

Infinite performance - Intel - Media13
Performance testing. Evaluate core applications' performance and scalability when running on the latest Intel® technology. SOLUTIONS. • Processing power.

Infinite Campus.pdf
Campus Portal has listed. The mobile app will ask for the district ID: ZLSBJB. Page 1 of 1. Infinite Campus.pdf. Infinite Campus.pdf. Open. Extract. Open with.

02_271172 Twin Cylinder LHead.pdf
Crankshaft End Play. Vertical Shaft Engines .002” – .026” (0.05 – 0.66 mm). Horizontal Shaft Engines .004” – .012” (0.10 – 0.30 mm). **Governed Idle Speed (all ...

TFP #34 Cylinder #137K - Insight for Living
They were not looking for a big spiritual battle to take on, but they were indeed in the middle of one—and they never even realized it. Do you think this is a rare.

Infinite performance - Intel - Media13
quad data rate (QDR) InfiniBand network. TECHNOLOGY ... University of Coimbra evaluates performance and scalability benefits of the latest Intel®technology.

Infinite Jigsaw Puzzle - PDFKUL.COM
Moai 3, trade Missions Level 2 ~~~Game Guide ~~~. Montezuma Blitz 62 838 ... Forest Legends: The Call of Love Gameplay Trailer (PlayStation 3/PC) Demo Deep in the heart of an enchanted forest, a forbidden love blooms. ... ~~~Game Guide ~~~ Developers

Origami Cylinder 2013.11.06 .PDF
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. Origami ...

10_276781 Single Cylinder OHV.pdf
THISPROPER SERVICE AND REPAIR IS IMPORTANT. TO THE SAFE, ECONOMICAL AND RELIABLE. Page 5 of 179. 10_276781 Single Cylinder OHV.pdf.

TFP #34 Cylinder #137K - Insight for Living
God Is Always with Us, Working out His Plan for Us. Key Verse ... This episode is also the set-up for “The Story of Esther,” our first biblical epic. The theme for this ...