gdeskos / DVMpp

2D Discrete Vortex Method Code written in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DVMpp

2D Discrete Vortex Method Code written in C++

Two dimensional Discrete Vortex Method developed at Imperial College London between 2015-2017. The method is based on the classic DVM RANDOM-WALK algorithm of Chorin, 1973

YouTube video: Flow past a cylinder

To compile

mkdir build
cd build
cmake ..
make 

Dependencies

Armadillo 7.X or later is required. Armadillo can be downloaded from here http://arma.sourceforge.net/download.html

How to cite DVMpp ?

The latest release of DVMpp can be cited via DOI thanks to Zenodo: DOI

References

Chorin, A. J. Numerical study of slightly viscous flow Journal of Fluid Mechanics, 1973, 57, 785-796

About

2D Discrete Vortex Method Code written in C++

License:MIT License


Languages

Language:C++ 96.7%Language:MATLAB 1.7%Language:Python 1.3%Language:CMake 0.4%