next up previous contents
Next: Element Definition Block Up: Result Format Previous: Model Header Record   Contents


Nodal Point Coordinate Block

Purpose: Defines the nodal coordinates

1. Record:
Form: KEY, CODE, FORMAT
Where: KEY    = 2
       CODE   = C
       FORMAT = Format indicator
                0 = short format
                1 = long format 
Format:(1X,'   2','C',67X,I1)

Following records:
Form: KEY, NODE, X,Y,Z
Short Format:(1X,'-1',I5,3E12.5)
Long Format:(1X,'-1',I10,3E12.5)
Where: KEY    = -1
       NODE   = node number
       X..    = koordinates
  
Last Record:
Form: KEY
Format:(1X,'-3')



root 2007-02-10