Module 3 Notes
Module 3 Notes
Let's solve Q5: For the spring assembly shown in the figure, we need to derive the:
Global force matrix
Global displacement matrix
Global stiffness matrix
Let me know if you want the derivative of shape functions (needed for strain-displacement
matrix) or to extend this to natural coordinates
MODULE-3
Constant-Strain Triangular (CST) Element Overview
A CST element is a 2D triangular element with three nodes and linear displacement
interpolation. It assumes constant strain over the element.
Two-Dimensional State of Stress and Strain
Here is a worked example for understanding the Two-Dimensional State
of Stress and Strain, specifically for plane stress conditions. This is
fundamental in finite element analysis, especially when dealing with thin
structures like plates.
Derivation of the Constant-Strain Triangular(CST) Element
Stiffness Matrix and Equations
WORKED EXAMPLE: CST ELEMENT STIFFNESS MATRIX
Worked Example Based on CST Derivation (Like Fig. 6.6)
MODULE 5
3D Stress and Strain
Applications:
Node coordinates:
Node 1: (0, 0, 0)
Node 2: (a, 0, 0)
Node 3: (a, b, 0)
Node 4: (0, b, 0)
Node 5: (0, 0, c)
Node 6: (a, 0, c)
Node 7: (a, b, c)
Node 8: (0, b, c)
The typical finite element formulation for a linear 4-node
tetrahedral element (T4).
YES
MODULE 5
Plate bending
The stiffness matrix for a plate bending element describes the resistance of a
plate to bending deformations. It relates the nodal displacements
(deflections and rotations) to the applied forces (bending moments and shear
forces). A common example is the plate bending element with three nodes,
where the stiffness matrix relates the nodal deflections and rotations to the
applied moments.
Let's consider a simple 3-node plate element with a single degree of freedom
per node (deflection at the node). The stiffness matrix for such an element
can be derived using the finite element method.
Nodal Points: Let's assume the element has three nodes: 1, 2, and 3.
where:
The stiffness matrix 'K' relates the nodal forces to the nodal
displacements. It's derived by minimizing the total potential energy of the
plate. In this case, the stiffness matrix will be a 3x3 matrix (since we have 3
degrees of freedom).
Code
where:
Element Area: Assume the area of the element is 100 square units.
Based on the above assumptions, a simplified stiffness matrix might look like
this:
Code
where:
6. Interpretation:
This matrix relates the applied bending moments at the nodes to the
resulting deflections. For instance, a force applied at node 1 will cause
deflections at all nodes, and the stiffness matrix elements (k11, k12, k13,
etc.) quantify those relationships.