Skip to main content

inp

Abaqus - INP file number precision

Submitted by neslon on

Hi all!



I am working in a design optimization process MATLAB-ABAQUS and i need that abaqus writes the nodal coordinates in the inp file with at least 12 significant digits. If i change nodal output precision to full in the job manager i only get 9 digits.

I already changed numDigits in session.journalOptions.defaultFormat, session.journalOptions.fieldReportFormat and session.journalOptions.geometryFormat by submitting in the command line



nf = NumberFormat(numDigits=12, precision=0, format=ENGINEERING)