Stiffness matrix of bending plate

AI Thread Summary
The discussion centers on the stiffness matrix for bending elements in elasticity theory, specifically addressing the equation involving the strain matrix B, bending coefficient matrix Db, shear coefficient matrix Ds, and the determinant of the Jacobian matrix det(J). The book suggests using Gauss integration to solve the equation, recommending 2 Gauss points for the first term and 1 for the second to mitigate shear locking. A question arises regarding the polynomial order of the resulting equation from the multiplication of these terms and whether Gauss integration is appropriate given this complexity. It is clarified that while Gauss integration can always be performed, its effectiveness depends on the context, as it typically provides a sufficiently accurate approximation for finite element models. The discussion also notes that there are various numerical integration methods available beyond Gauss integration, emphasizing that it is not the sole approach for finite element analysis.
Ronankeating
Messages
62
Reaction score
0
hi,

I'm studying the book for elasticity theory and I stuck at one of the equation in that book, the stiffness matrix for elements(thin or thick plate) in bending is given in that form

ke= t∫∫BT*Db*B*det(J)dζdη+∫∫BT*Ds*B*det(J)dζdη
  • B is the strain matrix(5x12) where the inner products include the shape function and derivation of shape function regarding the ζ and η.
  • Db is the bending coefficient matrix (5x5) (scalar)
  • Ds is the shear coefficient matrix (5x5) (scalar)
  • det(J) is the determinant of Jacobian matrix (2x2)
and book suggests that the equation can be solved by carrying out the Gauss integration, with 2 Gauss points for 1st term and 1 Gauss point for 2nd term, in order to avoid the shear locking phenomenon.

The question is:
Since I know that shape function(Ni = 1/4(1 + ξ*ξi )(1 + η*ηi)) is bilinear of ζ and η. B matrix is 1st order bilinear, so BT*Db*B yieleds 2nd order. Form of det(J) is also ζ and η dependant. Multiplication of all of this terms will result in at least 3 order form of equation , is that really can be solved with Gauss integration?

Regards,
 
Engineering news on Phys.org
Gaussian integration with n points (in one dimension) is exact for polynomials of order 2n-1.

In any case, there are often reasons NOT to want to do "exact" integration. (For example you mentioned one reason, to avoid shear locking). Gaussian integration is similar to fitting an approximate polynomial to the "exact" function by least squares, and integrating the approximate polynomial.
 
Thanks in advance,

So as a result Gauss integration can be performed?
 
Well, obviously it CAN always be performed. The question is whether it is a good or bad way to evaluate the integrals. Usually, it's a good way, or at least "good enough", considering the output from the FE model is only an approximation to the "exact" solution of a continuum mechanics problem, and the continuum mechanics problem is only an approximation to the real-world situation.

There are other numerical integration methods which you might find out about later in your course, so don't get the idea that it's the ONLY way to do numerical integration for finite elements.
 
Thanks a lot
 

Similar threads

Replies
40
Views
17K
Back
Top