4. example#
Resu = STAT_NON_LINE ( ... );
tab1 = MACR_LIGN_COUPE (RESULTAT = resu,
LIGN_COUPE =(
_F (TYPE = 'SEGMENT',
NB_POINTS = 17,
COOR_ORIG = (0.,0.,0. ),
COOR_EXTR = (10.,0.,0. ),
INTITULE = 'line1',),
_F (TYPE = 'SEGMENT',
NB_POINTS = 25,
COOR_ORIG = (-10.,0.,0. ),
COOR_EXTR = (0.,20.,0. ),
INTITULE = 'line2',),
)
);
IMPR_TABLE (TABLE = tab1)
In this example, the values of the displacement obtained are recorded in the resu result at all times of calculation on two cut lines.
The table tab1 contains the order numbers, the curvilinear axes, the coordinates of the points and finally the values of the nodal quantity (on the nodes of the line) of the field treated, here by default the displacement.