Numerical Solutions to PDEs Flashcards

(25 cards)

1
Q

What is exponential decay?

A

When a quantity decreases at a rate which is proportional to the quantity.

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

What are some examples of exponential decay?

A
  1. Radioactive Decay
  2. Rates of chemical transfer
  3. Heat transfer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How are PDEs found using numerical approximation?

A

By approximating the derivative using small but finite differences

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

How is radioactive decay described?

A

Using a differential equation which gives rate of change of number of nuclei

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

What is advection?

A

The transport of a quantity by a velocity field

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

Why are boundary conditions required?

A

In order to calculate a value for the gradient at t=1 extra information is required.

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

What is the advection equation?

A

Its is a partial differential equation containing a time derivative and one or more spatial derivatives

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

What is time stepping used for?

A

It is used to calculate a solution from initial conditions such as for radioactive decay

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

How is a spatial derivative calculated?

A

Using the finite difference approximation

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

What is diffusion?

A

The net movement of a quantity from a region of high concentration to a region of lower concentration.

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

How is diffusion caused?

A

It is caused by the random movement of molecules in liquids and gases

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

How are decay equations made more accurate?

A

Decreasing the time steps when approximating

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

How is the error in a finite difference expression quantified?

A

Using the Taylor Series

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

What is the truncation error?

A

The error present in a finite difference expression as found using a Taylor series. A truncation error is first order, second order, etc depending on the power of the first Δx expression.

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

What does the truncation error depend on?

A

The size of the truncation error depends on the spacing between grid points

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

What makes a solution stable?

A

If the solution is guaranteed to remain finite

17
Q

What make a solution unstable?

A

If errors in the solution can grow without bound

18
Q

What are three factors affecting stability?

A
  1. The equation being solved
  2. How the spatial derivatives are calculated
  3. How the time steps are calculated
19
Q

What are the three types of stability?

A
  1. Unconditionally Stable
  2. Unconditionally Unstable
  3. Conditionally Stable
20
Q

What is an unconditionally stable solution?

A

A solution where errors are damped and the solution is always stable

21
Q

What is an Unconditionally unstable solution?

A

A solution where errors are amplified and the solution is always unstable

22
Q

What is a conditionally stable solution?

A

A solution that is stable subject to a constraint

23
Q

What happens if a forward-Euler timestep is combined with a centred differences for the spatial derivetive?

A

The solution becomes unconditionally unstable when applied toa advection equations

24
Q

How can an advection equation be kept stable with a forward-Eular timestep?

A

Using a one-sided spatial difference results in stable solution assuming the size of the time step is less than C(Δx/Vmax).

25