Fluid-Simulation
Fluid simulator
An implementation of fluid dynamics simulation on both CPU and GPU using C++ with OpenGL
Fluid Simulation on CPU and GPU in C++ with OpenGL
53 stars
7 watching
4 forks
Language: C++
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
zeusyang/fluidengine | A C++ implementation of fluid simulation algorithms and data structures for computer graphics applications. | 70 |
aiwl/fluids | An implementation of Jos Stam's Stable Fluids algorithm for realistic fluid simulation in 3D graphics | 15 |
jolibrain/fluidnet_cxx | An implementation of a fluid simulation method using convolutional neural networks to accelerate Eulerian fluid dynamics. | 51 |
libclsph/libclsph | An OpenCL-based library to accelerate fluid simulation in 3D graphics and animation | 52 |
rlguy/gridfluidsim3d | A C++11-based fluid simulation program using PIC/FLIP methods to simulate liquid behavior and output triangle meshes in the Stanford .PLY file format. | 788 |
openfluid/openfluid | An open-source framework and application suite for modeling complex systems in various scientific fields. | 28 |
pavelblend/blender-jet-fluids-addon | An integration tool for simulating fluid dynamics within Blender | 96 |
scrawk/gpu-gems-3d-fluid-simulation | An implementation of GPU Gems 3D fluid simulation for Unity using C#. | 281 |
doyubkim/fluid-engine-dev | A software development kit for creating fluid simulations in computer graphics applications | 1,897 |
szaghi/off | A high-performance, parallelizable finite volume solver for Navier-Stokes equations and related fluid dynamics problems | 129 |
calebbell/fluids | A comprehensive Python library for simulating fluid dynamics in various engineering fields. | 361 |
tunabrain/incremental-fluids | Provides simple fluid solver implementations in C++ for learning and reference purposes | 584 |
seanlth/fluid-solver | An Eulerian solver for simulating fluid flows in a staggered grid using various numerical methods and optimisations. | 25 |
adcirc/adcirc | An open-source system for solving complex fluid dynamics problems in two and three dimensions. | 41 |
precise-simulation/cfdtool | A comprehensive toolbox for simulating fluid flows and heat transfer with integrated OpenFOAM and SU2 solvers | 84 |