3.1 KiB
type, title, complexity, domain, created, updated, address, aliases, tags, status, related, sources
| type | title | complexity | domain | created | updated | address | aliases | tags | status | related | sources | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| concept | Abaqus Job Execution Workflow | intermediate | computational-mechanics | 2026-05-29 | 2026-05-29 | c-000076 |
|
|
current |
|
Abaqus Job Execution Workflow
Definition
Abaqus job execution workflow is the set of command-line and utility operations used to run, check, continue, recover, convert, and postprocess Abaqus analyses.
How It Works
The guide centers execution on the abaqus command. A job normally has a job name, an input file, and options that select analysis behavior. Common modes include full analysis, data check, syntax check, parameter check, continuation, conversion, and recovery.
Abaqus utilities extend the workflow beyond solving. The guide covers launching CAE or Viewer, running Python, fetching samples, compiling user subroutines, converting output databases, reporting results, translating external data, mapping thermal or magnetic loads, and assembling matrix data.
Volume II adds execution consequences for analysis techniques: restart requests must be written before continuation is possible, import workflows depend on saved state files, co-simulation jobs need synchronized restart behavior, and user subroutines must be supplied again for restarted runs because they are not stored in restart files.
Why It Matters
Execution is the operational boundary between model definition and numerical results. It determines which input file is parsed, what checks run before solving, which files are created, whether a failed analysis can be continued or recovered, and how external code such as user subroutines enters the analysis.
Connections
- Abaqus Input File Syntax defines the input consumed by the job.
- Abaqus Resource and Parallel Execution controls memory, scratch storage, CPU usage, MPI/threading, and GPU settings.
- Abaqus Output Database and Results Files describes the files produced by execution.
- Abaqus Restart and Results Transfer describes staged continuation and state import workflows.
- Abaqus User Subroutines and Utility Routines describes compiled extension code attached to job execution.