Lecture 3
Advanced Finite Difference Method Techniques
This lecture covers slides 11 .
Reading Material
- Real-time Fluid Dynamics for Games by Jos Stam (2003), GDC 2003 Conference proceedings: Game Developers Conference. https://www.josstam.com/_files/ugd/cf1fd6_9989229efbd34a26ba5ccd913721a2ac.pdf
"Straightforward" Time Integration
This video will
- Introduce you to the aspect of spatial vs. time derivatives
- Introduce what a scalar field is
- Show how to perform "simple" time-integration
- Covers: slides 11 (page 41-42)
Advanced Time Integration
This video will
Explain the idea and concept behind the semi-lagrangian time integration method
- Covers: slides 11 (pages 43-52)
Advection Examples
This video shows one simulation run of a rotating peak-like shape. Observe that the advection problem simply rotates the shape of the function. Hence, if the "numerics" is done well then the shape of the peaks should be preserved when doing one full revolution.
In this video, we show a sequence of simulation results demonstrating what happens when the time-step size and grid spacing are changed. Observe that the shape of the peak function changes after doing one full revolution. This way one can find a time-step and grid-spacing size that preserves the shape of the peaks sufficiently well.