8. Printing the results#
To display the modal parameters associated with each mode and the coordinates of the modes, you must use the IMPR_RESU [U4.91.01] operator in the following way:
Display of modal parameters only in table form:
IMPR_RESU(RESU=_F(RESULTAT=mode, TOUT_PARA=‘OUI’, TOUT_CHAM=‘NON’));
Display of modal parameters and eigenvectors:
IMPR_RESU(RESU=_F(RESULTAT=mode, TOUT_PARA=‘OUI’, TOUT_CHAM=‘OUI’));