isaaclab_newton.sim.spawners#
Sub-module for Newton material configuration exports.
Classes
Newton-specific physics material parameters for volume deformable bodies. |
|
Newton-specific material properties for a deformable body. |
|
Newton-specific physics material parameters for surface deformable bodies. |
Deformable Materials#
Newton provides the backend-specific deformable material cfgs. Deformable material spawning is unified in
isaaclab.sim.spawners.materials.spawn_deformable_body_material().
- class isaaclab_newton.sim.spawners.materials.NewtonDeformableBodyMaterialCfg[source]#
Bases:
DeformableBodyMaterialBaseCfg,NewtonDeformableMaterialCfgNewton-specific physics material parameters for volume deformable bodies.
Attributes:
First Lame material parameter [Pa].
Second Lame material parameter [Pa].
Damping stiffness for tetrahedral elements [Pa*s].
The material density [kg/m^3].
Particle radius [m] used by the Newton backend.
- class isaaclab_newton.sim.spawners.materials.NewtonDeformableMaterialCfg[source]#
Bases:
objectNewton-specific material properties for a deformable body.
These properties are set with the prefix
newton:<property_name>.Attributes:
The material density [kg/m^3].
Particle radius [m] used by the Newton backend.
- class isaaclab_newton.sim.spawners.materials.NewtonSurfaceDeformableBodyMaterialCfg[source]#
Bases:
SurfaceDeformableBodyMaterialBaseCfg,NewtonDeformableMaterialCfgNewton-specific physics material parameters for surface deformable bodies.
Attributes:
The material density [kg/m^3].
Particle radius [m] used by the Newton backend.
Triangle area-preserving stiffness [Pa].
Triangle area stiffness [Pa].
Triangle area damping [Pa*s].
Bending stiffness [N*m].
Bending damping [N*m*s].