v2.01.031 SDLD31 - Elementary validation of time diagrams in dynamics#
Summary:
This test case makes it possible to validate the programming of integration diagrams in time in DYNA_NON_LINE and DYNA_VIBRA.
More specifically, for DYNA_NON_LINE we test the following implicit schemes:
average acceleration (keyword NEWMARK) with resolution when moving and accelerating;
modified average acceleration (keyword HHT with MODI_EQUI =” NON “);
HHT complete (HHT keyword with MODI_EQUI =” OUI “);
With the complete HHT diagram, we also test the pursuits because this schema requires a particular initialization. Likewise, we also validate the pursuits for average acceleration with acceleration resolution because it is not tested in other test cases.
As for DYNA_VIBRA, the schemes with constant time steps are tested, i.e.:
explicit order 1 diagram says EULER;
implicit schema NEWMARK of order 2;
Explicit order 4 diagram says DEVOGELAERE
The aim being to study the behavior of the patterns over time, the problem chosen is deliberately very simple: it is a linear system with 1 degree of freedom mass-spring which is subjected to a sinusoidal force.
The reference solution is obtained by re-programming the integration diagrams in Matlab and by calculating the analytical solution.