Houdini 20.5 Nodes Geometry nodes

MPM Collider 1.0 geometry node

Defines VDB colliders to bounce or kill MPM material.

On this page
Since 20.5

Overview

The MPM Collider can define colliders to be used by the MPM Solver in the context of a MPM simulation. Only VDB colliders are supported. This node can create the VDB representation from a mesh or be provided with a VDB directly. It expects a reference or direct connection to a MPM Container to set the appropriate resolution of the created collider.

Tip

For very thin colliders, it is recommended to override the global resolution and activate the Enable Particle-Level Collisions option on the Advanced tab of the MPM Solver.

Inputs

Geometry to use as a Collider

Polygon mesh or VDB to use as a collider.

MPM Container

The MPM Container that defines the global resolution of the simulation.

Note

It is possible to skip this connection and provide a reference in the MPM Container parameter to avoid cluttering the network.

Parameters

MPM Container

Node reference to the MPM Container that defines the global resolution of the simulation.

Note

It is possible to skip this parameter and connect the MPM Container to the second input of this node directly if a wire connection is preferred.

Collider Type

The different types of VDB collider supported.

Static

Represented by a single VDB surface in memory throughout the simulation. It is sourced once and never changes. This is the most efficient collider type.

Animated (Rigid)

Represented by a single VDB along with a transformation matrix. Only the rigid transformation is updated per frame as the VDB surface never changes. It is the most efficient of the animated colliders and it is extremely accurate as the transformation is interpolated between frames for each substep.

Animated (Deforming)

Represented by a pair of surface and vel VDBs that must be updated on each frame. This should only be used over the Animated (Rigid) type when actual deformation is taking place. The fields are also interpolated between frames to yield better results which requires two pairs of VDB to be uploaded on the OpenCL device per frame.

Use Input Animation

Apply incoming animation to the generated VDB collider.

Segmentation

Partitions the incoming geometry such that each piece is treated as its own VDB collider.

None

The geometry is treated as a whole and will result in a single VDB collider.

Name Attribute

The name attribute is used to partition the geometry and generate multiple VDB colliders.

3D Connectivity

3D connectivity is used to partition the geometry and generate multiple VDB colliders.

Collision Response

Defines how the collider will affect the material points on contact.

Bounce

Bounce or stop the material points depending on its constitutive model.

Delete

Delete material points.

Tip

This can be used to dynamically cut the material as the simulation runs without resistance.

Reference Frame

Defines the frame to represent the collider at rest in the context of Static and Transformed types.

Activation

Defines if the collider should be considered or ignored.

Geometry

Create VDB from Polygons

Allows the creation of the VDB inside the node.

Voxel Size

The voxel width of the VDB.

Compute Velocity

Allows internal velocity computation for animated meshes.

Fill Interior

Fills the inside of the VDB surface for more accurate collision detection.

Invert SDF

Inverts the sign of the VDB surface to simulate the material points trapped inside the collider.

Material

Friction

Amount of friction applied from the collider to the material points in contact.

Sticky

Allows projection of the material points' velocity even when moving away from the collider surface. This prevents the material from detaching from the collider, making it sticky if friction is high enough. If the dot product between the collider’s normal vector and the relative velocity of the material points is smaller than this value, its relative velocity gets projected onto the collider surface.

Visualize

Trail Velocity

Visualize of deforming colliders' velocity field.

Trail Count

The amount of points to trail through the velocity field.

See also

Geometry nodes