1. Discretization#
1.1. Degrees of freedom#
Modeling |
Degrees of Freedom (at each vertex node) |
GRILLE_EXCENTRE |
|
\(\mathit{DY}\): next move \(Y\) |
|
\(\mathit{DZ}\): next move \(Z\) |
|
\(\mathit{DRX}\): rotation around \(X\) |
|
\(\mathit{DRY}\): rotation around \(Y\) |
|
\(\mathit{DRZ}\): rotation around \(Z\) |
GRILLE_MEMBRANE and MEMBRANE |
|
\(\mathit{DY}\): next move \(Y\) |
|
\(\mathit{DZ}\): next move \(Z\) |
1.2. Support mesh for stiffness matrices#
The support meshes for finite elements, in displacement formulation, are triangles.
Modeling |
Mesh |
Finished element |
GRILLE_EXCENTRE |
|
|
QUAD4 |
|
|
GRILLE_MEMBRANE |
|
|
QUAD4 |
|
|
TRIA6 |
|
|
QUAD8 |
|
|
MEMBRANE |
|
|
QUAD4 |
|
|
TRIA6 |
|
|
QUAD8 |
|
|
TRIA7 |
|
|
QUAD9 |
|
1.3. Cargo support mesh#
All the loads applicable to the facets of the grid and membrane elements are treated by direct discretization on the support mesh of the element in displacement formulation.
No load support mesh is therefore necessary for the faces of the grid and membrane elements.