add wiki
Tests / Hermetic test suite (push) Has been cancelled
Tests / Skill frontmatter validation (push) Has been cancelled

This commit is contained in:
김경종
2026-06-01 09:36:33 +09:00
parent b7b79e38b1
commit b195ac126c
74 changed files with 3421 additions and 402 deletions
+14 -1
View File
@@ -4,7 +4,7 @@ title: "Abaqus Element Library"
complexity: advanced
domain: computational-mechanics
created: 2026-05-29
updated: 2026-05-29
updated: 2026-06-01
address: c-000056
aliases:
- ABAQUS element library
@@ -18,7 +18,12 @@ status: current
related:
- "[[Abaqus Theory Manual]]"
- "[[Abaqus-Analysis-User-s-Guide-Volume-I|Abaqus Analysis User's Guide Volume I]]"
- "[[Abaqus-Analysis-User-s-Guide-Volume-IV|Abaqus Analysis User's Guide Volume IV]]"
- "[[ABAQUS]]"
- "[[Abaqus Element Selection and Formulation]]"
- "[[Abaqus Continuum Element Families]]"
- "[[Abaqus Structural Element Families]]"
- "[[Abaqus Element Indexes and Naming Conventions]]"
- "[[Abaqus Spatial Model Definition]]"
- "[[Abaqus Surface and Assembly Modeling]]"
- "[[Isoparametric Finite Elements]]"
@@ -28,6 +33,7 @@ related:
sources:
- "[[Abaqus Theory Manual]]"
- "[[Abaqus-Analysis-User-s-Guide-Volume-I|Abaqus Analysis User's Guide Volume I]]"
- "[[Abaqus-Analysis-User-s-Guide-Volume-IV|Abaqus Analysis User's Guide Volume IV]]"
---
# Abaqus Element Library
@@ -44,16 +50,22 @@ The library includes continuum solids, infinite elements, membranes, trusses, be
The user guide adds the input-file side of the library: an element definition pairs an element number and connectivity with an element type, then uses element sets, sections, surfaces, and assembly instances to connect that formulation to materials, loads, constraints, and output.
[[Abaqus-Analysis-User-s-Guide-Volume-IV|Volume IV]] adds the selection side of the library. It organizes elements by family, active degrees of freedom, number of nodes, interpolation order, formulation, integration rule, section requirements, and product availability.
## Formulation Choices
- Full integration improves rank and suppresses zero-energy modes but may lock in bending or incompressible limits.
- Reduced integration can lower cost and improve some strain estimates but may introduce hourglass modes.
- Selective reduced integration and hybrid elements address volumetric locking and incompressibility.
- Second-order elements are often preferred for smooth elliptic problems, while first-order or enriched elements are common in localization, contact, and severe nonlinearity.
- Element names encode practical choices: `R` commonly marks reduced integration, `H` marks hybrid pressure treatment, and family prefixes identify continuum, shell, beam, connector, cohesive, acoustic, Eulerian, and particle elements.
## Connections
- [[Isoparametric Finite Elements]] gives the common mapping and interpolation language.
- [[Abaqus Element Selection and Formulation]] explains how family, degrees of freedom, interpolation, formulation, and integration become a concrete element choice.
- [[Abaqus Continuum Element Families]] and [[Abaqus Structural Element Families]] split the largest element families by modeling abstraction.
- [[Abaqus Element Indexes and Naming Conventions]] decodes the element-name and product-availability lookup layer.
- [[Reduced Integration and Hourglass Control]] explains the main under-integration tradeoff.
- [[Hybrid Incompressible Elements]] explains the mixed treatment used when displacement-only elements become too stiff.
- [[Solid Element Stiffness Integration]] is the local stiffness assembly case for three-dimensional continuum elements.
@@ -64,3 +76,4 @@ The user guide adds the input-file side of the library: an element definition pa
- [[Abaqus Theory Manual]]
- [[Abaqus-Analysis-User-s-Guide-Volume-I|Abaqus Analysis User's Guide Volume I]]
- [[Abaqus-Analysis-User-s-Guide-Volume-IV|Abaqus Analysis User's Guide Volume IV]]