ContactExp(...)
This method creates a ContactExp object.
Path
mdb.models[name].ContactExp
Required arguments
- name
A String specifying the repository key.
- createStepName
A String specifying the name of the step in which this contact interaction is created.
Optional arguments
- useAllstar
A Boolean specifying whether the contacting surface pair consists of all exterior faces, shell edges, beam segments, analytical rigid surfaces, and, when applicable, Eulerian material surfaces.
- globalSmoothing
A Boolean specifying whether surface smoothing (geometric correction) is automatically applied to all eligible surfaces. The default value is ON.
- includedPairs
A RegionPairs object specifying the domain pairs included in contact.
- excludedPairs
A RegionPairs object specifying the domain pairs excluded from contact.
- contactPropertyAssignments
A ContactPropertyAssignment object specifying the contact property assignments in the contact domain.
- surfaceThicknessAssignments
A SurfaceThicknessAssignment object specifying the surface thickness assignments in the contact domain.
- surfaceOffsetAssignments
A SurfaceOffsetAssignment object specifying the surface offset fraction assignments in the contact domain.
- surfaceFeatureAssignments
A SurfaceFeatureAssignment object specifying the surface feature angle assignments in the contact domain.
- smoothingAssignments
A SmoothingAssignment object specifying the surface smoothing assignments in the contact domain.
- surfaceCrushTriggerAssignments
-
A SurfaceCrushTriggerAssignment object specifying the surface crush trigger assignments in the contact domain.
- surfaceFrictionAssignments
-
A SurfaceFrictionAssignment object specifying the surface friction assignments in the contact domain.
- mainSecondaryAssignments
A MainSecondaryAssignment object specifying the main-secondary assignments in the contact domain.
- PolarityAssignments
-
A PolarityAssignments object specifying the polarity assignments in the contact domain.
Return value
A ContactExp object.
Exceptions
None.