rhomu / hydro-interactions

Simulating hydrodynamic interactions the right way

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hydro interactions

Simulating hydrodynamic interactions the right way.

Building

We use cmake. Typically you would type:

mkdir build
cd build
cmake ..
make

We rely on the boost::program_options which must be installed prior to building the program. We also use modern C++ features, such that you will require a modern compiler (tested with g++-4.9).

Running

Run examples: in main directory type

cd example
../build/hydro . -o .

Program interaction is fairly limited but you can change the simulation parameters in example/parameters.

About

Simulating hydrodynamic interactions the right way


Languages

Language:C++ 86.8%Language:CMake 7.4%Language:Python 5.7%