69 lines
2.7 KiB
Markdown
69 lines
2.7 KiB
Markdown
---
|
|
type: concept
|
|
title: "Abaqus Matrix Generation and Reduced Models"
|
|
complexity: advanced
|
|
domain: computational-mechanics
|
|
created: 2026-05-29
|
|
updated: 2026-05-29
|
|
address: c-000084
|
|
aliases:
|
|
- Abaqus matrix generation
|
|
- Abaqus generated matrices
|
|
- Abaqus reduced matrix models
|
|
tags:
|
|
- concept
|
|
- finite-element-method
|
|
- abaqus
|
|
- matrix-assembly
|
|
- model-reduction
|
|
status: current
|
|
related:
|
|
- "[[Abaqus-Analysis-User-s-Guide-Volume-II|Abaqus Analysis User's Guide Volume II]]"
|
|
- "[[Abaqus Matrix-Based Model Definition]]"
|
|
- "[[Abaqus Substructuring and Submodeling]]"
|
|
- "[[Direct Stiffness Method]]"
|
|
- "[[Finite Element Program Implementation]]"
|
|
sources:
|
|
- "[[Abaqus-Analysis-User-s-Guide-Volume-II|Abaqus Analysis User's Guide Volume II]]"
|
|
source_refs:
|
|
- source: "[[Abaqus-Analysis-User-s-Guide-Volume-II|Abaqus Analysis User's Guide Volume II]]"
|
|
raw_path: ".raw/AbaqusAnalysisUserGuide2/"
|
|
raw_files:
|
|
- "AbaqusAnalysisUserGuide2_081.md"
|
|
- "AbaqusAnalysisUserGuide2_082.md"
|
|
- "AbaqusAnalysisUserGuide2_075.md"
|
|
md_indices:
|
|
- 81
|
|
- 82
|
|
- 75
|
|
match: "heuristic-heading-keyword"
|
|
confidence: high
|
|
---
|
|
|
|
# Abaqus Matrix Generation and Reduced Models
|
|
|
|
## Definition
|
|
|
|
Abaqus matrix generation is a linear perturbation procedure that exports stiffness, mass, viscous damping, structural damping, and load matrices from an Abaqus model for reuse or exchange.
|
|
|
|
## How It Works
|
|
|
|
The procedure can generate global assembled matrices or element-by-element matrices. It can include preload and initial-stress effects when geometric nonlinearity is active, and it can write matrix data to SIM files or text formats for later Abaqus input or external software.
|
|
|
|
The generated load matrix contains integrated nodal load vectors for load cases defined in the matrix generation step. Matrix generation can be scoped to an element set, to finite element contributions, or to matrix input contributions.
|
|
|
|
## Why It Matters
|
|
|
|
Matrix generation exposes the algebraic representation behind a finite element model without exposing the original mesh, material, or modeling details. It is useful for model exchange, vendor interaction, reduced-order workflows, and coupling finite element models with external simulation tools.
|
|
|
|
## Connections
|
|
|
|
- [[Abaqus Matrix-Based Model Definition]] covers the complementary input side: using matrices inside a model.
|
|
- [[Direct Stiffness Method]] is the classical stiffness-assembly view behind generated matrices.
|
|
- [[Finite Element Program Implementation]] provides the data-flow context from element matrices to global matrices and output.
|
|
|
|
## Sources
|
|
|
|
- [[Abaqus-Analysis-User-s-Guide-Volume-II|Abaqus Analysis User's Guide Volume II]]
|
|
|