Skip to content

dimaZloy/2D-DNS-parallel-godunov-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2D-DNS-parallel-godunov-solver Direct Numerical simulations (DNS) of the supersonic flow over a circular cylinder at Mach number, M = 3.5. 2D Navier-Stokes equations are computed using the Godunov-type approach based on the 2nd order finite-volume method coupled with the AUSM+ flux splitting method. First order explicit Euler scheme is applied for time integration (it seems it works fine and comparable with alternative RK methods and BDF-2). High performance parallelism is achieved suing a simple threads mechanism implemented in the Julia HPC language. The latest tested mesh contains 1.04M nodes and 2.08M triangular cells. The Numerical Schlieren visualization of the flow is provided below: visualization Watch the video

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages