All courses › Finite Element Method › Boundary conditions and Ku = f

Boundary conditions and Ku = f

The global stiffness matrix is singular before boundary conditions are applied, because the structure can still move freely as a rigid body. By fixing known displacements (often zero) and removing the corresponding rows, the system becomes solvable for the remaining unknown displacements.

Ku⃗=f⃗K\vec u = \vec fthe linear system that is solved

Symbols

KKglobal stiffness matrix (after boundary conditions)
u⃗\vec unodal displacements (unknown)m
f⃗\vec fnodal forcesN

Example

Node 1 fixed, force FF at node 2 of a single bar:

u2=FL/(EA)u_2 = FL/(EA) after row/column 1 is removed.

Enough degrees of freedom must be fixed to prevent rigid-body motion, or KK stays singular.
Practise bar elements and stiffness matrices for free →

← Assembly · Shape functions →

Part of Finite Element Method: Bar elements and stiffness matrices.