4
Week 2 Physical Equations Darcy's Law Darcy found that the total discharge Q varies in: - direct proportion to A and to )h (=h 1 - h 2 ) - inversely with L where K = the hydraulic conductivity [L T -1 ] The above equation can be rewritten as: This can be written more generally as: Darcy's equation can be written in terms of head and potential dl d g KA dl dh KA Q f - = - = The Darcy's Law is valid only under the laminar flow -- water molecules follow streamlines. The water molecules do not mover along the parallel streamlines in turbulent flow. Mechanical Energy Total energy of a unit volume of fluid is the sum of kinetic, gravitational, and fluid pressure energy P gz v E t = r r 2 2 1 where Dis the density of the fluid, v is the flow velocity, g is the acceleration of the gravity, z is the

Physical Equations Darcy's Law

Embed Size (px)

Citation preview

Page 1: Physical Equations Darcy's Law

Week 2 Physical Equations Darcy's Law Darcy found that the total discharge Q varies in: - direct proportion to A and to )h (=h1 - h2) - inversely with L

where K = the hydraulic conductivity [L T-1] The above equation can be rewritten as:

This can be written more generally as:

Darcy's equation can be written in terms of head and potential

dld

gKA

dldh

KAQφ−=−=

The Darcy's Law is valid only under the laminar flow -- water molecules follow streamlines. The water molecules do not mover along the parallel streamlines in turbulent flow. Mechanical Energy Total energy of a unit volume of fluid is the sum of kinetic, gravitational, and fluid pressure energy

PgzvEt ++= ρρ 2

21

where Dis the density of the fluid, v is the flow velocity, g is the acceleration of the gravity, z is the

Page 2: Physical Equations Darcy's Law

elevation of center of gravity of the fluid, and P is the pressure. The above equation can be modified by dividing the Dg on both sides; total energy per unit mass -- Bernoulli equation

gP

zvg

Etm ρ++= 2

21

For steady state flow of a frictionless, incompressible fluid along a smooth line of flow, the total energy per unit mass is constant. Steady state, incompressible fluid, closed system

1. velocity is very small and ignore kinetic term 2. D not = f(P); it means incompressible

what is the pressure at point A

ghppzhg

gz =−+−+=ρ

ρφ 00 ])([

So,

ϕρ

+=+= zg

Pzh

Groundwater Flow Equation Confined aquifers

th

TS

zh

yh

xh

∂∂=

∂∂+

∂∂+

∂∂

2

2

2

2

2

2

The steady state flow has the left hand side equal to zero -- Laplace equation. Unconfined aquifers

th

T

S

zh

yh

xh y

∂∂=

∂∂+

∂∂+

∂∂

2

2

2

2

2

2

Boundary Conditions

1. known head (Dirichlet conditions). 2. known flow (Neumann conditions).

Page 3: Physical Equations Darcy's Law

3. combinations. Finite Difference Method for Steady-State Flow (Laplace's Equation) 1. Finite difference grid Grid coordinates (i, j), ∆x, ∆y, and ∆z. 2. Central approximation For x direction

xx

hh

x

hh

xh

jijijii

∆∆−

−∆−

≈∂∂

−+ ,1,,1

2

2

It can be simplified to

2

,1,,1

2

2

)(

2

x

hhh

xh jijiji

+−≈

∂∂ +−

For y direction

2

1,,1,

2

2

)(

2

y

hhh

yh jijiji

+−≈

∂∂ +−

The finite difference approximation at the point (i,j) can be described as

04 ,1,1,,1,1 =−+++ +−+− jijijijiji hhhhh

4. Iterative methods

41,1,,1,1

,+−+− +++

= jijijijiji

hhhhh

Jacobi Iteration: the least efficient.

41,1,,1,11

,

mji

mji

mji

mjim

ji

hhhhh +−+−+

+++=

Gauss-Seidel Iteration: more efficient because of using newly computed head values whenever possible.

Page 4: Physical Equations Darcy's Law

41,1,

1,1

1,11

,

mji

mji

mji

mjim

ji

hhhhh +−

++

+−+

+++=

Successive Over Relaxation (SOR): The residual c between two successive iterations in Gauss-Seidel method is described as

mji

mji hhc ,

1, −= +

In the SOR method, the new value at point (i,j) can be defined as

chh mji

mji ω+=+

,1

,

where ω is the relaxation factor that is larger than 1.

4)1( 1,1,

1,1

1,1

,1

,

mji

mji

mji

mjim

jim

ji

hhhhhh +−

++

+−+

++++−= ωω

Gauss-Seidel Computer Program: Homework 1.