UpdateContactStiffness#

class ansys.mechanical.stubs.v252.Ansys.Mechanical.DataModel.Enums.UpdateContactStiffness(*args, **kwds)#

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#