The Plane Stress Problem
The Plane Stress Problem
The Plane Stress Problem
Siva Srinivas Kolukula Structural Mechanics Laboratory IGCAR, Kalpakkam INDIA Email alwayzitzme(at)gmail.com _____________________________________________________________________________________
1. Introduction
The plane stress analysis refers to the problems where the thickness of the structure is very small compared to other dimensions of the structure in the XY plane. The plane stress problem is a 2D problem. The stresses in the z direction are considered to be negligible, , the stress-strain compliance relationship for an isotropic material becomes,
The three zero stress entries in the stress vector indicate that we can ignore their associated columns in the compliance matrix (i.e. columns 3, 4, and 5). If we also ignore the rows associated with the strain components with z-subscripts, the compliance matrix reduces to a simple 3x3 matrix,
The stiffness matrix for plane stress is found by inverting the plane stress compliance matrix, and is given by,
Assuming that the negligible principal stress is oriented in the z-direction. On reducing the 3D stress matrix to the 2D plane stress matrix, by removing all components with z subscripts we get,
Where
Figure 1 : Internal forces of thin plate in plane stress
3. Problem Unknowns
The unknown fields are displacements, strains and stresses. As the stress along the thickness of the plate is negligible the dependence on z disappears and all such components become functions of x and y only. Displacements: The in-plane displacement field is defined by two components:
The transverse displacement component uz(x, y, z) component is generally nonzero because of Poissons ratio effects, and depends on z. However, this displacement does not appear in the governing equations. Strains: The in-plane strain field forms a tensor defined by three independent components: exx , eyy and exy.
Stresses: The in-plane stress field forms a tensor defined by three independent components: xx , yy and xy.
The displacement field ue(x, y) over the element is interpolated from the node displacements.
Where
This N (with superscript e omitted to reduce clutter) is called the shape function matrix. It has dimensions 2 2n. Differentiating the finite element displacement field yields the strain-displacement relations:
This B = DN is called the strain-displacement matrix. It is dimensioned 3 2n. Thus the element stiffness matrix is given by:
Where
stands for the force on the interior of plate and e for the boundary surface of the plate.
5. Example Problem:
Here an example problem is considered. A thin plate under uniform traction forces at extremes is considered. The following are the data used in the code
Youngs Modulus, E = 2.1*1011 Nm/kg2 Plate thickness, h = 0.02504 m Poissons Ration, = 0.3 Length of the plate, a = 1m Breadth of the plate, b = 1m Load = 1*105 N
Four nodes Isoparametric elements are used. 100 elements are used. The problem case and the meshing of the plate is shown in figure 2. The static analysis is done and the results obtained are checked with standard FEM software. To show the accuracy of the code, the present code values and FEM software values are compared in table 1. Unknown Maximum UX Minimum UX Maximum UY Minimum UY MATLAB 3.4744e-007 m -3.4744e-007 1.2783e-007 m -8.5757e-008 m FEM software 3.47441E-07 m -3.47441E-07 m 1.27826E-07 m -8.57570E-08
The following figures show the deformed plate under the traction, displacement field distribution using the present code and standard FEM software. It shows that both the present code is in perfect match with standard FEM software package.
References:
1. Introduction to Finite Element Methods University of Colorado 2. Concepts and Applications of Finite Element Analysis Robert D. Cook