Unit 1 notes
Unit 1 notes
Elements
2.1 Introduction
Spring and bar elements are the simplest types of finite elements used in structural
mechanics.
3. Solved Problems
Solution:
For a series spring system:
1/k_eq = 1/k1 + 1/k2
k_eq = 66.67 N/m
Solution:
k = (AE)/L = (100 x 10^-6 * 200 x 10^9) / 2 = 10^7 N/m
Key Features:
- Based on equilibrium equations and compatibility conditions.
- Uses matrix algebra to assemble the global stiffness matrix.
- Suitable for truss, beam, and frame analysis.
2. Basic Concepts
The Direct Stiffness Method relies on the principle that the force in an element is
proportional to its displacement, following Hooke’s Law:
F=ku
where:
- F is the force,
- k is the stiffness coefficient,
- u is the displacement.
Each element in a structure contributes to the overall stiffness of the system, and the
method involves assembling the individual element stiffness matrices into a global stiffness
matrix.
k_e = (EA/L) * [ 1 -1
-1 1 ]
where:
- E = Modulus of elasticity,
- A = Cross-sectional area,
- L = Length of the element.
4. Solution Procedure
1. Discretization: Divide the structure into finite elements.
2. Local Stiffness Matrix Calculation: Compute element stiffness matrices.
3. Global Stiffness Matrix Assembly: Assemble element matrices into a global matrix.
4. Apply Boundary Conditions: Modify the stiffness matrix to incorporate supports.
5. Solve for Displacements: Use matrix inversion or Gaussian elimination.
6. Compute Element Forces: Use the displacement values to calculate forces.
5. Solved Example
Consider a 2-bar truss as shown below:
- Node 1 is fixed.
- Node 2 is free.
- Bar properties: E = 200 GPa, A = 0.002 m².
- Bar lengths: 1 m.
- An external force of 10 kN is applied at Node 2.
6. Conclusion
The Direct Stiffness Method provides a structured and efficient way to analyze structures by
formulating and solving stiffness matrices. It is widely implemented in FEM software and
serves as a foundation for complex structural analysis.