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
t(n+1)-t(n) = /\t x(i+1)-x(i) = x(i)-x(i-1)=/\x
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