Jet Fluids | Objects | Solvers | LevelSet Solver
The scene that the solver should look to for colliders and emitters. If no scene is linked then it will look at its parent in the Object Manager to see if it is a scene and if found will use that scenes linked colliders and emitters.
The number of frames to simulate.
Sets the Length to be the same as the current timeline.
The width of the domain.
The height of the domain.
The depth of the domain.
The size of the voxel cell within the fluid domain. The number of cells in the fluid domain is determined based on the Size X value.
As an example: If the Size X is set to 200 and the Cell Size is set to 4, then the number of cells will be 50. IE 200 / 4 = 50.
Enables/Disables the effect of Gravity on the fluid during the simulation.
Specifies the strength, and direction, of the gravity force on the fluid. By default this is set to -9.81 in the Y direction.
Increasing this value will make the fluid more viscous. Higher values will lead to higher computation times for each simulated frame.
When enabled it will attempt to maintain the same volume of fluid during the simulation. When simulating fast moving fluids it can have a tendency to dissapate at the boundaries of the domain. By enabling this it will try to avoid this.