commit:2015:07_13
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
commit:2015:07_13 [2015/07/13 17:25] – wautelet | commit:2015:07_13 [2016/03/30 15:23] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 5: | Line 5: | ||
==== Méthode de mise à jour du Lagrangien augmenté tangentiel ==== | ==== Méthode de mise à jour du Lagrangien augmenté tangentiel ==== | ||
- | Puisque le plan tangent | + | La force tangentielle de contact est définie comme : |
- | $$\boldsymbol{\lambda_t^{(k, | + | |
+ | $$\boldsymbol{f}_t^{(k, | ||
+ | où | ||
+ | * $k$ est l' | ||
+ | * $i$ est l' | ||
+ | * $\boldsymbol{f}_t$ est la force tangentielle. | ||
+ | * $\boldsymbol{\lambda}_t$ est le vecteur lagrangien augmenté tangentiel. | ||
+ | * $\boldsymbol{g}_t$ est le vecteur gap tangentiel. | ||
+ | * $C_t$ est le coefficient de pénalité tangentiel. | ||
+ | |||
+ | Puisque le plan de normal $\boldsymbol{n}^{(k)}$ | ||
+ | $$\boldsymbol{\lambda}_t^{(k, | ||
où | où | ||
* $k$ est l' | * $k$ est l' | ||
Line 12: | Line 23: | ||
* $\boldsymbol{n}$ est la normale à la surface maître évaluée au point correspondant à la projection du nœud/point esclave sur l' | * $\boldsymbol{n}$ est la normale à la surface maître évaluée au point correspondant à la projection du nœud/point esclave sur l' | ||
* $\boldsymbol{T}$ est l' | * $\boldsymbol{T}$ est l' | ||
- | * $\boldsymbol{\lambda_t}$ est le vecteur lagrangien augmenté tangentiel. | + | * $\boldsymbol{\lambda}_t$ est le vecteur lagrangien augmenté tangentiel. |
- | J'ai ajouté une option pour calculer une longueur caractéristique du contact dans le critère géométrique normalisé. | + | L'opérateur de transformation $\boldsymbol{T}$ |
- | Par défaut | + | - soit une projection : $$\boldsymbol{T} |
+ | - soit une rotation (Formule | ||
+ | où | ||
+ | * $\cos{\phi} = \boldsymbol{n}^{(k)} \times \boldsymbol{n}^{(i)}$ | ||
+ | * $\sin{\phi} = ||\boldsymbol{n}^{(k)} | ||
+ | * $\boldsymbol{n} = \frac{\boldsymbol{n}^{(k)} | ||
+ | * $\tilde{ }$ est l'opérateur du produit vectoriel sous forme matricielle. | ||
- | Malgré sa simplicité, | + | On constate que dans le cas d'un collement parfait $\boldsymbol{g}_t = \boldsymbol{0}$, l'opérateur de rotation |
+ | |||
+ | Dans Metafor, | ||
< | < | ||
- | augLagCriterion = AugLagNormalisedGeoCriterion(alm) | + | materset.define(1, AugLagStickingContactMaterial) |
- | augLagCriterion.setCharacteristicLengthMeth(ALM_GEO_LENGTH) | + | materset(1).put(TANGENTAUGLAGUPDATEMETHOD, |
</ | </ | ||
- | Elle est implémentée pour le contact 2D (état plan déformation et modélisation axisymétrique) et le contact en 3D. | + | OPTION = TALUM_ROTATION |
- | Elle a été testé dans le cas de la rupture des éléments. | + | |
+ | Par défaut, nous avons toujours la méthode TALUM_PROJECTION, | ||
+ | |||
+ | Finalement, la linéarisation cohérente | ||
- | <note important> | + | ==== Divers - Tutorials ==== |
+ | J'ai ajouté le jeux de données des projets de seconde session de cette année. | ||
===== Fichiers ajoutés/ | ===== Fichiers ajoutés/ | ||
< | < | ||
- | [a]:AugLagCharacteristicLengthMethod.h | + | [a]:mtContact/ |
- | [a]:AugLagCharacteristicLengthMethod.cpp | + | [a]:mtContact/ |
[r]: | [r]: | ||
</ | </ | ||
Line 43: | Line 66: | ||
< | < | ||
[r]: | [r]: | ||
- | [a]: | + | [a]:apps/ |
</ | </ | ||
- | --- // | + | --- // |
commit/2015/07_13.1436801155.txt.gz · Last modified: 2016/03/30 15:22 (external edit)