LeonidBraun / Fast-Vortex-Particles

Incompressible Lagrangian Vortex Method for the Navier Stokes Eq. with refinement transfer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fast-Vortex-Particles

In 2D:

image

In 3D (future):

image

also some Viscous-Domains-Diffusion-formulation and or Vorticity-Exchange-Diffusion-formulation will be added!

Showcase

image

animation.mp4

Installation

git clone https://github.com/LeonidBraun/Fast-Vortex-Particles.git

cd Fast-Vortex-Particles

mkdir build

cd build

cmake ..

make on Linux or open Particle.sln in Visual Studio on Windows

Visualisation

Since its exporting VTU files one cann view the results with Paraview

About

Incompressible Lagrangian Vortex Method for the Navier Stokes Eq. with refinement transfer


Languages

Language:C++ 93.5%Language:CMake 6.5%