numerics for geofluid dynamics
numerics for geofluid dynamics
numerics for geofluid dynamics
41
0.0 (0)
Set of flashcards Details
Flashcards | 41 |
---|---|
Language | English |
Category | Physics |
Level | University |
Created / Updated | 21.07.2018 / 25.07.2018 |
Weblink |
https://card2brain.ch/box/20180721_numerics_for_geofluid_dynamics
|
Embed |
<iframe src="https://card2brain.ch/box/20180721_numerics_for_geofluid_dynamics/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
|
Advection Equation: An overview:
Analytical:
\(\frac{\partial u}{\partial t}-c\frac{\partial u}{\partial x}\)
solution: \(u(t,x)=f(x-ct)\)
-----------------
Euler forward: Only stable when with upstream space differencing. Introduces a strong damping. The CFL criterion must be also fulfilled.
Leap-frog scheme: conditionally stable with the CFL criterion.
Fazit: I would use leapfrog since it has a higher order of accuracy than the others.