.nas or .bdf output file

.nas or .bdf output file

Anonymous
Not applicable
2,955 Views
2 Replies
Message 1 of 3

.nas or .bdf output file

Anonymous
Not applicable

Dear all,

 

I have been running some simulation and I would like to obtain the deformed shape of the model. I allowed TRSLDFGMDATA and TRSLMODLDATA to obtain the output files but as I see only the initial model is generated and I do not have the deformed shape body as an output.

Can anybody help me how to obtain in either .nas or .bdf format the resulted deformed body?

Thank you for your help in advance!

Accepted solutions (1)
2,956 Views
2 Replies
Replies (2)
Message 2 of 3

John_Holtz
Autodesk Support
Autodesk Support
Accepted solution

Hi @Anonymous

 

Those parameters should give the output that you want. However, you may be following this article (Exporting deformed shape from Nastran), and it is missing an important fact. The BDF file that is created includes the coordinates of the original, undeformed nodes and the coordinates of the deformed nodes. Depending on what software you use to display the BDF file, it may show the undeformed geometry or the deformed geometry!

 

  1. After running the analysis and it creates the BDF file, edit the BDF file using a text editor (such as Notepad).
  2. Delete the first set of GRID commands to remove the original nodes from the "beginning" of the file. (Note that the GRID commands may exist in multiple sets throughout the "beginning" of the file.) Do not delete the deformed GRID commands from the end of the file. Smiley Happy
  3. Move the GRID commands from the end of the file that give the displaced coordinates to the beginning where the original GRID commands were located. The displaced coordinate GRID commands are identified with comments that look like this:

 

$ OUTPUT PRODUCED BY ADS NASTRAN VERSION 13.1.0.185  15:14  09/19/18           
$                                                                              
$ DEFORMED GEOMETRY OUTPUT FOR MODE = 1  SCALE FACTOR =  1.0

 

Let us know if that works.

 


______________________________________________________________

If my post answers your question, please click the "Accept as Solution" button. This helps everyone find answers more quickly!

 



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 3 of 3

Anonymous
Not applicable

Thank you very much for your reply!

It works perfectly!

0 Likes