Week 6 Flashcards

1
Q

What is a conceptual model?

A

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”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does discretising in time and space mean?

A

Creating “pockets” of measure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Concept of forward difference approximations

A

Future - current, to find current

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Concept of backward difference approximations

A

Current - past, to find current

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Finite difference approximation, basic gist

A
  1. Forward difference approximations for
    dh/dt
    dq/dx
  2. Darcy’s law and therefore backward difference approximations for
    q(n,i)
    q(n,i+1)
  3. Make all substitutions into
    Ss(dh/dt) = -dq/dx
  4. Rearrange for h(n+1, i) =
  5. Assume uniform spacing between points i.e.
t(n+1)-t(n) = /\t
x(i+1)-x(i) = x(i)-x(i-1)=/\x
  1. Form finite difference solution

N.B. Can substitute also:
T = HK
S = Has

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Stability criterion

A

(K/\t)/(SS/\x^2) < 1/2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How many boundary conditions with you have with Nth order derivatives in time(t) and space(x)?

A

N number of boundary conditions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Type I boundary conditions

A

aka Dirichlet

Fixed head condition

e.g. h=ho

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Type II boundary conditions

A

aka Neumann

Fixed gradient condition

e.g. dh/dx = Jo

How well did you know this?
1
Not at all
2
3
4
5
Perfectly