68 lines
3.6 KiB
Markdown
68 lines
3.6 KiB
Markdown
---
|
|
type: concept
|
|
title: "Abaqus Surface and Assembly Modeling"
|
|
complexity: advanced
|
|
domain: computational-mechanics
|
|
created: 2026-05-29
|
|
updated: 2026-06-01
|
|
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-Analysis-User-s-Guide-Volume-V|Abaqus Analysis User's Guide Volume V]]"
|
|
- "[[Abaqus Spatial Model Definition]]"
|
|
- "[[Finite Element Contact Formulation]]"
|
|
- "[[Abaqus Contact Interaction Definition]]"
|
|
- "[[Abaqus Surface-Based Constraints and Couplings]]"
|
|
- "[[Abaqus Cavity Radiation Interactions]]"
|
|
- "[[Finite Element Load Vector Assembly]]"
|
|
- "[[ABAQUS]]"
|
|
sources:
|
|
- "[[Abaqus-Analysis-User-s-Guide-Volume-I|Abaqus Analysis User's Guide Volume I]]"
|
|
- "[[Abaqus-Analysis-User-s-Guide-Volume-V|Abaqus Analysis User's Guide Volume V]]"
|
|
---
|
|
|
|
# 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.
|
|
|
|
[[Abaqus-Analysis-User-s-Guide-Volume-V|Volume V]] shows the consequences of those surface definitions: the same surface infrastructure drives general contact, contact pairs, surface-based tie and coupling constraints, shell-to-solid coupling, contact properties, diagnostic output, and cavity radiation facets.
|
|
|
|
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.
|
|
- [[Abaqus Contact Interaction Definition]] defines the contact domains and pairs that consume surfaces.
|
|
- [[Abaqus Surface-Based Constraints and Couplings]] uses surfaces to connect mismatched meshes and reference points.
|
|
- [[Abaqus Cavity Radiation Interactions]] uses element-based surfaces as radiating facets.
|
|
- [[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]]
|
|
- [[Abaqus-Analysis-User-s-Guide-Volume-V|Abaqus Analysis User's Guide Volume V]]
|