Files
MultiPhysicsVault/wiki/concepts/Abaqus Output Database and Results Files.md
김경종 553842ac3b
Tests / Hermetic test suite (push) Has been cancelled
Tests / Skill frontmatter validation (push) Has been cancelled
modify wiki
2026-06-02 16:57:41 +09:00

3.1 KiB

type, title, complexity, domain, created, updated, address, aliases, tags, status, related, sources, source_refs
type title complexity domain created updated address aliases tags status related sources source_refs
concept Abaqus Output Database and Results Files intermediate computational-mechanics 2026-05-29 2026-05-29 c-000078
Abaqus ODB
Abaqus results file
Abaqus output files
concept
finite-element-method
abaqus
output
postprocessing
current
Abaqus-Analysis-User-s-Guide-Volume-I
Abaqus Job Execution Workflow
Abaqus Input File Syntax
Finite Element Modeling and Convergence Checks
Finite Element Program Implementation
Abaqus-Analysis-User-s-Guide-Volume-I
source raw_path raw_files md_indices match confidence
Abaqus-Analysis-User-s-Guide-Volume-I .raw/AbaqusAnalysisUserGuide1/
AbaqusAnalysisUserGuide1_061.md
AbaqusAnalysisUserGuide1_045.md
AbaqusAnalysisUserGuide1_044.md
AbaqusAnalysisUserGuide1_063.md
61
45
44
63
heuristic-heading-keyword high

Abaqus Output Database and Results Files

Definition

Abaqus output database and results files are the persistent files through which Abaqus reports computed fields, histories, diagnostics, status information, restart data, and selected analysis results.

How It Works

Common output files include the data file (.dat), output database (.odb), SIM database (.sim), selected results file (.fil), message file (.msg), status file (.sta), and restart files. Different Abaqus products and procedures may create different combinations of files.

The output database stores field output, history output, and diagnostic information. Field output is usually spatially broad and written less frequently, such as stress or displacement fields over model regions. History output is written more frequently at selected points or regions, such as a reaction force, displacement, energy, or contact quantity over time.

The selected results file is a lower-level record stream intended for external or custom postprocessing. It uses record keys and attributes, references internal node and element numbers, and can be accessed by utility routines such as INITPF, DBRNU, DBFILE, POSFIL, and DBFILW.

Why It Matters

Output control is part of the analysis model. Too little output hides modeling or convergence problems; too much output increases runtime and file size. The distinction between field output, history output, diagnostics, and selected results files determines how an analyst validates, debugs, and postprocesses an analysis.

Connections

Sources