base classes — bpy_struct, FluidSettings
Fluid simulation settings for the domain of a fluid simulation
Allowed compressibility due to gravitational force for standing fluid. (directly affects simulation step size)
| Type : | float in [0.001, 0.1], default 0.0 |
|---|
Simulation time of the last blender frame (in seconds)
| Type : | float in [0, 100], default 0.0 |
|---|
Directory (and/or filename prefix) to store baked fluid simulation files in
| Type : | string, default “” |
|---|
Vertices of the fluid mesh generated by simulation
| Type : | bpy_prop_collection of FluidMeshVertex, (readonly) |
|---|
Amount of particles to generate (0=off, 1=normal, >1=more)
| Type : | float in [0, 10], default 0.0 |
|---|
Gravity in X, Y and Z direction
| Type : | float array of 3 items in [-1000.1, 1000.1], default (0.0, 0.0, 0.0) |
|---|
Number of coarsened grids to use (-1 for automatic)
| Type : | int in [-1, 4], default 0 |
|---|
Estimated amount of memory needed for baking the domain
| Type : | string, default “”, (readonly) |
|---|
Amount of mixing between no- and free-slip, 0 is no slip and 1 is free slip
| Type : | float in [0, 1], default 0.0 |
|---|
Preview resolution in X,Y and Z direction
| Type : | int in [1, 100], default 0 |
|---|
How to display the mesh for rendering
| Type : | enum in [‘GEOMETRY’, ‘PREVIEW’, ‘FINAL’], default ‘GEOMETRY’ |
|---|
Domain resolution in X,Y and Z direction
| Type : | int in [1, 1024], default 0 |
|---|
Size of the simulation domain in metres
| Type : | float in [0.001, 10], default 0.0 |
|---|
| Type : | enum in [‘NOSLIP’, ‘PARTIALSLIP’, ‘FREESLIP’], default ‘NOSLIP’ |
|---|
Simulation time of the first blender frame (in seconds)
| Type : | float in [0, 100], default 0.0 |
|---|
Amount of surface smoothing. A value of 0 is off, 1 is normal smoothing and more than 1 is extra smoothing
| Type : | float in [0, 5], default 0.0 |
|---|
Number of isosurface subdivisions. This is necessary for the inclusion of particles into the surface generation. Warning - can lead to longer computation times!
| Type : | int in [0, 5], default 0 |
|---|
Number of tracer particles to generate
| Type : | int in [0, 10000], default 0 |
|---|
Reverse fluid frames
| Type : | boolean, default False |
|---|
Generate speed vectors for vector blur
| Type : | boolean, default False |
|---|
Use a custom start and end time (in seconds) instead of the scene’s timeline
| Type : | boolean, default False |
|---|
How to display the mesh in the viewport
| Type : | enum in [‘GEOMETRY’, ‘PREVIEW’, ‘FINAL’], default ‘GEOMETRY’ |
|---|
Viscosity setting: value that is multiplied by 10 to the power of (exponent*-1)
| Type : | float in [0, 10], default 0.0 |
|---|
Negative exponent for the viscosity value (to simplify entering small values e.g. 5*10^-6.)
| Type : | int in [0, 10], default 0 |
|---|
Set viscosity of the fluid to a preset value, or use manual input
| Type : | enum in [‘MANUAL’, ‘WATER’, ‘OIL’, ‘HONEY’], default ‘MANUAL’ |
|---|
Inherited Properties
Inherited Functions
|