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
- Host: GitHub
- URL: https://github.com/sintefmath/vpm
- Owner: sintefmath
- License: gpl-3.0
- Created: 2020-06-30T12:10:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-13T13:55:18.000Z (over 3 years ago)
- Last Synced: 2025-03-26T10:21:18.755Z (about 1 year ago)
- Topics: navier-stokes, petsc, solving-navier-stokes, vortex-particle, vpm
- Language: C++
- Homepage:
- Size: 863 KB
- Stars: 6
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.