Non-linear deformed model export
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I'm trying to export the deformed shape of a Nastran InCAD non-linear static analysis into .stl format. Some assistance is required regarding if this is possible, and, if it's possible, what is the best method of converting the .bdf results into .stl format.
The first step is to include the TRSLDFGMDATA & TRSLMODLDATA model parameters before solving. The deformed model data should be output into a .bdf file in the FEA subfolder.
The second step is to isolate the deformed model data in the .bdf file. For a linear static analysis the grid data is proceeded by the following:
$ OUTPUT PRODUCED BY ADS NASTRAN VERSION 15.0.0.187 21:58 04/21/20
$
$ DEFORMED GEOMETRY OUTPUT FOR MODE = 1 SCALE FACTOR = 1.0
For a non-linear static analysis, the .bdf format output does not contain a simple "deformed geometry" section. How do I isolate deformed data in the file, particularly if my output contains multiple increment outputs?
The third step, assuming the linear or non-linear deformed shape is now readable by some software, how do i go about converting it into .stl format? I'm hoping that i've missed a simple solution, as all i can think of is a custom program that would convert grid data into an ASCII .stl file. Unfortunately I am not that good at programming.
The grid data is shown in this format:
$-------2-------3-------4-------5-------6-------7-------8-------9-------0-------
GRID* 1 0 3.5465527717440 0.6264522747967
* -16.xxx-xxxxxxxx 0
ASCII .stl data is normally shown in this format:
solid ASCII
facet normal 1.462316e-01 9.558480e-01 2.548938e-01
outer loop
vertex -2.077858e+01 2.589781e+00 -1.254665e+01
vertex -2.071004e+01 2.600000e+00 -1.262430e+01
vertex -2.079127e+01 2.603341e+00 -1.259022e+01
endloop
endfacet
If there are any existing tutorials that i've missed, please let me know. If not, i'm hoping someone somewhere has solved this problem.
Thank you for your help in advance!