Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 678 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 678 Bytes

1D Sod Shock Tube SPH Solver

A C++ code that solves Euler's equations using the method of Smoothed Particle Hydrodynamics with optional artificial viscosity. The equations are integrated using a sympletic leapfrog integration scheme. The intial conditions are that of the Sod Shock Tube. More can be found on the method and results are visible on the report located here.

Results

Without Artificial Viscosity

without.mp4

With Artificial Viscosity

with.mp4