An open API service indexing awesome lists of open source software.

https://github.com/sintefmath/vpm

Vortex Particle Method for solving Navier Stokes in 2D and 3D
https://github.com/sintefmath/vpm

navier-stokes petsc solving-navier-stokes vortex-particle vpm

Last synced: about 1 year ago
JSON representation

Vortex Particle Method for solving Navier Stokes in 2D and 3D

Awesome Lists containing this project

README

          

# VPM
Vortex Particle Method for solving Navier Stokes in 2D and 3D

* install petsc

* use cmake to set
* CMAKE_CXX_COMPILER */usr/bin/mpic++
* CMAKE_C_COMPILER */usr/bin/mpicc

if you use something else than Ubuntu, you might need to:

* tweak FindPETSC.cmake in order for cmake to find petsc
* tweak the openmpi path in the CMakeFile.txt of PoissonSolver2D, etc.