FEM ConstraintTie: Difference between revisions

From FreeCAD Documentation
(added new settings in 0.22)
mNo edit summary
Line 33: Line 33:
#* Select the {{MenuCommand|Model → Mechanical boundary conditions and loads → [[Image:FEM ConstraintTie.svg|16px]] Tie constraint}} option from the menu.
#* Select the {{MenuCommand|Model → Mechanical boundary conditions and loads → [[Image:FEM ConstraintTie.svg|16px]] Tie constraint}} option from the menu.
# Press the {{Button|Add}} button in the task panel and then click on the face you want to add to tie constraint definition. Exactly two faces have to be added, one after the other. The first selected face will be the slave face while the second one will be the master face.
# Press the {{Button|Add}} button in the task panel and then click on the face you want to add to tie constraint definition. Exactly two faces have to be added, one after the other. The first selected face will be the slave face while the second one will be the master face.
# Optionally, define Tolerance - tie constraint will be applied only to slave surface nodes separated from the master surface by a distance not larger than the one specified here.
# Optionally define Tolerance - tie constraint will be applied only to slave surface nodes separated from the master surface by a distance not larger than the one specified here.
# {{Version|0.22}}: Optionally, check the ''Enable Adjust'' box to allow the slave surface nodes to be automatically moved to lie on the master surface if they are involved in the constraint (i.e. meet the tolerance criterion).
# {{Version|0.22}}: Optionally check the ''Enable Adjust'' box to allow the slave surface nodes to be automatically moved to lie on the master surface if they are involved in the constraint (i.e. meet the tolerance criterion).


==Notes== <!--T:8-->
==Notes== <!--T:8-->

Revision as of 08:44, 2 February 2024

FEM ConstraintTie

Menu location
Model → Mechanical boundary conditions and loads → Tie constraint
Workbenches
FEM
Default shortcut
None
Introduced in version
0.19
See also
FEM Constraint pressure

Description

Defines a tie constraint that connects the two selected surfaces in such a way that (as opposed to how contact works) they can't separate or slide on each other throughout the analysis. Thus, the surfaces remain permanently bonded all the time.

Usage

  1. There are several ways to invoke the command:
    • Press the Tie constraint button.
    • Select the Model → Mechanical boundary conditions and loads → Tie constraint option from the menu.
  2. Press the Add button in the task panel and then click on the face you want to add to tie constraint definition. Exactly two faces have to be added, one after the other. The first selected face will be the slave face while the second one will be the master face.
  3. Optionally define Tolerance - tie constraint will be applied only to slave surface nodes separated from the master surface by a distance not larger than the one specified here.
  4. introduced in version 0.22: Optionally check the Enable Adjust box to allow the slave surface nodes to be automatically moved to lie on the master surface if they are involved in the constraint (i.e. meet the tolerance criterion).

Notes