A Numerical Method for - PowerPoint PPT Presentation

1 / 29
About This Presentation
Title:

A Numerical Method for

Description:

A Numerical Method for Discontinuous Shallow Flow Fritz R. Fiedler University of Idaho Department of Civil Engineering Approach Select basic numerical scheme Modify ... – PowerPoint PPT presentation

Number of Views:260
Avg rating:3.0/5.0
Slides: 30
Provided by: Frit81
Learn more at: https://www.uidaho.edu
Category:
Tags: method | numerical

less

Transcript and Presenter's Notes

Title: A Numerical Method for


1
A Numerical Method for Discontinuous Shallow Flow
Fritz R. FiedlerUniversity of Idaho Department
of Civil Engineering
2
Model Objectives
  • Solve 2-D hydrodynamic flow equations
  • surface flow, rainfall, infiltration
  • stiff hyperbolic equations
  • non-linear source term
  • Applications
  • rainfall-runoff process
  • wetlands
  • flood plains

3
Overland Flow
4
Microtopography
5
Equations
6
Numerical Challenges
  • Non-linear hyperbolic system
  • Strong source terms
  • (equations stiff when h0)
  • Small depths / dry areas
  • Large gradients
  • Discontinuous flow regime

7
Vector Form
8
Vector Form
9
Approach
  • Select basic numerical scheme
  • Modify basic scheme to address problem-specific
    challenges
  • Develop algorithm
  • Develop code
  • Test
  • Iterate? (start simple)

10
MacCormack Scheme
Predictor, Backward Difference
Corrector, Forward Difference
11
Split MacCormack Scheme
Lx1 Operator
12
Friction Slope stiff!
13
Friction Slope Point-Implicit Treatment
14
Convective Acceleration Upwinding
For the Lx1 operator
If flow is in the -x direction (j1 to j)
15
Smoothing Function
16
Lateral Inflow and Infiltration
17
Algorithm
  • Input
  • Define grid
  • Initialize
  • Solve
  • time loop
  • compute lateral inflow (Newtons Method)
  • compute h, p, q
  • output?

18
Computer Code
do 102 j1,Nx-1 delh1(j,k) -
dtohx(pc(j,k)-pc(j-1,k))dt0.5re(j,k)
delp1(j,k) - D(j,k)dtohx
(convacc(j,k) ghc(j,k)2 - ghc(j-1,k)2)
- D(j,k)dt (
g(hc(j,k)hc(j-1,k))(z(j,k)-z(j-1,k))/hx
Ko0.01pc(j,k)/8./hc(j,k)2
pc(j,k)/hc(j,k)re(j,k) )
D(j,k)dt/hx2eps1(pc(j-1,k)-2.pc(j,k)
pc(j1,k)) delq1(j,k) - dtohx
( pc(j,k)qc(j,k)/hc(j,k)
-pc(j-1,k)qc(j-1,k)/hc(j-1,k) )
dt/hx2eps1(qc(j-1,k)-2.qc(j,k)
qc(j1,k)) 102 continue
19
Comparative Numerical Examples
  • Dam Break Problem
  • Published results
  • Physical Model Results

20
Dam Break Problem
21
Kinematic Wave Solution
22
Microtopographic Surface
23
Overland Flow Depths
24
Flow Depths and Velocity
25
Flow Channels
26
Overland Flow Depths
27
Cumulative Infiltration
28
Simulated vs. Experimental
29
(No Transcript)
Write a Comment
User Comments (0)
About PowerShow.com