C modeling ============== Characteristics of modeling ----------------------------------- The modeling is D_ PLAN, only the edge of the frame is represented. Two calculations are performed with different pairing options, contact algorithms, and linear solvers. Characteristics of the mesh ---------------------------- .. image:: images/100000000000034E00000321EB1605EB81193C6E.png :width: 4.1335in :height: 3.8673in .. _RefImage_100000000000034E00000321EB1605EB81193C6E.png: Number of knots: 431 Number of meshes and types: 732 TRIA3 for the plate and 32 SEG2 for the frame. Tested sizes and results ------------------------------ First calculation (algorithm 'PENALISATION', solver 'MULT_FRONT') .. csv-table:: "**Identification**", "**Reference type**", "**Reference value**", "**Tolerance**" ":math:`\mathit{DX}` at the point :math:`A` instant :math:`1.0` ", "'SOURCE_EXTERNE'", "2.86E-5", "5.0%" ":math:`\mathit{DX}` at point :math:`B` instant :math:`1.0` ", "'SOURCE_EXTERNE'", "2.72E-5", "5.0%" ":math:`\mathit{DX}` at the point :math:`C` instant :math:`1.0` ", "'SOURCE_EXTERNE'", "2.28E-5", "5.0%" ":math:`\mathit{DX}` at the point :math:`D` instant :math:`1.0` ", "'SOURCE_EXTERNE'", "1.98E-5", "5.0%" ":math:`\mathit{DX}` at the point :math:`E` instant :math:`1.0` ", "'SOURCE_EXTERNE'", "1,5E-5", "5,0%" Second calculation (algorithm 'PENALISATION', solver 'LDLT') .. csv-table:: "**Identification**", "**Reference type**", "**Reference value**", "**Tolerance**" ":math:`\mathit{DX}` at the point :math:`A` instant :math:`1.0` ", "'SOURCE_EXTERNE'", "2.86E-5", "5.0%" ":math:`\mathit{DX}` at point :math:`B` instant :math:`1.0` ", "'SOURCE_EXTERNE'", "2.72E-5", "5.0%" ":math:`\mathit{DX}` at the point :math:`C` instant :math:`1.0` ", "'SOURCE_EXTERNE'", "2.28E-5", "5.0%" ":math:`\mathit{DX}` at the point :math:`D` instant :math:`1.0` ", "'SOURCE_EXTERNE'", "1.98E-5", "5.0%" ":math:`\mathit{DX}` at the point :math:`E` instant :math:`1.0` ", "'SOURCE_EXTERNE'", "1,5E-5", "5,0%" notes --------- The results obtained are close to the external source to within 5% (code mean). The linear solver has no influence on the results. The calculation without geometric updating validates the hypothesis of small slips here.