-
Notifications
You must be signed in to change notification settings - Fork 104
Introductory notebook outline
David Ketcheson edited this page Mar 20, 2017
·
2 revisions
- First order hyperbolic PDE in 1D together with piecewise constant initial conditions
- Solution consists of set of waves propagating at finite speeds
- Many important physical systems can be described by Hyperbolic PDEs; for example: sound waves, light waves, water waves, traffic jams, fluid dynamics
- Discontinuities arise naturally in the solution of these systems
- For a broad class of problems (even nonlinear PDEs) the Riemann solution is a similarity solution
- Solution
q(x,t) = Q(x/t)(use tilde or capital?) can often be computed analytically - Understanding Riemann solutions is a fundamental tool in analyzing the mathematical structure of solutions, and interpreting physical phenomena.
- For many physical problems the waves are one of three types: shocks, rarefactions, or contact discontinuities
- Riemann solvers are a key building block for numerical methods, including in multiple dimensions
- Define for linear and nonlinear systems
- Define in terms of eigenvectors and eigenvalues of A
- Use acoustics as a first example
- Javascript to move states in phase space and show solution
- Shallow water equation
- Briefly explain that each wave can now be shock or rarefaction
- Javascript to move states in phase space and show solution
- For numerical methods a cheap-to-compute approximate solution may suffice
- Example: shallow water with small jumps well approximated by acoustics
- Briefly mention more complex situations, e.g.
- Heterogeneous (piecewise constant) media:
q_t + A(x)q_x = 0orq_t + f(q,x)_x = 0 - Nonconvex flux functions
- Source terms / balance laws with source replaced by delta function at
x = 0 - Varying source term on each side? (E.g. radial source term in kitchen sink)
- 2D Riemann problems (quadrants)
- Heterogeneous (piecewise constant) media: