Skip to content

Abaqus internal error in package_dp #15

@acbergan

Description

@acbergan

Symptom:
In large models, the following error may occur during package_dp (before the solver starts):

***ERROR: Abaqus/Explicit has encountered an internal error during the
***ERROR: analysis. Please report the issue to local office.

Cause:
A hard limit is hit on Abaqus memory buffer (the packager converts all the information in the input file into matrices, vectors, etc.)

Workarounds:
To reduce memory required:

  • Reduce DOFs in model
  • Change *equation constraints to *kinematic constraints
  • Change “Surface to Surface” ties to “Node to Surface” ties

Also try:

  • Run with Abaqus 2019+
  • Increase SIN_CAP (os.environ[‘ABA_SINT_CAP’] = ‘16000’)

Solution:
Simulia is aware of the issue and is working to fix it in the next release

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions