sachabinder / Burgers_equation_simulation

Python script solving the Burgers' equation (équation de Burgers) 1D by using FFT pseudo-spectral method.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Burgers' equation simulation 1D (simulation de l'équation de Burgers)

To cite this version:

Sacha BINDER. Étude de l’observation et de la modélisation des ondes de surface en eau peu profonde. Physique-Informatique.TIPE session 2021.

Python model solving the Burgers' equation in 1D.

1D_burgers_equation

All the process of calculation is based on pseudo-spectral method and more particulartly by using the Fast Fourier transform. Script is using NumPy, Matplotlib and SciPy libraries. A example of obtained solution after calculation is shown below :

BURGERS_calculated_solution BURGERS_calculated_solution_flat

About

Python script solving the Burgers' equation (équation de Burgers) 1D by using FFT pseudo-spectral method.


Languages

Language:Python 100.0%