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

This commit is contained in:
김경종
2026-06-02 16:33:07 +09:00
parent bd50e09e36
commit b13258af9f
886 changed files with 12680 additions and 93 deletions
@@ -4,7 +4,7 @@ title: "Finite Element Load Vector Assembly"
complexity: intermediate
domain: computational-mechanics
created: 2026-05-29
updated: 2026-06-01
updated: 2026-06-02
address: c-000068
aliases:
- equivalent nodal forces
@@ -25,10 +25,13 @@ related:
- "[[Abaqus Surface and Assembly Modeling]]"
- "[[Abaqus Loads and Predefined Fields]]"
- "[[Abaqus Prescribed Conditions and Amplitudes]]"
- "[[Midas Civil Moving Load Bridge Analysis]]"
- "[[Midas Civil Special Load and Design Utilities]]"
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]]"
- "[[Midas-Civil-Analysis-Reference|Midas Civil Analysis Reference]]"
---
# Finite Element Load Vector Assembly
@@ -47,6 +50,8 @@ The Abaqus user guide shows the production modeling counterpart: named surfaces
[[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.
[[Midas-Civil-Analysis-Reference|Midas Civil Analysis Reference]] adds bridge load-generation workflows: moving vehicle positions, lane definitions, traffic surface lanes, support settlement combinations, wave forces, and unknown-load optimization all eventually need consistent conversion into structural load vectors or response envelopes.
## 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.
@@ -60,9 +65,11 @@ Stiffness assembly alone does not define a finite element problem. Incorrectly t
- [[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.
- [[Midas Civil Moving Load Bridge Analysis]] and [[Midas Civil Special Load and Design Utilities]] connect load assembly to vehicle placement, settlement, wave, and optimization-generated load cases.
## 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]]
- [[Midas-Civil-Analysis-Reference|Midas Civil Analysis Reference]]