objfluid
Objfluid is a software framework and data format designed for simulating and storing fluid phenomena within polygonal scenes that rely on the Wavefront OBJ file format. It combines geometric models with particle-based fluid representations, allowing liquids to interact with surfaces defined by OBJ meshes. The goal is to enable cohesive integration of fluids into standard OBJ-based workflows used in computer graphics, visualization, and visual effects.
In objfluid, the fluid state is represented by a set of particles carrying attributes such as position,
Simulation methods commonly supported by objfluid include smoothed particle hydrodynamics (SPH) and, in some implementations, grid-
Typical workflows involve creating OBJ geometry, initializing fluid particle sets, running the simulation with objfluid, and
See also: fluid dynamics, smoothed particle hydrodynamics, wavefront OBJ, particle systems.