Blender-FLIP-Fluids
LatticeBoltzmann
Blender-FLIP-Fluids | LatticeBoltzmann | |
---|---|---|
34 | 1 | |
1,733 | 52 | |
1.4% | - | |
4.6 | 4.9 | |
2 months ago | 12 months ago | |
C++ | C++ | |
GNU General Public License v3.0 only | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Blender-FLIP-Fluids
-
Pigment Mixing into Digital Painting
The addon you're referring to is already a polished product: https://github.com/rlguy/Blender-FLIP-Fluids/wiki/Mixbox-Ins...
It works as a kind of extension supplied with the paid FLIP Fluids addon. Note that the fluid solver built into Blender is also an implementation of FLIP, but "FLIP Fluids" is a separate product. I've played with fluid simulation in Blender quite a bit. The bundled FLIP is very limited, FLIP Fluids is great, and the color mixing is amazing!
-
How to stop fluid simulation from exploding?
If all else fails, you may want to consider a premium addon like FLIP Fluids, which in my experience feels more stable than the default fluid sim, though it may be a bit costly. Consider trying the demo.
- Is there any way to get Flip Fluids for free?
-
Fluid Simulation Failing to Complete Render
For troubleshooting conflicts between addons, it can help to test in a fresh Blender environment with default settings and installing/enabling addons one at a time. In case it helps, we have some instructions here for how to backup user-preferences, test in a clean environment, and then restore your original addons and settings: https://github.com/rlguy/Blender-FLIP-Fluids/wiki/Baking-Crash-Troubleshooting#testing-the-flip-fluids-addon-in-a-clean-installation-of-blender
-
Have you ever seen a Blender donut like this?
There's a free demo if you would like to try it out: https://github.com/rlguy/Blender-FLIP-Fluids/wiki/FLIP-Fluids-Demo-Addon
-
FLIP-Fluids Compiled Addon!!! Works with Blender 3.4 :)
The above was built from the code on the GitHub repository, which is under the GNU General Public License. This license allows for redistribution. Unfortunately, I do not have binaries for MacOS or Linux since I only use Windows. Also, note that the above download is for Blender 64-bit (which should be the default on the blender.org downloads page). The GitHub version doesn't have pre-made materials like the paid version on Blender Market. (Note: The demo file on GitHub has watermarks on the simulation. This is the full version of the addon, not to be confused with the demo.)
-
Flip Fluids ignoring obstacle
Make sure that your objects have correct manifold/closed/watertight geometry. See this topic for more info and how to verify geometry: https://github.com/rlguy/Blender-FLIP-Fluids/wiki/Manifold-Meshes
-
Thick & Thin Liquid Mixing Test
This is also an open source project and we provide a free version with the source code here including build/compile instructions: https://github.com/rlguy/Blender-FLIP-Fluids
- How Do I Make Curling Waves Like This?
-
Trying out some FLIP fluid simulation
Thanks! Mostly by reading through the FLIP Fluid Wiki and watching some tutorials on YouTube.
LatticeBoltzmann
-
[Programming side-project] Porting Lattice Boltzmann onto graphic card
For now, I have it working on 2D on cpu, but multithreaded, as it's very easy to parallelize: aromanro/LatticeBoltzmann: A 2D Lattice Boltzmann program (github.com)
What are some alternatives?
xolotl - A MATLAB neuron simulator. Very fast (written in C++). Flexible (fully object oriented). Immediate (live manipulation in MATLAB). Comes with a powerful parameter optimizer. Get started ➡️
nrg - A simple program implementing the numerical renormalization group
pioneer - A game of lonely space adventure
NMRI - 2D Fourier Transform of Nuclear Magnetic Resonance Imaging raw data
webots - Webots Robot Simulator
EventMolecularDynamics - A program implementing event driven molecular dynamics for hard smooth spheres, using OpenGL for displaying
Boat - Fluid Simulations using Blender
nvidia-modulus-airfoil-optimisation - Using NVIDIA modulus for airfoil optimizations at different angles.
lammps - Public development project of the LAMMPS MD software package
fluid-engine-dev - Fluid simulation engine for computer graphics applications
SPlisHSPlasH - SPlisHSPlasH is an open-source library for the physically-based simulation of fluids.
SolarSystem - A solar system simulator with Verlet, using OpenGL for displaying.