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
@@ -4,7 +4,7 @@ title: "Finite Element Load Vector Assembly"
complexity: intermediate
domain: computational-mechanics
created: 2026-05-29
updated: 2026-05-29
updated: 2026-06-01
address: c-000068
aliases:
- equivalent nodal forces
@@ -23,9 +23,12 @@ related:
- "[[Plane Stress and Plane Strain Elements]]"
- "[[Finite Element Thermal Stress Analysis]]"
- "[[Abaqus Surface and Assembly Modeling]]"
- "[[Abaqus Loads and Predefined Fields]]"
- "[[Abaqus Prescribed Conditions and Amplitudes]]"
sources:
- "[[A-First-Course-in-the-Finite-Element-Method|A First Course in the Finite Element Method]]"
- "[[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]]"
---
# Finite Element Load Vector Assembly
@@ -42,6 +45,8 @@ The source introduces this through distributed beam loading and later through bo
The Abaqus user guide shows the production modeling counterpart: named surfaces are used to apply pressure, traction, radiation, pretension, coupling, and other surface-based model features before the solver converts them into finite element contributions.
[[Abaqus-Analysis-User-s-Guide-Volume-V|Volume V]] broadens this to the full prescribed-condition layer: concentrated and distributed loads, thermal loads, electromagnetic loads, acoustic and shock loads, pore-fluid flow, pretension, connector loads and motions, and predefined fields all enter the model through procedure-compatible definitions and optional amplitudes.
## Why It Matters
Stiffness assembly alone does not define a finite element problem. Incorrectly transformed or assembled loads can produce wrong reactions, stress fields, and convergence behavior even when the element stiffness matrix is correct.
@@ -53,8 +58,11 @@ Stiffness assembly alone does not define a finite element problem. Incorrectly t
- [[Plane Stress and Plane Strain Elements]] require body and surface force vectors.
- [[Finite Element Thermal Stress Analysis]] treats thermal strain as an equivalent initial force contribution.
- [[Abaqus Surface and Assembly Modeling]] supplies the named surfaces used by production input files for many distributed loads.
- [[Abaqus Loads and Predefined Fields]] catalogs the Abaqus load and field workflows.
- [[Abaqus Prescribed Conditions and Amplitudes]] controls how loads vary through step or total time.
## Sources
- [[A-First-Course-in-the-Finite-Element-Method|A First Course in the Finite Element Method]]
- [[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]]