On this page |
Overview
A force is a piece of information you can attach to objects (all objects in the scene, or individual objects) that says, for example, "this object is affected by a wind" or "this object’s motion is slowed by drag". Each solver then adds that force into its calculations when it simulations the motion of dynamic objects.
Practically all forces are supported by all solvers, so you can apply forces broadly to all objects in a simulation, regardless of whether they're rigid bodies, grid-based fluids, particle fluids, cloth, or any other simulation type.
Force types
|
A constant downward (-Y) pull on the affected objects per second. This is essentially identical to the uniform force. Most tools that create RBD networks add this node automatically. You can bypass the node to turn gravity off. |
|
|
Adds a drag on velocities. Without drag, most solvers and forces are "frictionless" and will (unrealistically) continue forever. When you start adding a number of other forces or strong forces, you usually want a drag to dampen extreme velocities. |
|
|
Adds a uniform amount of velocity to the affected objects every second. |
|
|
Adds a certain amount of velocity to the affected objects, with the amount scaled down the further the object is from the fan. |
|
|
Deforms cloth and wires using the motion of a grid-based or particle fluid. |
|
|
Wind | |
|
|
Bugl. |
|
|
Votexy. |
|
(Not on the shelf) Pushes objects by a certain amount in a certain direction each second. |
||
(Not on the shelf) Pushes objects according to the velocity vectors in a piece of Geometry data. You attach the SOP geometry (for example, imported using a SOP Geometry node) to the Field force node’s green (data) input. If you attach point geometry, it will use the |
Wiring forces to objects
TBD.
Adding noise to a force
Tips
-
Forces start working at the second time step (that is, frame 2 if you are not sub-stepping).