UpdateContactStiffness#

class ansys.mechanical.stubs.v241.Ansys.Mechanical.DataModel.Enums.UpdateContactStiffness#

Bases: enum.Enum

Specifies the UpdateContactStiffness.

Overview#

Attribute detail#

UpdateContactStiffness.EachIteration = 1#
UpdateContactStiffness.EachIterationAggressive = 3#
UpdateContactStiffness.EachIterationExponential = 5#
UpdateContactStiffness.EachSubStep = 2#
UpdateContactStiffness.Never = 0#
UpdateContactStiffness.ProgramControlled = 4#