next up previous contents
Next: Model Header Record Up: CalculiX USER'S MANUAL - Previous: Element Types   Contents


Result Format

Listing of the format of the mesh and the nodal results. The data are stored in fixed format. The format is able to store element- and node-numbers up to '99999' in the short form or up to '9999999999' in the long form. An example for the short form is shown below:

>    1Ctest               !''1C'' defines a new dataset of name ``test''
>    2C                   !''2C'' starts a block of node coordinates
> -1    1 0.00000E+00 0.00000E+00 0.00000E+00 ! 1. node
> -1    2 0.10000E+01 0.00000E+00 0.00000E+00 ! 2. node ....
> -3                      !end of the current block
>    3C                   !''3C'' starts a block of element definitions
> -1    1    4    0    0  !first element, type of that element is 4 (he20)
> -2    1    2    3    4   13   14   15   16    5    6    7    8    9   10   11
> -2   12   17   18   19   20  !twenty nodes defining that element
> -1 ...
> -2 ...
> -2 ...
> -3                      !end of the current block 
>  100CL101               !''100C'' starts a user defined result block
> -4  DISP        3    1                 !Attribute Header Record (Dataset)
> -5  D1          1    2    1    0       !Component Definition Record (Entity)
> -5  D2          1    2    2    0
> -5  D3          1    2    3    0
> -1    1 0.00000E+00 1.00000E+00 1.00000E+00  !Nodal Values
> -1    2 1.00000E+00 0.00000E+00 0.00000E+00
> -3                      !end of the current block
> 9999                    !end of data



Subsections

root 2007-02-10