C.9 Defining contact between regions of the model

Interactions are objects that you create to model mechanical relationships between surfaces that are in contact or closely spaced. Mere physical proximity of two surfaces on an assembly is not enough to indicate any type of interaction between the surfaces.

You will define the following interactions:

  • An interaction called HingePin-hole that defines the contact between the part instance Hinge-hole-1 and the pin.

  • An interaction called HingePin-solid that defines the contact between the part instance Hinge-solid-1 and the pin.

  • An interaction called Flanges that defines the contact between the two flanges.

Each of these interactions requires a reference to an interaction property. Interaction properties are collections of information that help you to define certain types of interactions. You will create a mechanical interaction property that describes the tangential and normal behavior between all surfaces as frictionless. You will name this property NoFric and use it in all three of the interactions.


C.9.1 Creating an interaction property

In this procedure you will create a mechanical contact interaction property.

To create the interaction property:

  1. In the Model Tree, double-click the Interaction Properties container to create a contact property.

    The Create Interaction Property dialog box appears.

  2. In the Create Interaction Property dialog box:

    1. Name the property NoFric.

    2. In the Type list, accept Contact as the default selection.

    3. Click Continue.

    The Edit Contact Property dialog box appears.

  3. From the dialog box's menu bar, select MechanicalTangential Behavior and accept Frictionless for the friction formulation.

  4. Click OK to save your settings and to close the Edit Contact Property dialog box.


C.9.2 Creating the interactions

In this section you will create three mechanical surface-to-surface contact interactions. Each interaction will refer to the interaction property that you just created.

To create the interactions:

  1. In the Model Tree, click mouse button 3 on the Interactions container and select Manager from the menu that appears.

    The Interaction Manager appears.

  2. From the lower-left corner of the Interaction Manager, click Create.

    The Create Interaction dialog box appears.

  3. In the dialog box:

    1. Name the interaction HingePin-hole.

    2. Select Initial from the list of steps.

    3. In the Types for Selected Step list, accept the default selection of Surface-to-surface contact (Standard).

    4. Click Continue.

    The Region Selection dialog box appears containing a list of the surfaces that you defined earlier.

    Note:  If the Region Selection dialog box does not appear automatically, click the Surfaces button on the far right side of the prompt area.

  4. In the Region Selection dialog box, select Pin as the master surface, and click Continue.

  5. From the buttons in the prompt area, select Surface as the slave type.

  6. In the Region Selection dialog box, select Inside-h as the slave surface, and click Continue.

    The Edit Interaction dialog box appears.

  7. In the dialog box:

    1. Accept the default Sliding formulation selection of Finite sliding.

    2. Accept the default Slave Node Adjustment selection of No adjustment.

    3. Accept NoFric as the interaction property. (If more properties were defined, you could click the arrow next to the Contact interaction property field to see the list of available properties and select the property of your choice.)

    4. Click OK to save the interaction and to close the dialog box.

      The interaction that you created appears in the Interaction Manager.

  8. Use the same techniques explained in the previous steps to create a similar interaction called HingePin-solid. Use Pin as the master surface, Inside-s as the slave surface, and NoFric as the interaction property.

  9. Create a similar interaction called Flanges. Use Flange-h as the master surface, Flange-s as the slave surface, and NoFric as the interaction property.

  10. From the Interaction Manager, click Dismiss to close the manager.