nasa / nasa/CompDam_DGD

Abaqus internal error in package_dp

Open
#15 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Fortran
Stars
160
Forks
68
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the package_dp path and the Abaqus version and SIN_CAP conditions described in the issue. Check whether the repository has a controllable point for this pre-solver memory failure; no file or test is named, so done would require a maintainer-confirmed fix or documented limitation.

Written by the indexing model from the issue text.

Assessment

Tech stack
fortran
Domain
tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.