Fatal Error T2093 : Bulk Data Continuation Entry Not Referenced

Fatal Error T2093 : Bulk Data Continuation Entry Not Referenced

dinesh_pa86
Observer Observer
1,568 Views
4 Replies
Message 1 of 5

Fatal Error T2093 : Bulk Data Continuation Entry Not Referenced

dinesh_pa86
Observer
Observer

Hello All,

I am new user of Nastran In-Cad. I am trying to carry Linear Static Analysis on vacuum chamber. 

I have carried out following process -

1. Added materials (Pulling out from Inventor model)

2. Added Idealization

3. Added Constrains

4. Added Loads

5. Added Contacts

6. Meashed the model

 

Below is screenshot of Nastran model Tree.

 

Untitled 1.PNG

I am getting Fatal Error T2093 : Bulk Data Continuation Entry Not Referenced Error.

 

Below is screenshot of Autodesk Nastran Output

 

Untitled 2.PNG

Please suggest the solution.

 

Thanks in advance.

0 Likes
1,569 Views
4 Replies
Replies (4)
Message 2 of 5

KubliJ
Alumni
Alumni

Hi @dinesh_pa86,

 

The issue seems to be with contact not being written correctly according to the error.  However I think it has to do with the size of the model.  7 million elements before the creation of contact elements is a very large model.  It would be almost 3 times larger than any model I've seen run before encountering S1110 insufficient memory errors.  So I think the error message itself is deceptive. 

 

Can you try reducing the mesh density significantly; get the total number of elements to less than 2 million?

 

Thanks,

James



James Kubli, P.E.


Please marked this as solved if your question has been answered.
Message 3 of 5

dinesh_pa86
Observer
Observer

Thanks for the reply. 

I tried doing all things you mentioned with no success. Firstly I used automatic contacts feature for which I got this error. After this I tried adding all the contacts manually but still I get same error. 

My current number of elements are around 1,000,000.

0 Likes
Message 4 of 5

John_Holtz
Autodesk Support
Autodesk Support

This may be a variation of a case I had.

 

Nastran uses a "continuation" character in column 73 of the nastran file (.nas) to indicate that the data in the row continues on the next line. In my situation, the row of data  was so long that the continuation character was "moved" to a different column, and that threw everything off. (The row as too long because the node numbers were above 100000 and incorrect formatting of the row.)

 

With over 1 million nodes in your model, some node numbers require 7 characters, so something similar may be happening. If you have a powerful text editor that can handle 42 million lines of text, you can edit the .nas file and search for the text given in error message. (You may be able to use Notepad, but it will take a long time to load that many lines.) If you can confirm that spacing of the entries is the problem, you may be able to correct it manually and run the analysis. The general format is:

  • The command is in the first 8 characters of the first row of data.
  • The data is in groups of 8 "fields" with 8 characters each, or 4 "fields" with 16 characters each. It is 4 fields/16 characters if the command ends with a *.
  • Column 73 gives the continuation symbol which then appears in the first column on the next row.

Instead of doing all of that, maybe you can reduce the number of nodes by meshing some of the parts as linear elements instead of meshing the entire model as parabolic? You can choose which parts use linear and parabolic mesh from the "Mesh > Table" command.

 

 



John Holtz, P.E.

Global Product Support
Autodesk, Inc.


If not provided, indicate the version of Inventor Nastran you are using.
If the issue is related to a model, attach the model! See What files to provide when the model is needed.
Message 5 of 5

KubliJ
Alumni
Alumni

Hi @dinesh_pa86,

 

Another possible suggestion is to disable the Wide Field Format for nodes.  This will keep the nodal coordinates down to a single line, reducing the number 'continuation' markers that is being generated.

 

Go into default settings and uncheck Grid Points under Nastran Wide Field Format.

 

Thanks,

James



James Kubli, P.E.


Please marked this as solved if your question has been answered.
0 Likes