Role: Access an Abaqus mechanical connection behaviour object or determine its properties.
Properties
- Property AllowSeparation() As
-
Sets or returns the seperation status for the hard contact pressure overclosure.
- Returns:
- A boolean specifying whether seperation status is on or off.
dd>
- Property ApplyUserSubroutine() As
-
Sets or returns the user subroutine flag.
- Returns:
- A boolean specifying whether a user subroutine will be applied. dd>
- Property AugmentedLagrange() As
-
Sets or returns the augmented lagrange formulation in a mechanical connection.
- Returns:
- A boolean specifying whether augmented lagrange formulation is applied.
dd>
- Property ClearanceContactPressureValue() As
-
Sets or returns the clearance at which contact pressure is zero in a mechanical connection.
- Returns:
- clearance at which contact pressure is zero. dd>
- Property ContactStiffness() As
-
Sets or returns the contact stiffness type hard contact pressure overclosure.
- Returns:
- The contact stiffness
Legal values:- DEFAULT
- STIFF_VALUE
- Property ContactStiffnessScaleFactorValue() As
-
Sets or returns the contact stiffness scale factor value in a mechanical connection.
- Returns:
- contact stiffness scale factor value. dd>
- Property ContactStiffnessValue() As
-
Sets or returns the contact stiffness value for hard contact pressure overclosure.
- Returns:
- The stiffness value. dd>
- Property Description() As
-
Sets or returns the description.
- Returns:
- The description of the step. dd>
- Property Formulation() As
-
Sets or returns the formulation in a mechanical connection.
- Returns:
- The formulation.
Legal values:- FRICTIONLESS
- PENALTY
- Property FrictionCoefficient() As
-
Sets or returns the friction coefficient if the formulation is PENALTY.
- Returns:
- The friction coefficient. dd>
- Property MaxStiffness() As
-
Sets or returns the contact stiffness type hard contact pressure overclosure.
- Returns:
- The contact stiffness
Legal values:- DEFAULT
- STIFF_VALUE
- Property MaxStiffnessValue() As
-
Sets or returns the max stiffness value for mechanical connection.
- Returns:
- The stiffness value. dd>
- Property PenaltyMethod() As
-
Sets or returns the penalty method formulation in a mechanical connection.
- Returns:
- A boolean specifying whether penalty method formulation is applied. dd>
- Property PressureOverclosure() As
-
Sets or returns the pressure overclosure in a mechanical connection.
- Returns:
- The pressure overclosure.
Legal values:- HARD
- EXPONENTIAL
- LINEAR
- TABULAR
Methods
- Sub AddPressureOverclosureTable( iPressure, iOverclosure)
-
Adds a list of tabular pressure overclosure in the connection behavior.
The number of values in both of the parameters should
match. If either list contains extra values, the extra values are discarded.
- Parameters:
-
- iPressure
- The list of pressure values.
dd> - iOverclosure
- The list of overclosures.
dd>
- Sub GetPressureOverclosureTable( oPressure, oOverclosure)
-
Returns a list of tabular pressure overclosure in connection behavior.
- Parameters:
-
- oPressure
- The list of pressure values.
dd> - oOverclosure
- The list of overclosures.
dd>