Domain
Node Data | |
---|---|
Flip Fluid | |
Display name | |
Domain | |
Internal name | |
Node_FLIP_Domain | |
Inheritances | |
node | |
node_flip_domain | |
Inputs | |
node_flip_domain | |
dimension |
Dimension |
int |
Particle Size |
int |
Particle Density |
float |
Flip Ratio |
float |
Resolve Accelerator |
int |
Iteration |
float |
Damping |
float |
Gravity |
float |
Time Step |
toggle |
Wall |
float |
Viscosity |
float |
Friction |
float |
Wall Elasticity |
rotation |
Gravity Direction |
Outputs | |
node_flip_domain | |
fdomain |
Domain |
Attributes | |
node_flip_domain | |
Maximum particles | |
Global iteration | |
Pressure iteration | |
Particle iteration | |
Overrelaxation | |
Skip incompressible |
Create FLIP fluid domain.
Properties
Dimension
Size of the domain.
Particle Size
Size of the fluid particles (in pixel).
Wall
Defines the existence of a wall in each sides.
Wall Elasticity
Bounciness of the wall.
Flip Ratio
The ratio of FLIP influence to PIC influence (0 being all PIC and 1 being all FLIP).
PIC (particle in cell) tends to be more stable but less detailed, while FLIP is more turbulent but less stable.
Time Step
Time step of the simulation. Larger time step will make the simulation faster but less accurate.
Gravity
Gravity force.
Gravity Direction
Direction of the gravity force.
Viscosity
Viscosity, stickyness of the fluid.
Friction
Energy loss when particles collide.