coord : Node Coordinates

  • Brief description : defines the node coordinates.
  • File type : fromatted ASCII. In Fortran language, the formats for the header and a row of the bulk are '(i10,60a)' and '(i10,3e20.12)', respectively.
  • Index of the file path in ATLAS.fnames : 6
  • Parameters to be set :
NAME TYPE DESCRIPTION UM
N_NODE integer number of nodes -
INODE[N_NODE] integer node indeces -
X[N_NODE] real coordinate values along X \(length\)
Y[N_NODE] real coordinate values along Y \(length\)
Z[N_NODE] real coordinate values along Z \(length\)
  • File structure :
N_NODE
INODE[1] X[1] Y[1] Z[1]
INODE[2] X[2] Y[2] Z[2]
...
  • Example :
     18081                                                            
         1  0.000000000000E+00  0.500000000000E+04 -0.950000000000E+03
         2  0.000000000000E+00  0.475000000000E+04 -0.950000000000E+03
         3  0.000000000000E+00  0.450000000000E+04 -0.950000000000E+03
       ...