Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 664 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 664 Bytes

Navier-Stokes: NACA-profile objects in 2D flow

Simulation result

Structure

create_animation.ipynb: Contains function for making a animation from premade figures

Execute_simulation.ipynb: Main file which executes the NS simulation. This contains the set-up of the simulation.


constants.py: Contains the constants of the system

data_processing.py: Contains plotting functions

functions.py: Contains all functions needed to perform the simulation (generated the wanted data).

simulation.py: Contains the simulation functions of the NS solver