Which version of Python is used by my Abaqus?

To check which version of Python is used in the Abaqus version installed on your system:

In Abaqus/CAE, use the Python interpreter provided in the command line interface at the bottom of Abaqus/CAE

(Abaqus/CAE displays the Python >>> prompt in the command line interface. )

Type the following:

>>> import sys
>>> print(sys.version)

Python config

How to output material constants/coefficients of hyperfoam material model defined from the experimental data

There are two ways to find the material constants for hyperfoam model. The constants/coefficients will be written to .dat file.

1) Using GUI

– Right click on the Job > Edit Job > General

– Under General tab mark the print model definition data

2) If you are running .inp file directly then you need to do the following editing in the .inp file

Level: Job

*Preprint, echo=NO, model=YES, history=NO, contact=NO

by given model=YES , you will be able to output the material constants in the .dat file.