InflowFluidSettings(FluidSettings)¶
base classes — bpy_struct
, FluidSettings
-
class
bpy.types.
InflowFluidSettings
(FluidSettings)¶ Fluid simulation settings for objects adding fluids in the simulation
-
inflow_velocity
¶ Initial velocity of fluid
Type: float array of 3 items in [-1000.1, 1000.1], default (0.0, 0.0, 0.0)
-
use
¶ Object contributes to the fluid simulation
Type: boolean, default False
-
use_animated_mesh
¶ Export this mesh as an animated one (slower and enforces No Slip, only use if really necessary [e.g. armatures or parented objects], animated pos/rot/scale F-Curves do not require it)
Type: boolean, default False
-
use_local_coords
¶ Use local coordinates for inflow (e.g. for rotating objects)
Type: boolean, default False
-
volume_initialization
¶ Volume initialization type (WARNING: complex volumes might require too much memory and break simulation)
VOLUME
Volume, Use only the inner volume of the mesh.SHELL
Shell, Use only the outer shell of the mesh.BOTH
Both, Use both the inner volume and the outer shell of the mesh.
Type: enum in [‘VOLUME’, ‘SHELL’, ‘BOTH’], default ‘VOLUME’
-
Inherited Properties
Inherited Functions