VEXTERNALDB

User subroutine that gives control to the user at key moments of the analysis so that data can be exchanged dynamically among Abaqus user subroutines and with external programs or files.

User subroutine VEXTERNALDB:

  • is called once at the beginning of the analysis, at the beginning of each step, before each increment, at the start of each increment, at the end of each increment, at the end of each step, and finally at the end of the analysis;

  • can be used to communicate data between external programs and user subroutines within Abaqus/Explicit;

  • can be used to control the time incrementation of the Abaqus/Explicit analysis;

  • can be used to control the output of the restart data for the analysis;

  • can be used either to skip the remainder of an Abaqus step or to terminate the analysis;

  • can be used to open and close external files as needed for exchange of data with the Abaqus analysis;

  • can be used to exchange data with other user subroutines via user-allocated global and thread-local arrays (see Allocatable arrays) and;

  • can be used to exchange data with other Abaqus processes via an MPI mechanism (see Obtaining parallel processes information) in domain-parallel analyses.

The following topics are discussed:

Related Topics
In Other Guides
About user subroutines and utilities

ProductsAbaqus/Explicit