Package bpy :: Module types :: Class ObstacleFluidSettings
[hide private]
[frames] | no frames]

Class ObstacleFluidSettings


The Obstacle Fluid Simulation Settings Object

Fluid simulation settings for obstacles in the simulation.

(no references to this struct found)

Instance Variables [hide private]
boolean export_animated_mesh
Export this mesh as an animated one.
float in [-2, 10] impact_factor
This is an unphysical value for moving objects - it controls the impact an obstacle has on the fluid, =0 behaves a bit like outflow (deleting fluid), =1 is default, while >1 results in high forces.
float in [0, 1] partial_slip_factor
Amount of mixing between no- and free-slip, 0 is no slip and 1 is free slip.
enum slip_type
Slip Type in...
enum type
Type of participation in the fluid simulation. (Inherited from bpy.types.FluidSettings)
enum volume_initialization
Volume initialization type.
Instance Variable Details [hide private]

export_animated_mesh

Export this mesh as an animated one. Slower, only use if really necessary (e.g. armatures or parented objects), animated pos/rot/scale IPOs do not require it.
Type:
boolean

impact_factor

This is an unphysical value for moving objects - it controls the impact an obstacle has on the fluid, =0 behaves a bit like outflow (deleting fluid), =1 is default, while >1 results in high forces. Can be used to tweak total mass.
Type:
float in [-2, 10]

slip_type

Slip Type in...
  • NOSLIP
  • PARTIALSLIP
  • FREESLIP
Type:
enum

volume_initialization

Volume initialization type. in...
  • VOLUME
  • SHELL
  • BOTH
Type:
enum