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 “”, (never None) |
---|
Vertices of the fluid mesh generated by simulation
Type : | bpy_prop_collection of FluidMeshVertex, (readonly) |
---|
Offset when reading baked cache
Type : | int in [-inf, inf], default 0 |
---|
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, never None) |
---|
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 |
---|
Fluid motion rate (0 = stationary, 1 = normal speed)
Type : | float in [0, 100], default 0.0 |
---|
Size of the simulation domain in meters
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 |
---|
Removes the air gap between fluid surface and obstacles - WARNING: Can result in a dissolving surface in other areas
Type : | boolean, default False |
---|
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 |
---|
Inherited Properties
Inherited Functions
|