Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 541 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 541 Bytes

Description

A library of some basic CFD tools. Current classes:

  • BufferGrayscale: for drawing PPM images to be piped into ffmpeg to create a video (see video target in the makefile).
  • sph2D: 2-dimensional smooth parcel hydrodynamics simulator. Example: sample2

Dependencies

  • ffmpeg

Usage

make
make video

TODO

  • Make boundary detection in Eulerian2D more robust.
  • Allow usage of custom boundaries from images.