out.Disp : Displacements

  • Brief description : collects the node displacements.
  • Additional information : the file is created only if PRINT_DISP3D = .true.. If PRINT_ASCII = .false., each MPI rank creates its own output file.
  • File type : ASCII/Binary according to PRINT_ASCII flag.
  • Index of the file path in ATLAS.fnames : 25
  • Example [ASCII] :
NUMBER OF NODES :     18081
-------------------------------------------------------
STEP :    0    TIME :  0.000000000000E+00
-------------------------------------------------------
      NODE             UX             UY             UZ
         1  0.000000E+000  0.000000E+000  0.000000E+000
         2  0.000000E+000  0.000000E+000  0.000000E+000
         3  0.000000E+000  0.000000E+000  0.000000E+000
      ...
     18079  0.000000E+000  0.000000E+000  0.000000E+000
     18080  0.000000E+000  0.000000E+000  0.000000E+000
     18081  0.000000E+000  0.000000E+000  0.000000E+000
-------------------------------------------------------
STEP :    1    TIME :  0.100000000000E+01
-------------------------------------------------------
      NODE             UX             UY             UZ
         1  0.000000E+000  0.000000E+000 -0.103213E-004
         2  0.000000E+000  0.000000E+000 -0.952979E-004
         3  0.000000E+000  0.000000E+000 -0.147059E-003
      ...