5. Advanced Finite-Difference Methods for Computational Fluid Dynamics (CFD)

preview_player
Показать описание
This video is devoted to advanced finite-difference methods. Shown is the derivation of 3rd and 4th-order finite-difference approximations for the first and second derivative, based on polynomial fitting, as well as the compact high-order schemes. Another important topic is the deferred-correction approach, which allows easier implementation of high-order schemes in implicit solution methods for steady-state flows and also saves memory and computing effort. At the end, numerical experiments are conducted to verify the order of the described approximations.
You can download this video, the transcript of its soundtrack, the PowerPoint presentation file, and other supplementary material (computer codes for numerical experiments) from this site:
You are also encouraged to participate in the discussion by posting comments, questions, and suggestions for improvements in the dedicated space for "The Perić Lectures on CFD" at the above site.
Рекомендации по теме
Комментарии
Автор

At 13:50 and at 17:35, it remains unexplained "why for the smallest grid spacing the slope reduces". This behaviour is caused by number precision as shown in the truncation_vs_round_off_error github repository.

I found that this phenomenon often causes frustration when grid/time-step convergence studies are carried out because when round-off errors start to dominate then convergence cannot be demonstrated anymore.

istvantamasjozsa