5. C modeling#
5.1. Characteristics of the mesh#
Type of mesh:
volume master meshes: 8 HEXA8 meshes;
linear slave mesh: 1 SEG2 mesh.
The meshes are shown in figures and. The volume cells have edges of length \(1.0m\), the line mesh is of length \(1.0m\). The mesh SEG2 figure is placed in such a way that the nodes 30, 31 are in the center of gravity of a master mesh HEXA8, figure.
5.2. Relationships between slave nodes and master meshes#
The coefficient between slave and master nodes is \(1/8\).
There are two relationships per degree of freedom that concern the following nodes:
slave node 30 is in relationship with nodes 6, 7, 10, 10, 10, 10, 9, 9, 27, 29, 23, 26 of the master mesh;
slave node 31 is connected to nodes 14, 17, 18, 18, 18, 18, 20, 20, 27, 29, 23, 26 of the master mesh.
The first relationship is of the form, there is another one to be defined:
_F (NOEUD = (“N30”, “N6”, “N6”, “N6”, “N7”, “N10”, “N9”, “N27”, “N29”, “N29”, “N29”, “N29”, “N29”, “N29”, “N29”, “N29”, “N29”, “N23”, “N26”,),
DDL = (“DX”, “DX”, “DX”, “DX”, “DX”, “DX”, “DX”, “DX”, “DX”, “DX”,),
COEF_MULT = (-1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,),
COEF_IMPO = 0.0,
)
5.3. Tested sizes and results#
The sizes tested are:
All the components of the movements at all the nodes of the mesh;
All the components of the SIEF_ELGA constraints at all Gauss points in the model.
Two calculations are carried out:
with the LIAISON_PROJ keyword from the AFFE_CHAR_MECA command;
with the LIAISON_DDL keyword from the AFFE_CHAR_MECA command.
For each calculation and for each field, a table is created and then combined in order to differentiate between the two solutions obtained. These solutions must be exactly the same, so the value to be tested is \(0\).
The displacement fields are normalized with respect to the imposed displacement, the constraint fields are normalized with respect to \(\mathrm{1MPa}\).
The tolerance for all fields, nodes, and components is \(1.0E-06\).