Week 6 Flashcards
What is a conceptual model?
A diagram to summarise ideas
e.g. “developing an approximate solution for a 1 dimensional groundwater flow equation for a homogenous confined aquifer using the finite difference method”
What does discretising in time and space mean?
Creating “pockets” of measure
Concept of forward difference approximations
Future - current, to find current
Concept of backward difference approximations
Current - past, to find current
Finite difference approximation, basic gist
- Forward difference approximations for
dh/dt
dq/dx - Darcy’s law and therefore backward difference approximations for
q(n,i)
q(n,i+1) - Make all substitutions into
Ss(dh/dt) = -dq/dx - Rearrange for h(n+1, i) =
- Assume uniform spacing between points i.e.
t(n+1)-t(n) = /\t x(i+1)-x(i) = x(i)-x(i-1)=/\x
- Form finite difference solution
N.B. Can substitute also:
T = HK
S = Has
Stability criterion
(K/\t)/(SS/\x^2) < 1/2
How many boundary conditions with you have with Nth order derivatives in time(t) and space(x)?
N number of boundary conditions
Type I boundary conditions
aka Dirichlet
Fixed head condition
e.g. h=ho
Type II boundary conditions
aka Neumann
Fixed gradient condition
e.g. dh/dx = Jo