ContactSurface
#
- class ansys.dyna.core.pre.dynabase.ContactSurface(set)#
Defines a contact interface.
Overview#
Include in the contact definition only those SURFA nodes/segments within a box. |
|
Set the contact thickness for the SURFA surface. |
|
Set the scale factor on the default surface penalty stiffness. |
Import detail#
from ansys.dyna.core.pre.dynabase import ContactSurface
Attribute detail#
- ContactSurface.stub#
- ContactSurface.id#
- ContactSurface.thickness = 0#
- ContactSurface.penalty_stiffness = 1.0#
Method detail#
- ContactSurface.set_contact_region(box)#
Include in the contact definition only those SURFA nodes/segments within a box.
- Parameters:
- box
Box
Box-shaped volume.
- box