42. fe_post — A postprocessor for ABAQUS output files.

A postprocessor for ABAQUS output files.

The ABAQUS .fil output file can be scanned and translated into a pyFormex script with the ‘postabq’ command. Use it as follows:

postabq job.fil > job.py

Then execute the created script from inside pyFormex.

Classes defined in module fe_post

class fe_post.FeResult(name='__FePost__', datasize={'S': 6, 'U': 3, 'COORD': 3})
Export()

Align on the last increment and export results

do_nothing(*arg, **kargs)

A do nothing function to stand in for as yet undefined functions.

getSteps()

Return all the step keys.

getIncs(step)

Return all the incs for given step.

getres(key, domain='nodes')

Return the results of the current step/inc for given key.

The key may include a component to return only a single column of a multicolumn value.

printSteps()

Print the steps/increments/resultcodes for which we have results.

Functions defined in module fe_post

Documentation

Previous topic

41. fe_abq — Exporting finite element models in Abaqus™ input file format.

Next topic

43. postproc — Postprocessing functions

This Page