61 lines
2.9 KiB
Markdown
61 lines
2.9 KiB
Markdown
---
|
|
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]]
|