Jump to content

FEM: Constrângere la Contact

From FreeCAD Documentation
This page is a translated version of the page FEM ConstraintContact and the translation is 18% complete.
Outdated translations are marked like this.

FEM ConstraintContact

poziția meniului
Model → Mechanical Constraints → Constraint contact
Ateliere
FEM
scurtătură
Nici unul
Prezentat în versiune
-
A se vedea, de asemenea,
FEM tutorial

Descriere

Creează o constrângere MEF pentru contactul între două suprafețe.

The FEM contact task panel

Cum se folosește

  1. Click pe sau alegeți ModelMechanical Constraints Constraint contact din meniul de us.
  2. Select the master face.
  3. Select the slave face.
  4. Enter a contact stiffness.
  5. Enter a friction coefficient.

Contact example - rigid cube pressed against and sliding on a deformable block. Without contact definition, those two parts wouldn't "see" each other.

Limite

  1. Constrângerea de contact poate fi aplicată numai la două fețe.

Properties

  • DateSlope: Contact stiffness.
  • DateAdjust - introduced in 1.0: Node clearance adjustment limit.
  • DateFriction - introduced in 1.0: Enable frictional contact.
  • DateFriction Coefficient: Coefficient of friction.
  • DateStick Slope - introduced in 1.0: Stick slope.
  • DateEnable Thermal Contact - introduced in 1.1: Enable thermal contact.
  • DateThermal Contact Conductance - introduced in 1.1: Thermal contact conductance [mW/(mm^2*K)] specified as a list in the following format (contact pressure and temperature dependency can be skipped and only one entry provided to define a constant gap conductance):
conductance_1, contact_pressure_1, temperature_1

  • DateSurface Behavior - introduced in 1.1: Contact behavior in the normal direction:
    • Linear - default behavior with the specified stiffness
    • Hard - hard contact (default constants calculated by the solver)
    • Tied - tied (bonded) contact, requires non-zero friction

Notes

Tips for modeling

Note

CalculiX

CalculiX

  1. Rigiditatea contactului trebuie să fie de 10 ori mai moale (modulul Young) decât modulul de a avea un contact dur. Cu cât este mai mare valoarea rigidității de contact, cu atât este mai mare contactul dintre suprafețe.
  2. Fața slave este fața care intră în fața principală și, prin urmare, are mai multe deformări.
  3. Tabelul *CONTACT PAIR este utilizat pentru modelarea contactului în CalculiX. Constrângerea folosește contactul optimizat cu constrângeri față-în-față și formula de contact este explicată în detaliu aici la http://web.mit.edu/calculix_v2.7/CalculiX/ccx_2.7/doc/ccx/node112.html
  • Further interesting informations:
  • A very detailed CalculiX contact example. (link)
  • An interesting example found in the FreeCAD German subforum. (link)