Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 390 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 390 Bytes

Hydro Dynamics Codes

Picks up at end of Assignment 4 from Computational Physics course at NYU(Fall 2013)

Goal is to write a 2nd order 2-D hydro code to see Kelvin-Helmholtz instabilities.

Includes

  • 1D_hydro.c -- First order in time & space, 1-D
  • 1D_hydro_2ndO.c -- 3rd order in time, 2nd in space, 1-D
  • 2D_hydro.c -- 3rd order in time, 2nd in space, 2-D