doc:user:elements:boundaries:pressure_shear
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:user:elements:boundaries:pressure_shear [2018/07/13 12:20] – [ContactTraction2DElement, ContactTraction3DElement] boemer | doc:user:elements:boundaries:pressure_shear [2026/08/05 09:39] (current) – boman | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Pressure and shear ====== | + | ====== Pressure and shear |
| + | <note important> | ||
| + | This Documentation refers to Metafor version >= 3593. | ||
| + | for more informations on changes see [[https:// | ||
| - | ===== Materials===== | + | for a Metafor version < 3593, please refers to this [[pressure_shear_pre3593|page]]. |
| + | </ | ||
| - | Since pressure/shear interactions are boundary conditions | + | Pressure and shear boundary conditions |
| + | In 3D, pressure elements are triangles or quads, depending of the shape of the facets of the elements of the mesh near the boundary. | ||
| + | |||
| + | As any finite element, their definition requires an '' | ||
| + | |||
| + | The '' | ||
| + | The '' | ||
| + | |||
| + | These elements should not be mixed with [[doc: | ||
| + | |||
| + | * Pressure and shear are always defined in local axes, so the direction of the resulting force depends on the orientation of the boundary edge/face on which it is applied. | ||
| + | * Pressure is distributed properly over all edges/faces on which the '' | ||
| + | |||
| + | {{ doc: | ||
| ===== Element ===== | ===== Element ===== | ||
| - | Therefore, the first step consist | + | The first step consists |
| prp = ElementProperties(typeEl) | prp = ElementProperties(typeEl) | ||
| - | prp.put(param1, value1) | + | prp.put(param, value) |
| - | | + | |
| + | where | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | |||
| + | mat = materset.define(no, | ||
| + | mat.put(param, | ||
| + | mat.depend(param, fct, lock)) # optional | ||
| ... | ... | ||
| where | where | ||
| - | |'' | + | | '' |
| - | |'' | + | | '' |
| - | |'' | + | |
| - | |'' | + | |
| - | |'' | + | |
| - | ==== Traction2DElement, Traction3DElement | + | ==== PressureMaterial ==== |
| + | Material for Pressure Elements | ||
| + | === Parameters === | ||
| + | ^ | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | |||
| + | |||
| + | ==== Pressure2DElement, Pressure3DElement | ||
| - | Traction/shear element for a mesh made of quadrangles in 2D or hexaedra | + | Pressure/shear element for a mesh made of triangles/quadrangles in 2D or hexahedra |
| === Parameters === | === Parameters === | ||
| ^ | ^ | ||
| | '' | | '' | ||
| - | | '' | + | | '' |
| - | | '' | + | | '' |
| - | | '' | + | |
| - | ==== TriangleTraction3DElement ==== | ||
| - | Traction/shear element for a mesh made of tetrahedra | + | ==== TrianglePressure3DElement ==== |
| + | |||
| + | Pressure/shear element for a mesh made of tetrahedra | ||
| === Parameters === | === Parameters === | ||
| ^ | ^ | ||
| | '' | | '' | ||
| - | | '' | + | | '' |
| - | | '' | + | | '' |
| - | | '' | + | |
| - | ==== ContactTraction2DElement, ContactTraction3DElement | + | ==== ContactPressure2DElement, ContactPressure3DElement |
| - | Derivations of Traction2DElement | + | Derivations of '' |
| + | To determine the contact status, the contact flag of the previous time step is used. | ||
| === Parameters === | === Parameters === | ||
| - | The same than in Traction2DElement and Traction3DElement, | + | The same than in Traction2DElement and Traction3DElement, |
| - | ^ | + | ^ Name ^ Description |
| - | | '' | + | | '' |
| + | | '' | ||
| + | |||
| + | {{ : | ||
| Line 61: | Line 95: | ||
| ===== Interaction ===== | ===== Interaction ===== | ||
| - | The interaction is defined as: | + | The interaction |
| load = LoadingInteraction(no) | load = LoadingInteraction(no) | ||
| Line 72: | Line 106: | ||
| where | where | ||
| - | | '' | + | | '' |
| - | | '' | + | | '' |
| - | | '' | + | | '' |
| - | + | ||
| - | ==== Remark ==== | + | |
| - | + | ||
| - | Traction, pressure and shear is generated | + | |
| - | + | ||
| - | * traction (or pressure/ | + | |
| - | * traction is divided properly over all edges/faces on which the '' | + | |
| - | {{ doc: | ||
| - | :!: Traction element is used backwards in 3D, so a positive value must be applied to generate a pressure. !! | ||
doc/user/elements/boundaries/pressure_shear.1531477228.txt.gz · Last modified: by boemer
