Skip to main content

Mechanical scripting interface

UpdateContactStiffness

Last update: 14.01.2025

class Ansys.Mechanical.DataModel.Enums.UpdateContactStiffness

Bases: enum.Enum

Specifies the UpdateContactStiffness.

Overview

Attributes

Name
EachIteration
EachIterationAggressive
EachIterationExponential
EachSubStep
Never
ProgramControlled

Attribute detail

UpdateContactStiffness.EachIteration = 1

UpdateContactStiffness.EachIterationAggressive = 3

UpdateContactStiffness.EachIterationExponential = 5

UpdateContactStiffness.EachSubStep = 2

UpdateContactStiffness.Never = 0

UpdateContactStiffness.ProgramControlled = 4