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

This commit is contained in:
김경종
2026-05-29 17:05:53 +09:00
parent b7f84e1c0f
commit b7b79e38b1
64 changed files with 3131 additions and 48 deletions
@@ -0,0 +1,60 @@
---
type: concept
title: "Finite Element Load Vector Assembly"
complexity: intermediate
domain: computational-mechanics
created: 2026-05-29
updated: 2026-05-29
address: c-000068
aliases:
- equivalent nodal forces
- finite element force vector
- load vector assembly
tags:
- concept
- finite-element-method
- assembly
- loading
status: current
related:
- "[[Direct Stiffness Method]]"
- "[[Finite Element Method]]"
- "[[Beam and Frame Finite Elements]]"
- "[[Plane Stress and Plane Strain Elements]]"
- "[[Finite Element Thermal Stress Analysis]]"
- "[[Abaqus Surface and Assembly Modeling]]"
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]]"
---
# Finite Element Load Vector Assembly
## Definition
Finite element load vector assembly converts applied loads into nodal force terms compatible with the element interpolation and then assembles those element force vectors into the global right-hand side.
## How It Works
Concentrated nodal loads can be placed directly into the global force vector. Distributed loads, body forces, surface tractions, heat sources, fluxes, and thermal strains must be converted into equivalent nodal terms before assembly.
The source introduces this through distributed beam loading and later through body and surface forces in plane elements, equivalent nodal forces, and thermal force vectors. The same mapping principle is used: the load is weighted by the element interpolation or work-equivalent statement so that the nodal force vector performs the same virtual work as the original distributed load.
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.
## 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.
## Connections
- [[Direct Stiffness Method]] assembles load vectors alongside stiffness matrices.
- [[Beam and Frame Finite Elements]] use equivalent nodal forces for distributed loads.
- [[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.
## 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]]