cive 572 final project

40
CIVE 572 Final Project Daniel Robb

Upload: danielrobb

Post on 27-May-2015

274 views

Category:

Technology


6 download

DESCRIPTION

Open channel flow on a slope with a side basin

TRANSCRIPT

Page 1: CIVE 572 Final Project

CIVE 572Final Project

Daniel Robb

Page 2: CIVE 572 Final Project

Outline

• Describe the problem

• Present the theory

• Show the results

Page 3: CIVE 572 Final Project

Problem Statement

Use the upwind scheme and a staggered grid to calculate open channel flow into a sloped channel with a side basin.

Page 4: CIVE 572 Final Project

GeometryL

b

L b W4 m 1 m 2 m

b

W

Page 5: CIVE 572 Final Project

Geometry

L

So

0.001

So 1

Page 6: CIVE 572 Final Project

Given Parameters

• Initial water depth d = 0.05 m

• Friction coefficient cf = 0.008

• Slope So = 0.001

Page 7: CIVE 572 Final Project

Governing Equations2D Shallow Water Equations

Fij =qiqjh

∂ζ∂t +

∂qx∂x + h∂qy

∂x = 0

∂qx∂t + ∂Fuuh

∂x + ∂Fuvh

∂y = −gh ∂ζ∂x + ghSx − 1

2cfu(u2 + v2)

12

∂qy∂t + ∂Fvuh

∂x + ∂F vvh

∂y = −gh ∂ζ∂y + ghSy − 1

2cfv(u2 + v2)

12

Page 8: CIVE 572 Final Project

Numerical SchemeUpwind - First Order Accurate

if

if

ui = ui +O(∆)

ui = ui+1 +O(∆)

ui > 0

ui < 0

uiui ui+1

uiui ui+1

if

if

ui > 0

ui < 0

Page 9: CIVE 572 Final Project

Initial Conditions

In the basin:

• Constant water depth: d = 0.05 m

• No initial velocity: u = 0, v = 0

Page 10: CIVE 572 Final Project

Boundary Conditions

At the inlet and outlet:

• Periodic boundary conditions

Along the walls:

• Non-penetrating

Page 11: CIVE 572 Final Project

Periodic BCsh(0,j) h(1,j) h(imax,j) h(imax+1,j)

qx(0,j) qx(1,j) qx(imax,j) qx(imax+1,j)

h(0, j) = h(imax, j)

h(imax+1, j) = h(1, j)

qx(0, j) = qx(imax, j)

qx(imax+1, j) = qx(1, j)

Page 12: CIVE 572 Final Project

Uniform Flow Depth

So 1

yo

Page 13: CIVE 572 Final Project

Governing Equations2D Shallow Water Equations

Fij =qiqjh

∂ζ∂t +

∂qx∂x + h∂qy

∂x = 0

∂qx∂t + ∂Fuuh

∂x + ∂Fuvh

∂y = −gh ∂ζ∂x + ghSx − 1

2cfu(u2 + v2)

12

∂qy∂t + ∂Fvuh

∂x + ∂F vvh

∂y = −gh ∂ζ∂y + ghSy − 1

2cfv(u2 + v2)

12

Page 14: CIVE 572 Final Project

Governing Equations2D Shallow Water Equations

Fij =qiqjh

∂ζ∂t +

∂qx∂x + h∂qy

∂x = 0

∂qx∂t + ∂Fuuh

∂x + ∂Fuvh

∂y = −gh ∂ζ∂x + ghSx − 1

2cfu(u2 + v2)

12

∂qy∂t + ∂Fvuh

∂x + ∂F vvh

∂y = −gh ∂ζ∂y + ghSy − 1

2cfv(u2 + v2)

12

Page 15: CIVE 572 Final Project

Governing EquationsMomentum in x-direction

∂qx∂t + ∂Fuuh

∂x + ∂Fuvh

∂y = −gh ∂ζ∂x + ghSx − 1

2cfu(u2 + v2)

12

Page 16: CIVE 572 Final Project

Governing EquationsMomentum in x-direction

∂qx∂t + ∂Fuuh

∂x + ∂Fuvh

∂y = −gh ∂ζ∂x + ghSx − 1

2cfu(u2 + v2)

12

0

Page 17: CIVE 572 Final Project

Governing EquationsMomentum in x-direction

∂qx∂t + ∂Fuuh

∂x + ∂Fuvh

∂y = −gh ∂ζ∂x + ghSx − 1

2cfu(u2 + v2)

12

0 0 0

Page 18: CIVE 572 Final Project

Governing EquationsMomentum in x-direction

∂qx∂t + ∂Fuuh

∂x + ∂Fuvh

∂y = −gh ∂ζ∂x + ghSx − 1

2cfu(u2 + v2)

12

0 0 0 0

Page 19: CIVE 572 Final Project

Governing EquationsMomentum in x-direction

∂qx∂t + ∂Fuuh

∂x + ∂Fuvh

∂y = −gh ∂ζ∂x + ghSx − 1

2cfu(u2 + v2)

12

0 0 0 0 0

Page 20: CIVE 572 Final Project

Governing EquationsMomentum in x-direction

ghS0 = 12cfu

2

Page 21: CIVE 572 Final Project

Governing EquationsMomentum in x-direction

ghS0 = 12cfu

2

u =�

2ghS0

cf

Fr =�

2S0cf

Fr = 0.5

Page 22: CIVE 572 Final Project

Free Surface

Page 23: CIVE 572 Final Project

Free Surface (Side Basin)

Page 24: CIVE 572 Final Project

Velocity Field

Page 25: CIVE 572 Final Project

Velocity (Magnitude)

Page 26: CIVE 572 Final Project

Vorticity Field

�ω = �∇× �u

ω =∂v

∂x− ∂u

∂y

Page 27: CIVE 572 Final Project

Vorticity Field

Page 28: CIVE 572 Final Project

Basin Resonance

3

1

2

A

A’

B’B

Page 29: CIVE 572 Final Project

Basin Resonance

Tn =2Γ

(k + 1)√gd

Ref: Sorensen, R. M. (2006). Basic coastal engineering, Springer Verlag.

k = 0

k = 1

k = 2

Page 30: CIVE 572 Final Project

Transverse Section (A-A’)H

eigh

t (m

)

Page 31: CIVE 572 Final Project

Height vs. Time At (1)

Page 32: CIVE 572 Final Project

Height vs. Time At (1)

Page 33: CIVE 572 Final Project

Height vs. Time At (1) & (2)

Page 34: CIVE 572 Final Project

Longitudinal Section (B-B’)H

eigh

t (m

)

Page 35: CIVE 572 Final Project

Height vs. Time At (3)

Page 36: CIVE 572 Final Project

Height vs. Time At (3)

Page 37: CIVE 572 Final Project

Height vs. Time At (3)

Page 38: CIVE 572 Final Project

Observations• Oscillating flow mechanisms are often

described by a Strouhal Number (S)

S = fnLU

fn = 0.125s−1

L = 3mU = 0.35m/sS = 1.1

Page 39: CIVE 572 Final Project

Observations• Vortex shedding at the leading edge of

the basin

• Some vortices recirculate in the basin while others are entrained by the main flow.

• Resonant transverse flow oscillations

• As the transverse sloshing increases, so does the vortex shedding.

Page 40: CIVE 572 Final Project

Questions ???

Thank you for your attention