FEA 30: 2-D Gaussian Quadrature

Schuster Engineering
21 May 201712:50

Summary

TLDRThis video script explains Gaussian quadrature in two dimensions, focusing on its application in finding the stiffness matrix for 2D quadrilateral elements in finite element analysis. It covers single and multiple integration points, illustrating how to use reduced and full integration with examples. The script also discusses the impact of integration methods on structural stiffness, noting that reduced integration can soften the structure.

Takeaways

  • 📐 Gaussian quadrature is extended to two-dimensional elements for numerical integration.
  • 🔍 The concept of single-point integration is introduced, simplifying the process by evaluating integrals at a single point in both directions.
  • 📏 The standard element used is a bilinear quadrilateral element, ranging from -1 to 1 in each direction with an interval width of 2.
  • 🧮 Reduced integration for a linear or Q4 element is explained, which involves evaluating the function at the center of the S&T coordinate system.
  • 🔢 Full integration for a linear quadrilateral element (Q4) is achieved with 2x2 integration points, totaling 4 points.
  • 🔄 The process is further expanded to 3x3 integration points for quadratic quadrilateral elements (Q8), providing exact stiffness matrix results for well-shaped elements.
  • 📑 The integral to resolve involves the BDB terms inside the stiffness matrix expression, which is approximated as a double sum of weights times function evaluations.
  • 📐 The locations for integration points are detailed, including the use of square root values to determine positions in the S and T directions.
  • 🔑 The stiffness matrix for a Q4 element is found using full integration, which involves evaluating the integrand at multiple points and considering the Jacobian determinant.
  • 🔧 The difference between full and reduced integration is highlighted, with full integration providing a stiffer structure and reduced integration potentially softening it.

Q & A

  • What is Gaussian quadrature and how is it extended to two-dimensional elements?

    -Gaussian quadrature is a method for numerical integration, which approximates the integral of a function by using weighted sum of the function's values at specified points. In two-dimensional elements, this concept is extended by using a double sum over the number of intervals in two directions, typically denoted as 's' and 't', to evaluate the integrals at multiple points in both directions.

  • What is the significance of using a single integration point in Gaussian quadrature for 2D elements?

    -Using a single integration point simplifies the calculation by reducing the number of evaluations needed. It's often referred to as reduced integration and is used for linear or bilinear quadrilateral elements. It evaluates the function at the center of the 's' and 't' coordinate system, which is when both 's' and 't' are equal to zero.

  • How does increasing the number of integration points affect the accuracy of the stiffness matrix calculation?

    -Increasing the number of integration points, such as moving from a 1x1 to a 2x2 or 3x3 grid, increases the accuracy of the stiffness matrix calculation. A 2x2 grid provides full integration for a linear quadrilateral element, while a 3x3 grid gives full integration for a quadratic element, potentially yielding exact results for the stiffness matrix.

  • What is the term 'reduced integration' in the context of the script?

    -Reduced integration refers to the practice of using fewer integration points than the full number required for exact integration. This approach can be used to reduce computational cost and sometimes to mitigate issues with overly stiff elements in finite element analysis.

  • Can you explain the term 'stiffness matrix' as mentioned in the script?

    -The stiffness matrix is a key component in finite element analysis that represents the structural stiffness of an element. It relates the nodal forces to the nodal displacements and is used to model the elastic properties of the element.

  • What is the role of the Jacobian determinant in the stiffness matrix calculation?

    -The Jacobian determinant is crucial in transforming the integral from the natural coordinate system ('s' and 't') to the global coordinate system. It accounts for the area transformation between these coordinate systems and is used to scale the integration weights correctly.

  • What does the 'B' matrix represent in the context of the stiffness matrix calculation?

    -The 'B' matrix is derived from the partial derivatives of the shape functions with respect to the coordinates ('s' and 't'). It relates the strains in the element to the nodal displacements and is a part of the stiffness matrix formulation.

  • How does the shape of the element affect the choice between full and reduced integration?

    -The choice between full and reduced integration can depend on the element's shape. For elements with a good shape, full integration can provide exact results. However, for elements with poor shape quality, reduced integration might be used to avoid numerical issues such as locking phenomena.

  • What are the implications of using reduced integration on the structural model's stiffness?

    -Using reduced integration can result in a softer structural model because it effectively reduces the stiffness of the elements. This can be beneficial in some cases to offset the natural tendency of finite element models to be overly stiff.

  • What is the significance of the 'D' matrix in the stiffness matrix calculation?

    -The 'D' matrix, also known as the material matrix, relates the stress and strain in the element according to the material's constitutive law. It is dependent on material properties such as Young's modulus and Poisson's ratio and is independent of the element's geometry.

  • How does the script suggest evaluating the stiffness matrix for a bilinear quadrilateral element?

    -The script suggests evaluating the stiffness matrix for a bilinear quadrilateral element using reduced integration by evaluating the 'B' matrix and the Jacobian determinant at the center of the 's' and 't' coordinate system (where 's' and 't' are both zero).

Outlines

00:00

📐 Introduction to 2D Gaussian Quadrature

The script introduces the concept of Gaussian quadrature in two dimensions, specifically for elements like quadrilaterals. It explains how to find the stiffness matrix for a 2D quadrilateral element using a single integration point. This involves evaluating integrals over the element's area using the Gaussian quadrature approach, which simplifies the process by reducing the number of calculations needed. The script also discusses how increasing the number of integration points can lead to more accurate results, such as using 2x2 or 3x3 integration points for full integration of linear and quadratic quadrilateral elements.

05:02

🔍 Detailed Explanation of Integration Points

This paragraph delves deeper into the specifics of the integration points used in the Gaussian quadrature method. It describes how the integration points are calculated and their coordinates in the s-t coordinate system. The script explains the process of evaluating the function at these points and how these evaluations contribute to the overall stiffness matrix calculation. It also covers the different scenarios of integration points for linear (Q4) and quadratic (Q8) quadrilateral elements, highlighting the importance of accurate integration point selection for achieving exact results.

10:03

📐 Stiffness Matrix Calculation for Quadrilateral Elements

The final paragraph focuses on the practical application of the Gaussian quadrature method for calculating the stiffness matrix of quadrilateral elements. It discusses the process of evaluating the B matrix and the Jacobian determinant at specific integration points for both full and reduced integration approaches. The script provides a step-by-step guide on how to perform these calculations, including the use of the plane stress D matrix and the impact of element thickness and material properties on the stiffness matrix. It concludes with a comparison of the stiffness matrices obtained from full and reduced integration, highlighting the trade-offs between accuracy and computational efficiency.

Mindmap

Keywords

💡Gaussian Quadrature

Gaussian Quadrature is a method for numerical integration, specifically for approximating the integral of a function. In the video, it is extended to two-dimensional elements, which is crucial for calculating the stiffness matrix of 2D quadrilateral elements in finite element analysis. The script describes how this method is applied to evaluate integrals over a quadrilateral element using specific points and weights, which simplifies the computation.

💡Stiffness Matrix

The Stiffness Matrix is a fundamental concept in structural mechanics and finite element analysis, representing the resistance of a structure to deformation. In the video, the process of finding this matrix for a 2D quadrilateral element is discussed. It is calculated using Gaussian quadrature, with different levels of integration affecting the accuracy and computational cost.

💡Integration Points

Integration Points are the locations within the element at which the function to be integrated is evaluated. The video explains how using a single integration point simplifies the process but reduces accuracy, while using multiple points (like 2x2 or 3x3) increases accuracy but requires more computation.

💡Bilinear Quadrilateral

A Bilinear Quadrilateral is a type of element used in finite element analysis, defined by its ability to have linear shape functions in two directions. The video discusses how Gaussian quadrature is applied to this element type, particularly in the context of reduced and full integration schemes.

💡Reduced Integration

Reduced Integration is a technique where fewer integration points are used to approximate the integral, thus reducing computational cost. The video explains that for a linear or Q4 element, reduced integration can lead to a softened structure, which is sometimes used intentionally to offset potential overstiffness in FEA models.

💡Full Integration

Full Integration refers to using the optimal number of integration points to achieve an accurate approximation of the integral. The video contrasts this with reduced integration, noting that full integration typically results in a stiffer model, which is closer to the exact solution for elements with a constant Jacobian.

💡Jacobian Determinant

The Jacobian Determinant is a scalar value resulting from the transformation between coordinate systems and is crucial in the change of variables for integration in finite element analysis. The video describes how it is calculated and used in the context of Gaussian quadrature for 2D elements.

💡Shape Functions

Shape Functions are mathematical functions used to describe the shape of an element in the finite element method. They are used to interpolate field variables within the element. The video mentions that the partial derivatives of these functions with respect to natural coordinates s and t are needed to form the B matrix.

💡B Matrix

The B Matrix is derived from the partial derivatives of shape functions and is used in the formulation of the stiffness matrix. The video explains how the B matrix is constructed and evaluated at specific integration points for both reduced and full integration schemes.

💡Plane Stress

Plane Stress is a state of stress assumed in certain two-dimensional problems where the stress on one face of the material is zero. The video uses this assumption to simplify the calculation of the D matrix, which is a part of the stiffness matrix calculation.

💡Poisson's Ratio

Poisson's Ratio is a measure of the ratio of lateral strain to axial strain in a material under axial load. It is used in the calculation of the D matrix for plane stress or plane strain conditions, as mentioned in the video when constructing the stiffness matrix.

Highlights

Introduction to extending Gaussian quadrature to two-dimensional elements.

Explanation of single integration point for 2D quadrilateral elements.

Concept of reduced integration for linear or Q4 elements.

Advancing to full integration with 2x2 integration points for Q4 elements.

Detailed exploration of the 4 integration points for a 2x2 Gaussian quadrature.

Transition to three integration points in each direction for quadratic elements (Q8).

Integral resolution using 3x3 integration points for Q8 elements.

Description of the stiffness matrix calculation using Gaussian quadrature in 2D.

How to evaluate the stiffness matrix for a Q4 element using full integration.

Process of finding the B matrix for a bilinear quadrilateral element.

Explanation of reduced integration approach for a Q4 element.

Detailed calculation of the B matrix and Jacobian determinant for reduced integration.

Construction of the stiffness matrix using reduced integration for a Q4 element.

Comparison between full and reduced integration in terms of structural stiffness.

Practical application of reduced integration to offset potential over-stiffness in FEA.

Final stiffness matrix obtained through full integration for comparison.

Transcripts

play00:00

this video extends the concept of

play00:02

Gaussian quadrature to two-dimensional

play00:04

elements and then concludes with an

play00:06

example with finding the stiffness

play00:09

matrix for a 2d quadrilateral element

play00:12

when we do 2d integration with a single

play00:16

integration point that's basically like

play00:18

evaluating first one integral in with a

play00:22

single point and then the second

play00:23

integral with a single point so we just

play00:25

evaluate the two integrals applying the

play00:28

Gaussian quadrature approach so instead

play00:30

of having a single summation we're going

play00:33

to have two summations where we sum over

play00:35

the number of intervals in the S

play00:36

direction and then over the number of

play00:38

intervals in the Y I'm sorry in the t

play00:41

direction so for this particular case if

play00:45

I'm using the standard element in for

play00:49

bilinear quadrilateral it's going to go

play00:51

from negative 1 to 1 in each direction

play00:53

so the width of each interval is going

play00:55

to be 2 and I'm evaluating the function

play00:58

right in the middle of the S&T

play01:00

coordinate system so we're s and T are

play01:02

both equal to 0 that gives me my single

play01:05

point integration for a 2d quadrilateral

play01:09

this is called reduced integration for a

play01:12

linear or q for element now if we want

play01:16

to ramp things up a bit we can go to to

play01:19

integration intervals in each direction

play01:21

or 2 by 2 integration points it's going

play01:24

to give us a total of 4 integration

play01:25

points because we have 2 in each

play01:27

direction this gives us full integration

play01:30

for a linear quadrilateral element or q

play01:32

4 in other words it's going to give us

play01:34

exact stiffness matrix results when we

play01:37

have a good element it will give us

play01:39

reduced integration so in complete

play01:42

results for a quadratic quadrilateral

play01:45

element or q 8 element so here's the

play01:48

integral that we're trying to resolve

play01:49

where the integrand in there is the the

play01:53

B DB terms inside the stiffness matrix

play01:56

expression we're going to approximate

play01:58

this as a double sum of the weights

play02:01

times the function evaluation at for

play02:04

total locations two different locations

play02:06

in s in two different locations in T

play02:09

that looks like this where we have the 1

play02:11

in the tool okay

play02:13

for S&T we plug in the actual numbers

play02:15

where we're evaluating at plus and minus

play02:18

one over the square root of three and

play02:20

then let's explore this a little bit

play02:22

this first term corresponds to what we

play02:24

call our first integration point so

play02:26

we're evaluating the function at

play02:28

negative one over the square root of

play02:29

three in the S direction and negative

play02:31

one over the square root of three in the

play02:33

T direction the second term is for the

play02:38

next second integration point we're

play02:40

evaluating in the S direction at a

play02:42

positive 1 on the square root of three

play02:44

and in the T direction at a negative one

play02:46

over the square root of three go to the

play02:48

third term here that corresponds to our

play02:50

third integration point where both the s

play02:52

and T terms are positive and then lastly

play02:56

the fourth integration point where now

play02:59

the S is negative and the T is positive

play03:01

so that explores our 4 integration

play03:04

points those are the four terms that

play03:05

have to be added up together to give us

play03:08

the approximation for a integrand using

play03:14

the 2 by 2 integration points so we're

play03:18

going to ramp it up one more time we can

play03:20

do three integration points in each

play03:22

direction or three intervals across the

play03:26

total negative one to one range for each

play03:28

the s and the T variable this three

play03:31

point integration in each direction

play03:33

gives us full integration for the

play03:35

quadratic element that's so in other

play03:38

words for a q8 element that has a good

play03:41

shape we will get exact results for the

play03:43

stiffness matrix using 3 by 3

play03:45

integration here's the integral that we

play03:47

want to resolve we're going to break it

play03:49

into three widths in the S direction and

play03:53

three widths in the T direction we're

play03:56

going to evaluate each direction at s

play04:00

and T equal to zero but also at plus or

play04:03

minus the square root of 0.6 or the

play04:05

square root of 3/5 let's take a quick

play04:08

look at the first three integration

play04:10

points so it at integration point 1 the

play04:14

width in the s and the T Direction is

play04:17

five ninths and we're evaluating at the

play04:19

position of negative square root of 0.6

play04:23

for F and for T

play04:25

moving up the next integration point we

play04:28

have a width in the in the s direction

play04:32

that's still 5/9 but in the t direction

play04:35

that's our center one that has the wider

play04:37

width so that's our 8/9 width in the T

play04:40

direction and then we're evaluating at

play04:44

negative square root of 0.6 in the S

play04:46

direction and 0 in the T direction and

play04:49

then continuing the Third Point again

play04:53

we're back down to five 9s five ninths

play04:54

and we're doing it at negative square

play04:57

root of 0.6 in the S direction and

play04:59

positive square root of 0.6 in the T

play05:02

direction then we have three more terms

play05:04

corresponding to the middle row there

play05:06

where s is equal to zero at each term

play05:09

and then finally for the the row on the

play05:11

right where s is equal to the square

play05:14

root of three fifths or the square root

play05:15

of 0.6 at each of those so we get a

play05:18

total of nine individual integration

play05:21

points for this 3 by 3 integration so

play05:25

now that we know how to do Gaussian

play05:28

quadrature in 2d let's take a look at

play05:30

that stiffness matrix we want to

play05:31

evaluate so this is in the S&T space at

play05:34

this point we're going from negative 1

play05:35

to 1 so it's a 2 by 2 square and we have

play05:38

B be transpose and the Jacobian

play05:42

determinant all that are defined in

play05:44

terms of s and T if we are evaluating

play05:47

this for a Q for element or by linear

play05:50

quadrilateral with 4 nodes the stiffness

play05:53

matrix can be found by either using full

play05:56

integration full integration is going to

play05:58

be evaluating the four points shown

play05:59

let's walk through how we evaluate it at

play06:02

the first point so the width for each of

play06:06

these rectangles is going to be one by

play06:09

one so one in the s and one in the T

play06:11

direction so one times one times the H

play06:14

it comes from up front then we're going

play06:16

to evaluate the transpose of the B

play06:18

matrix at this location one so where s

play06:21

and T are both equal to minus one over

play06:23

the square root of three then we're

play06:25

going to have our D matrix which usually

play06:26

does not depend on position but it might

play06:28

and then we'll have another b matrix

play06:31

where we're again we're evaluating the

play06:34

same location remember everything along

play06:36

this line is evaluated

play06:37

at this location negative one over

play06:40

square root of three and negative 1 over

play06:42

square root of three then we evaluate

play06:44

our Jacobian at that location and we

play06:48

continue with location to location 3 and

play06:52

location 4 that would be our approximate

play06:56

solution using full integration for aq

play06:59

for element and if that was a good

play07:01

element ie an element that has a

play07:04

constant Jacobian then this would be the

play07:07

exact result as well

play07:08

if the Jacobian is not constant then

play07:10

this would be an approximate solution

play07:12

for reduced integration is very similar

play07:16

except now it's a single rectangle with

play07:18

a width of 2 in each direction so 2

play07:20

times 2 times H and then we simply

play07:22

evaluate everything in the middle of the

play07:24

range so we're S&T both equals 0 so

play07:28

let's put this into practice this is an

play07:30

element that we've looked at before we

play07:32

found the B matrix for it what I want to

play07:34

do now is use that B matrix to find the

play07:37

stiffness matrix for it to use numerical

play07:40

integration that means we've got to

play07:41

evaluate the integrand at the

play07:43

integration points for this element for

play07:45

full integration that's going to be for

play07:47

different points plus and minus 1 over

play07:49

square root of 3 for both s and T for

play07:51

reduced integration we're going to

play07:53

evaluate that integrand at a single

play07:55

location

play07:56

SNT each equal to 0 for right now let's

play07:59

take a look at the reduced integration

play08:00

approach for bilinear quadrilateral in

play08:04

other words a q 4 element the b matrix

play08:06

always looks like this it's made up of

play08:09

partial derivatives of each of our four

play08:11

shape functions with respect to s x and

play08:13

y now remember we had to go through the

play08:15

process of finding the Jacobian and then

play08:17

using the chain rule expansions to find

play08:20

the partial derivatives with respect to

play08:21

x and y because the shape functions are

play08:24

defined in terms of s and T now we did

play08:26

that all in a previous video in that

play08:29

video we found that the partial

play08:31

derivatives of state function 1 with

play08:33

respect to X and y are as shown with

play08:35

respect for shape function 2 for shape

play08:38

function 3 and for shape function for in

play08:42

addition in that process we also had to

play08:45

find what the determinant of the

play08:46

Jacobian was so what we want to do is

play08:49

use all

play08:49

this information from the prior video to

play08:52

find K using for now reduced integration

play08:57

so for reduced integration we want to

play08:59

evaluate this B matrix and the

play09:02

determinant of jacobian where s and T or

play09:05

equal to 1 so we just take our

play09:07

expressions that I just showed you for

play09:09

the partial derivatives and we evaluate

play09:11

them by setting s and T equal to 1 so in

play09:13

this case we get that the departure

play09:16

derivative for shape function 1 with

play09:18

respect to x and y are respectively

play09:20

negative 1 14 and negative 3/14 so I can

play09:24

now plug those right into my B matrix as

play09:27

shown and we're going to find that

play09:29

there's a 14 in the bottom of everything

play09:30

so I'm sticking it out front for shape

play09:33

function 2 we find the partial

play09:36

derivative with respect to X is 414 and

play09:39

with respect to Y is negative 2 14 again

play09:42

I can plug that right into my B matrix

play09:44

evaluating it at S&T equal to 0 with

play09:49

root 4 straight function 3 we get 114

play09:52

and 314 that goes in there and for shape

play09:56

function for we get negative 4 14 and 2

play09:59

14 and those go in there so that gives

play10:02

me my B matrix evaluated at s and T

play10:06

equal to 0 and the determinant of

play10:08

jacobian that's even easier that's going

play10:11

to give me 14 over 8 or 7 over 4 so now

play10:17

to find K I have to evaluate B and

play10:20

determinant of jacobian at 0 0 which

play10:23

I've just done and then I multiply them

play10:26

so I'm going to have the width of each

play10:28

interval so 2 times 2 within the S that

play10:32

width in the T Direction times H the

play10:34

thickness of my element times the B

play10:37

matrix transpose evaluated at 0 0 times

play10:40

D times B evaluated at 0 0

play10:42

and lastly times the determinant of the

play10:44

Jacobian evaluated at 0 0 so the first

play10:48

piece that remains the same then the the

play10:51

B matrix evaluate at 0 0 transpose that

play10:54

I just found then let's assume plane

play10:57

stress for right now that's what my D

play10:59

matrix looks like for plane stress

play11:01

I've got my B matrix again not transpose

play11:04

this time and finally I have the

play11:06

determinant of my Jacobian let's

play11:08

multiply these terms out first of all

play11:10

we'll assume that I have a thickness of

play11:13

0.1 inch

play11:14

I've got young's modulus of 30 times 10

play11:17

to the 6 psi and a poissons ratio of

play11:20

0.25 plug those into my plane stress D

play11:23

matrix and then multiply out the terms I

play11:26

end up with 10 to the fifth over 28

play11:29

times most of the B transpose times most

play11:34

of the D matrix and then B now this is

play11:37

just a matrix multiplication it's

play11:38

time-consuming by hand but it's pretty

play11:41

straightforward multiply that out and we

play11:44

will get K so this is the stiffness

play11:47

matrix we end up with when we multiply

play11:48

those three this is the reduced

play11:51

integration stiffness matrix for the Q

play11:54

for element shown there I went ahead and

play11:56

followed this process for full

play11:59

integration so evaluating the integrand

play12:02

the integrand at four different points

play12:04

and this is the stiffness matrix that I

play12:07

obtained that way it is in many ways

play12:09

similar but if we just grab a little

play12:12

two-by-two section there we can see

play12:13

something typical full integration

play12:16

usually has a higher stiffness as you

play12:19

can see there so that means reduced

play12:21

integration effectively is going to

play12:23

soften the structure and this is a

play12:26

common result that we see sometimes it

play12:28

softens it too much sometimes it softens

play12:31

it just enough to offset the fact that

play12:34

Fe a primarily is more stiff than

play12:38

necessary so sometimes people will use

play12:40

reduced integration in order to

play12:43

deliberately reduce the effect of a to

play12:46

stiff structure okay

Rate This

5.0 / 5 (0 votes)

Связанные теги
Numerical IntegrationStiffness MatrixGaussian QuadratureFinite ElementEngineering AnalysisBilinear QuadrilateralReduced IntegrationFull IntegrationStructural Mechanics2D Elements
Вам нужно краткое изложение на английском?