out.DistDisp : Subgrid Displacements

  • Brief description : collects the node displacements of the computational subgrids.
  • 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 : 22
  • Example [ASCII] :
NUMBER OF MPI RANKS :         2
-------------------------------------------------------
STEP :    0    TIME :  0.000000000000E+00
-------------------------------------------------------
RANK            :         1
NUMBER OF NODES :      9924
-------------------------------------------------------
      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
       ...
      9922  0.000000E+000  0.000000E+000  0.000000E+000
      9923  0.000000E+000  0.000000E+000  0.000000E+000
      9924  0.000000E+000  0.000000E+000  0.000000E+000
-------------------------------------------------------
RANK            :         2
NUMBER OF NODES :      9923
-------------------------------------------------------
      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
       ...
      9921  0.000000E+000  0.000000E+000  0.000000E+000
      9922  0.000000E+000  0.000000E+000  0.000000E+000
      9923  0.000000E+000  0.000000E+000  0.000000E+000
-------------------------------------------------------
STEP :    1    TIME :  0.100000000000E+01
-------------------------------------------------------
RANK            :         1
NUMBER OF NODES :      9924
-------------------------------------------------------
      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
       ...