create_equation_constraint
Define linear equation constraints between sets of DOFs by specifying coefficient, set, and degree-of-freedom terms. Use to couple displacements or other variables in Abaqus models.
Instructions
Create a linear equation constraint.
Args: terms: list of (coefficient, set_name, dof) tuples. e.g., [(1.0, "Set-1", 1), (-1.0, "Set-2", 1)] for u1(Set-1) = u1(Set-2)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| terms | Yes | ||
| timeout | No | ||
| model_name | No | Model-1 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||