modify wiki
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
---
|
||||
type: concept
|
||||
title: "Abaqus Surface and Assembly Modeling"
|
||||
complexity: advanced
|
||||
domain: computational-mechanics
|
||||
created: 2026-05-29
|
||||
updated: 2026-05-29
|
||||
address: c-000074
|
||||
aliases:
|
||||
- Abaqus surfaces
|
||||
- Abaqus assemblies
|
||||
- Abaqus part instances
|
||||
tags:
|
||||
- concept
|
||||
- finite-element-method
|
||||
- abaqus
|
||||
- contact
|
||||
- assembly
|
||||
status: current
|
||||
related:
|
||||
- "[[Abaqus-Analysis-User-s-Guide-Volume-I|Abaqus Analysis User's Guide Volume I]]"
|
||||
- "[[Abaqus Spatial Model Definition]]"
|
||||
- "[[Finite Element Contact Formulation]]"
|
||||
- "[[Finite Element Load Vector Assembly]]"
|
||||
- "[[ABAQUS]]"
|
||||
sources:
|
||||
- "[[Abaqus-Analysis-User-s-Guide-Volume-I|Abaqus Analysis User's Guide Volume I]]"
|
||||
---
|
||||
|
||||
# Abaqus Surface and Assembly Modeling
|
||||
|
||||
## Definition
|
||||
|
||||
Abaqus surface and assembly modeling is the workflow for defining named geometric interfaces and reusable part-instance structures in an Abaqus model.
|
||||
|
||||
## How It Works
|
||||
|
||||
Surfaces are named regions used for contact and interactions, distributed loads, tie and coupling constraints, cavities, radiation, pretension sections, integrated output sections, and free body output. The guide distinguishes element-based, node-based, analytical rigid, and Eulerian material surfaces. Surface definitions have orientation and normal direction, but they are geometric or topological abstractions rather than volumetric elements.
|
||||
|
||||
Assemblies organize reusable parts and positioned instances. A part contains its own nodes, elements, sets, surfaces, and sections; an instance places that part into the assembly. The assembly then defines interactions, constraints, and analysis-level references between instances. Names are scoped within parts, instances, and the assembly.
|
||||
|
||||
Typical input-file boundaries are `*PART` / `*END PART`, `*INSTANCE` / `*END INSTANCE`, and `*ASSEMBLY` / `*END ASSEMBLY`.
|
||||
|
||||
## Why It Matters
|
||||
|
||||
Surfaces and assemblies are the practical bridge between mesh topology and engineering modeling. They allow a finite element model to express contact interfaces, distributed loads, constraints, and repeated components without flattening everything into one global node and element list.
|
||||
|
||||
## Connections
|
||||
|
||||
- [[Finite Element Contact Formulation]] depends on stable surface definitions for interface constraints.
|
||||
- [[Finite Element Load Vector Assembly]] uses surfaces when distributed surface tractions or pressures are converted into equivalent nodal terms.
|
||||
- [[Abaqus Spatial Model Definition]] supplies the nodes, elements, and sets that surfaces and assemblies reference.
|
||||
|
||||
## Sources
|
||||
|
||||
- [[Abaqus-Analysis-User-s-Guide-Volume-I|Abaqus Analysis User's Guide Volume I]]
|
||||
Reference in New Issue
Block a user