Trimech-Main-Site-Group-Navigation Solid-Solutions-Group-Navigation Javelin-Group-Navigation Trimech-Enterprise-Solutions-Group-Navigation Trimech-Advanced-Manufacturing-Group-Navigation Trimech-Staffing-Solutions-Group-Navigation Solid-Print-Group-Navigation 3DPRINTUK-Group-Navigation 3DVERKSTAN-Group-Navigation Macdac-Site-Group-Navigation GRM-Consulting-Group-Navigation Solid-People-Group-Navigation
The TriMech Group offers a comprehensive portfolio of engineering and design software, hardware, professional services, and support, to clients accross the globe. Use the links above to visit the group's websites and learn more.
x
Search

MSC Nastran: Automating Post-Processing to Save Time and Avoid Errors.

Friday September 22, 2023 at 8:00am

Engineers perform analysis to gain insight into their designs. This generates a huge amount of data, and post-processing it through a graphical user interface isn’t always the most efficient way to do it.

Doing it that way can introduce ‘pilot error’ into the process, particularly with repetitive tasks like plotting force vs time for a number of interface nodes for a report.

So let’s show you an immensely powerful tool for post-processing large data sets from MSC Nastran.

Scripting Saves Times

There’s an uncommon saying that lazy people make the best engineers because they’re always looking for an easier way to do something.

Rather than endless repeated clicks and pulldown menus to get the data you want from a GUI, it can be far more efficient to spend some time writing a script to do it.

If that script accesses the solver output rather than driving the API of a GUI, it will likely be all the more efficient and it will be more likely to work the next time and the time after that, without changes - meaning much less work for the ‘lazy’ engineer in the long run.

We have lots of customers in the Aerospace and Defence market who have been using MSC Nastran for decades and have generated their own scripts for extracting results from the Nastran output files.

Nastran writes results to a variety of binary files as well as text files like the punch and the f06 file - which anyone of a certain vintage will recognise as being formatted for an old dot-matrix printer - so it’s a very stable format!

THE POWER OF OPEN SOURCE

The f06 is relatively easy to process with a script, maybe awk and grep on a Linux system or PERL/Python on either Linux or Windows. For a big model with lots of output, this can be slow because the file can be huge, and you have to ‘step over’ the page feed and title information as you progress through the file.

The historic Nastran binary formats, op2 and xdb, were a bit impenetrable and difficult to code for access. In recent years though, MSC have moved to an open-source format: the HDF5 file.

HDF, from Hierarchical Data File, was developed by the US National Centre for Supercomputer Applications explicitly for scientific data, but is now maintained by a non-profit organisation called the HDF Group.

These files can be written from Nastran (and Marc) in either ASCII or Binary format, and due to the origin in the open-source community, there are plug-ins for many standard coding environments (such as C++, Python, PERL) making it very easy to access the data in an SQL-like manner.

So how easy is it to do this? Let’s illustrate with one of the examples provided by MSC for Python.

MSC have settled on Python for API programming going forward, with Apex, Mentat and Adams/View all using it, and Python’s wide usage means there are lots of plug-in packages that make things like charts, simple GUI’s and interfacing with other commercial applications like Excel a breeze.

We do need to understand a little about the structure of our HDF5 result file when we set out to code for access. Luckily the HDF5 Group produce a free viewer, and opening a Nastran result file lets us browse through to see what’s in it.

The file optionally contains the input data as well as the results, but looking at the results we can see they are organised by type (elemental or nodal), then by output (stress, displacement etc) and finally by element type.

We can get at the results with the viewer and even export or copy/paste them by double clicking the bottom level, for example displacement:

However, the organisation of these data tables is by Domain which is defined in the Index portion of the file and isn’t easy to sort in e.g. Excel. The Domain sets a unique number to a set of output, for example in a normal mode, Mode 1 might be Domain 7, Mode 2 Domain 8 etc. That way, if we want the displacements for Mode 1, we can look up all the nodal results for Domain 7.

The example supplied allows us to extract the time and displacement result for a given node using a pretty simple bit of code that we can use as the basis for our own attempts.

There’s 58 lines in there, but 27 are either comments or blanks, so it’s not a huge effort to create, and this can be reused with minor edits each time you need to extract e.g. nodal results. A little explanation might demystify the process.

HOW TO SPEED UP POST-PROCESSING DATA

Firstly, we import some packages that facilitate working with tabular data and arrays before opening the H5 file. There are hundreds of these Python packages available for free online to make it easier to do all sorts of things.

We then access the indexing for the H5 file using the hierarchical address (the h5.root.NASTRAN bit) – this maps the Domain ID to the timestep for the non-linear analysis into an array to make it easy to look up in later loops.

Lastly, we loop through the displacement results (selected by node ID and using the hierarchical address) to write out a CSV file of time vs displacement, which can be plotted in Excel.

This core code can be easily extended and improved.

We can modify it so that the H5 file name and node ID are taken from command line arguments, removing the need to edit it each time for a different node and or file, for example.

EXPERIMENT WITH PYTHON

We could use the pyplot module to plot the graphs directly, meaning you could screenshot them for the report without going through further steps. Alternatively, we could use one of the many python-excel packages to push the data into a new workbook and create the graphs ready to be viewed when opened by Excel.

If you haven’t looked into scripting, we recommend you spend some time with it. Python is widely used, so finding code snippets via Google to construct simple programmes does not take a lot of time, and the time saving and error reduction from replacing iterative manual steps is well worth the effort.

Take the Next Steps...

If you’d like to learn more, please get in touch to find out how we can help you get the most out of your company’s simulation.

Fill in the Form Below to Contact Us

 

Related Blog Posts

Chaining Thermal and Structural Analysis with MSC
Discover how to boost your efficiency by chaining simulations together.
DriveWorks World 2024
DriveWorks World is the biggest DriveWorks technical event of the year, and tickets are FREE for all active DriveWorks subscription customers! This two-day digital event always puts a large focus on sharing knowledge, technical know-how, and automati...
Easter Egg-citing Innovations: Unwrapping Core Fun
SOLIDWORKS SHEET METAL TOOLS CAN DESIGN PRODUCT PACKAGINGAn egg of such grandeur deserves a luxury home.SOLIDWORKS Sheet Metal tools can be applied to a cardboard medium to produce intricate and functional packaging designs.Employing multibody part d....

 Solid Solutions | Trimech Group

MENU
Top