hexagon logo

How do I use key word "include" to link a external file in a .dat file ?

I used the "include" to link the mesh data and the program end with a exit number :4009.
The error message detail is "error in opening file".
Is some one have a experience or know how to use it ?
attach is my data file.

Attached Files (2)
Parents
  • Thanks.
     
    include,'mesh.dat'
    This is what I used in the .dat file.​ I just changed this statement in to
    include, mesh.dat
     and it end with a number of 13, the .out file shows a message of "
     
                control information for region  1
                *** error ***
                unexpected card  1    2 
     
    "
     
Reply
  • Thanks.
     
    include,'mesh.dat'
    This is what I used in the .dat file.​ I just changed this statement in to
    include, mesh.dat
     and it end with a number of 13, the .out file shows a message of "
     
                control information for region  1
                *** error ***
                unexpected card  1    2 
     
    "
     
Children
No Data