FEA 26: Isoparametric Elements

Schuster Engineering
11 May 201717:14

Summary

TLDRThis video explains isoparametric elements, a type of finite element used in structural analysis, where transformations occur between local (natural) and global coordinate systems. Isoparametric elements employ the same shape functions for both displacement interpolation and coordinate mapping. The video covers the benefits of mapping four-sided and 3D elements from natural coordinates to global coordinates, and explores the process of creating stiffness matrices through this mapping. Additionally, it explains the importance of the Jacobian matrix in ensuring accurate integration and evaluating element quality.

Takeaways

  • 🔄 Isoparametric elements use the same shape functions to interpolate displacement and map between local and global coordinate systems.
  • 🌍 Elements can be defined either directly in the global system or transformed from a local system, with isoparametric elements opting for the latter.
  • 🟥 Defining four-sided elements directly in global coordinates can be complex due to shape variations, whereas using local coordinates simplifies element definitions.
  • 📐 The local coordinate system for isoparametric elements is called 'natural coordinates,' often using variables like 's' and 't'.
  • 🔗 A key aspect of isoparametric elements is mapping from the natural coordinate system to the global coordinate system.
  • 📊 The mapping between natural and global coordinates uses shape functions that are typically employed to interpolate displacements.
  • 🧮 Calculating element stiffness matrices becomes easier using this mapping, reducing complex global integrations into simple operations in the natural coordinate system.
  • 🔍 The Jacobian matrix plays a crucial role in the transformation, linking global and natural coordinates and helping with derivative calculations.
  • 💡 The determinant of the Jacobian matrix represents the ratio of the element's area in global and natural coordinates, providing insight into element quality.
  • ⚠️ A well-formed element has a nearly constant Jacobian, and a good rule of thumb is that the minimum determinant should be at least 70% of the maximum.

Q & A

  • What are isoparametric elements?

    -Isoparametric elements are a type of finite element where the same shape functions are used to interpolate both displacements and map from a local coordinate system (natural coordinates) to a global coordinate system.

  • What is the advantage of using a local coordinate system in isoparametric elements?

    -Using a local coordinate system simplifies element definitions because a single mathematical mapping can be applied to all elements, regardless of their shape or orientation in the global coordinate system. This makes the process of defining elements more consistent and easier.

  • Why is transformation necessary for four-sided elements in a mesh?

    -Four-sided elements in a mesh can take on a variety of shapes and orientations. Defining each one directly in the global coordinate system would be complex and inefficient, so a local-to-global transformation simplifies this process and ensures consistency across the mesh.

  • What are natural coordinates in the context of isoparametric elements?

    -Natural coordinates refer to a fixed coordinate system (often labeled s and t) used to define the element within a standard shape, such as a square. These coordinates are used in the local system for transformation to the global coordinate system.

  • How does mapping from natural coordinates to global coordinates work in isoparametric elements?

    -Mapping is achieved by using the shape functions that define the displacement in the local coordinate system to relate the positions in the natural (local) coordinate system to the global coordinates. This ensures a consistent mapping for all elements.

  • What role do shape functions play in isoparametric elements?

    -Shape functions in isoparametric elements are used for two purposes: they interpolate displacement within the element, and they are used to map the positions from the natural (local) coordinate system to the global coordinate system.

  • How is the stiffness matrix computed in isoparametric elements?

    -The stiffness matrix is computed by integrating over the element, but rather than integrating in global coordinates (which would be complex), the integration is performed in the natural coordinate system (with limits from -1 to 1), making the process easier and more consistent.

  • What is the Jacobian matrix, and why is it important in the mapping process?

    -The Jacobian matrix represents the derivatives of global coordinates with respect to natural coordinates. It captures the transformation information needed to map between the two coordinate systems. The inverse of the Jacobian is used to calculate derivatives needed for strain and stiffness matrix calculations.

  • Why is the determinant of the Jacobian matrix important?

    -The determinant of the Jacobian matrix represents a scale factor that is the ratio of the element's area in the global coordinates to the area in the natural coordinates. This scale factor is critical for accurate integration and stiffness matrix calculation.

  • What does it mean if the determinant of the Jacobian matrix is not constant?

    -If the determinant of the Jacobian matrix is not constant, it indicates that the element is not well-shaped or uniform. This could lead to an approximation error during numerical integration, affecting the accuracy of the stiffness matrix and the overall element quality.

Outlines

00:00

🔍 Introduction to Isoparametric Elements

This paragraph introduces isoparametric elements, which involve defining an element in a local coordinate system and transforming it to a global one. Unlike regular elements, isoparametric elements use the same shape functions for displacement interpolation and for mapping between local and global systems. The discussion begins with comparing element transformation options, emphasizing the challenges of defining elements directly in a global coordinate system, especially for non-square four-sided figures. Using a local coordinate system simplifies this, despite the complexity of the transformation.

05:00

🔄 Mapping Between Coordinate Systems

The focus here is on the transformation process between the natural coordinate system (local) and the global coordinate system for isoparametric elements. A square element in the natural system is mapped onto a more complex shape in the global system, with nodes being transformed accordingly. This mapping uses shape functions to relate coordinates in both systems. The main challenge is ensuring that the transformation remains consistent across all elements. The same shape functions used for displacement are now employed to map positions between these two coordinate systems.

10:01

📐 Understanding the Matrix Mapping

This section explains how the position within the element (in terms of x and y coordinates) is derived using shape functions and a vector of nodal positions in the global system. The shape function matrix used for displacement is now applied to nodal positions, creating a mapping system. This transformation results in a one-to-one correspondence between points in the local and global systems, simplifying complex calculations like stiffness matrix integration by transforming operations into the natural coordinate system.

15:01

📊 Chain Rule and Jacobian Matrix Derivation

The discussion moves into how the Jacobian matrix is derived through the chain rule to calculate the necessary derivatives of shape functions with respect to global coordinates. The Jacobian matrix, which consists of partial derivatives of global coordinates with respect to natural coordinates, plays a critical role in transforming these derivatives. The inverse of this matrix is used to find derivatives of shape functions, aiding in mapping and integration in finite element analysis (FEA). This matrix allows the transformation of operations from global to local systems in a manageable way.

Mindmap

Keywords

💡Isoparametric Elements

Isoparametric elements are a type of finite element where the same shape functions used to interpolate displacements are used to map from a local coordinate system (natural coordinates) to a global coordinate system. This technique simplifies the transformation process, making it easier to handle elements of complex shapes within finite element analysis. In the video, the term is introduced as the main topic, focusing on how this element type is essential for transforming local system coordinates to global ones.

💡Local Coordinate System

The local coordinate system is the reference framework where the properties of finite elements are initially defined before being transformed into a global coordinate system. In the context of isoparametric elements, the local system helps standardize the geometry, allowing elements to be mapped easily. The video mentions that using a local coordinate system is crucial to simplify complex mesh configurations in finite element analysis.

💡Global Coordinate System

The global coordinate system is the overall coordinate system used to define the positions of elements in the larger structure or model. The transformation from the local to global system allows for more uniform handling of elements across different configurations. The video discusses how defining elements directly in the global system can be tedious, especially for irregular shapes, making transformation from local coordinates a more efficient approach.

💡Shape Functions

Shape functions are mathematical expressions used to interpolate displacement, strains, and stresses within an element. In isoparametric elements, the same shape functions are used to map positions between the local and global coordinate systems, as well as to interpolate displacement. The video highlights how these functions are reused for both displacement calculations and the mapping process, making them central to isoparametric transformations.

💡Natural Coordinates

Natural coordinates (often denoted as S and T) refer to the local coordinate system used in isoparametric elements to standardize the size and shape of the element. This system allows for simpler interpolation of element properties. In the video, the term is introduced as a replacement for the local coordinate system when discussing isoparametric elements, emphasizing how it enables uniform definitions for elements despite their actual shape in global coordinates.

💡Mapping

Mapping is the process of converting an element's position from the natural (local) coordinate system to the global coordinate system. In isoparametric elements, this transformation is done using shape functions. The video describes the mapping process as essential for handling elements of different shapes and orientations within finite element analysis, ensuring consistency across different configurations.

💡Jacobian Matrix

The Jacobian matrix is used in the transformation process between natural and global coordinates. It contains the derivatives of global coordinates with respect to natural coordinates, encapsulating the geometric mapping of the element. The video introduces the Jacobian as the key matrix that allows for the calculation of derivatives, essential for strain and stiffness computations in finite element analysis.

💡Stiffness Matrix

The stiffness matrix is a fundamental component of finite element analysis, representing the relationship between nodal displacements and applied forces. In the context of isoparametric elements, it is computed using shape functions and the Jacobian matrix, which simplifies integration over complex element shapes. The video explains how transforming to natural coordinates makes this integration process more efficient, as it avoids calculating over irregular shapes in the global system.

💡Bilinear Quadrilateral Element

A bilinear quadrilateral element is a type of finite element with four nodes, where the displacement field is approximated by bilinear shape functions. The video uses this element as an example to explain how natural coordinates and shape functions work in isoparametric mapping. It shows how a standard-sized bilinear element in natural coordinates can be transformed into different shapes in global coordinates while maintaining consistency in calculations.

💡Chain Rule

The chain rule is a mathematical principle used to calculate the derivative of a function with respect to one variable when it depends on other variables. In the context of isoparametric elements, the chain rule helps in finding the derivatives of shape functions with respect to global coordinates by first taking derivatives with respect to natural coordinates. The video explains how the chain rule is applied to derive the necessary transformations for strain and displacement computations.

Highlights

Introduction to isoparametric elements and their importance in transforming between local and global coordinate systems.

Isoparametric elements use the same shape functions to interpolate displacements and to map from local to global coordinates.

Defining elements directly in the global system can be complex, especially for four-sided figures, making local system transformation preferable.

Natural coordinates are used in the local system for isoparametric elements, typically labeled as S and T, to simplify element definitions.

A key advantage of the local-to-global transformation is reducing the complexity of handling different element shapes.

The transformation challenge is to relate the local system's basic square element to the global system’s irregularly shaped element.

Shape functions, used to define displacement interpolation, are also employed to map positions from natural to global coordinates.

The mapping matrix for position interpolation reuses the same shape function matrix used for displacements, allowing consistency across the element.

The Jacobian matrix is used to define the transformation between natural and global coordinates, critical for calculating element stiffness.

The inverse of the Jacobian matrix allows calculating the partial derivatives of shape functions with respect to global coordinates.

Chain rule derivatives are used to connect shape function derivatives in the natural coordinate system to global coordinates.

The determinant of the Jacobian matrix serves as a scale factor, representing the ratio of the element area in global versus natural coordinates.

A constant Jacobian determinant indicates high-quality elements, while variations imply numerical integration approximations during stiffness calculations.

When the Jacobian determinant is not constant, the element quality can be assessed by comparing the minimum to maximum determinant ratios.

A rule of thumb is that the minimum determinant should be at least 70% of the maximum to ensure good element quality.

Transcripts

play00:00

this video introduces isoparametric

play00:02

elements isoparametric elements are an

play00:05

element type where we define the element

play00:08

in a local coordinate system and then we

play00:10

transform it to a global coordinate

play00:12

system we've done that before with bar

play00:14

and beam elements but now with

play00:15

isoparametric it's a particular type of

play00:18

transformation specifically if you look

play00:20

at the term there ISO means same and

play00:23

parametric is related to the parameters

play00:26

that define our element so specifically

play00:29

an isoparametric element is going to use

play00:31

the same shape functions that are used

play00:34

to interpolate displacement and we're

play00:36

going to use those shape functions to do

play00:38

a mapping from our local coordinate

play00:40

system to our global coordinate system

play00:43

before we get into isoparametric

play00:45

elements let's quickly review what our

play00:47

options are for element transformation

play00:49

what we have is elements that we need in

play00:53

2d space and we have a global coordinate

play00:56

system so one option we have is that we

play00:58

define every single element directly in

play01:00

the global system the benefit of that is

play01:03

we don't need to worry about

play01:04

transformation at all everything's done

play01:05

with a global coordinate system however

play01:08

every four-sided figure has a different

play01:11

shape in the global coordinate system

play01:13

well not every every square is Silla

play01:16

square but we have a lot of non square

play01:18

four-sided figures that show up in a

play01:21

typical mesh and every single one of

play01:23

those will need its own definition in

play01:25

the global system we even have to get

play01:27

new definitions for rotated squares

play01:30

diamond shapes for example it can be

play01:33

done this process of defining the

play01:35

element properties directly the global

play01:36

system can be done for three noted or

play01:39

triangular elements and it works very

play01:42

successfully for those but four-sided

play01:44

has dramatic shape changes that require

play01:47

a different definition for every new

play01:49

type of shape that the four-sided figure

play01:51

can form into so the alternative is to

play01:55

define the elements in some sort of

play01:56

local system and then transform them to

play01:59

the global system in order to do the

play02:01

calculations that is by far easier even

play02:05

though the transformation as you're

play02:06

going to see gets a little bit messy

play02:07

it's far easier because we have one

play02:10

definition for every four-sided figure

play02:12

then

play02:12

so we get that simple single simple

play02:16

definition but we have a transformation

play02:19

challenge so we're going to have to

play02:21

define some sort of mathematical mapping

play02:23

between our local system and our global

play02:25

system that is how most four-sided

play02:28

figures are our maps are transformed

play02:32

we're also going to see that for most

play02:35

three-dimensional elements as well

play02:45

you

play02:48

before we get into how we map from a

play02:51

local coordinate system to a global

play02:52

let's focus in on that local coordinate

play02:54

system for isoparametric elements

play02:57

instead of talking about a local

play03:00

coordinate system we call it the natural

play03:02

coordinates for an element and here what

play03:04

I've shown is the bilinear quadrilateral

play03:07

element in its natural coordinate system

play03:09

I'm going to call that coordinate system

play03:11

SMT some other authors will use a

play03:14

different set of variables here but it's

play03:17

basically just not the global XY system

play03:20

just like for the bilinear quadrilateral

play03:23

we did previously the axes are centered

play03:26

in the middle of the element but now the

play03:28

element has a fixed size it is two units

play03:31

tall and two units wide and the node

play03:33

numbering is as shown so previously when

play03:37

we looked at the bilinear quadrilateral

play03:39

it had a width of two B and a height of

play03:41

two H and here were the shape functions

play03:44

for that element now what we're going to

play03:47

do is convert that by setting B and H

play03:50

equal to one so we have a standard size

play03:53

and then we're going to take our s and

play03:55

turn our X in turn into an S and our Y

play03:58

in terms of T that gives us our new

play04:00

shape functions defined in terms of the

play04:03

natural coordinates s and T so now let's

play04:07

talk about how we map from that natural

play04:09

coordinate system over to our global XY

play04:13

coordinate system so we start out in the

play04:15

natural system with this basic square

play04:17

element two by two dimensions and what

play04:21

we want to do is map to a global system

play04:24

where we have an element say that looks

play04:26

like this where we have some nodes and

play04:29

sines of corners but it's no longer a

play04:31

square shape what we're trying to do is

play04:33

relate these two shapes to each other so

play04:37

that we can do things in the natural

play04:38

coordinate system that's consistent

play04:40

between every elements but the

play04:42

properties will be relevant in the

play04:44

global so here in the global system each

play04:47

one of these nodes has nodes numbers x1

play04:50

y1 x2 y2 and so on that each node there

play04:54

we need to have some correspondence from

play04:57

node 1 and global with coordinates of x1

play05:00

y1

play05:01

to node 1 in the natural with

play05:03

coordinates of negative 1 negative 1 we

play05:06

need to define a transformational

play05:08

mapping that gives us the x coordinate

play05:11

for every corresponding s and T

play05:13

coordinate and similarly gives us the y

play05:15

coordinate for every s and T coordinate

play05:19

that means we can basically map on the

play05:23

grid corresponding to the natural

play05:26

coordinate system within this single

play05:28

element that's fundamentally what we're

play05:30

trying to do here put the S&T coordinate

play05:33

system somewhat warped inside this

play05:35

element when we do this mapping with

play05:39

something called an isoparametric

play05:41

element what we're going to use is the

play05:44

elements shape functions previously

play05:46

defined for displacements we're going to

play05:48

use them to map the position from

play05:52

natural to global so let's get started

play05:56

on that mapping what I've got shown here

play05:58

is the interpolation within the the

play06:05

natural coordinate system of the

play06:07

displacements so I have the N 1 n 2 & 3

play06:11

and n 4 defined in terms of the natural

play06:14

coordinates s and T and then I've got

play06:17

you defined there as well so this we

play06:19

know this definition that's how we find

play06:21

displacement from degrees of freedom

play06:25

it's the interpolation function so

play06:27

displacement inside the element given by

play06:29

the relationship between the nodal

play06:31

displacements and the shape functions

play06:33

what we want to do is now find the

play06:35

positions inside an element in other

play06:37

words x and y in terms of the nodal

play06:41

positions so we're going to write a

play06:43

relationship written in matrix form as

play06:46

the vector X positions in the element is

play06:48

equal to the shape function matrix

play06:50

multiplied by a vector of nodal

play06:53

positions rather than a vector of nodal

play06:55

displacements so in other words this is

play06:58

what we are writing as our mapping

play07:00

system we're reusing those same shape

play07:02

functions but now we're multiplying them

play07:04

by the positions of each of the nodes in

play07:07

the global system instead of multiplying

play07:11

by them the

play07:12

displacements of each of the notes so

play07:16

that gives us the the full matrix form

play07:18

is we have a vector of the nodal

play07:20

positions x1 y1 into the position of

play07:23

node 1 in global coordinates x2 y2 its

play07:25

position of no.2 in global coordinates

play07:28

and so on and then we have our shape

play07:29

function matrix the exact same one we're

play07:32

going to use for displacements but

play07:34

remember it is now defined in terms of

play07:36

the natural coordinate system s and T so

play07:40

let's explore this mapping just a little

play07:42

bit more we have what I'm calling a

play07:44

little X vector that is the positions x

play07:47

and y it's going to be equal to a shape

play07:49

function matrix that's defined in terms

play07:51

of the position in my natural coordinate

play07:56

system and then I'm multiplying it by a

play07:59

vector which is all of the nodal

play08:01

positions in the global coordinates so

play08:03

I'm mapping from the global over to the

play08:05

local or vice versa it gives us a

play08:09

one-to-one correspondence so there's one

play08:11

point in the natural coordinate system

play08:12

it will have a corresponding point in

play08:15

the global system and the reason that

play08:17

this helps us out is that we can define

play08:21

our shape function matrix which we

play08:23

already have in natural coordinates but

play08:25

we can also define our B matrix that way

play08:27

and we need to do some mapping we need

play08:29

to take advantage of the mapping in

play08:30

order to do that we'll see that in a

play08:32

moment

play08:33

secondly once we have the B matrix we

play08:36

then need to calculate the stiffness

play08:37

matrix to calculate the stiffness matrix

play08:40

means integrating over the element every

play08:43

element in global coordinates has a

play08:45

different shape integrating over each of

play08:47

those would be very complicated to try

play08:49

to code but instead if we can use the

play08:52

mapping to do our integration in the

play08:54

natural coordinate system well that's

play08:56

very easy we're going negative 1 to 1 in

play08:58

X and y and then we're done so those are

play09:01

the two real benefits we get out of

play09:03

doing this mapping ok so let's work on

play09:06

finding that V matrix it starts to get a

play09:08

little bit hairy here so hang on tight

play09:10

we know that V is going to be the

play09:13

partial derivative matrix operator

play09:14

multiplied by the shape function matrix

play09:16

or in long form that looks like this but

play09:20

we need to know the derivatives with

play09:22

respect to X and Y because that's how

play09:25

strain is related to displacement that's

play09:29

where this came from the strain

play09:30

displacement relationship however the

play09:33

shape functions are now defined in terms

play09:36

of our natural coordinate system so in

play09:38

other words what we're looking for is

play09:40

the derivative of say N 1 with respect

play09:44

to X but N 1 is defined with respect to

play09:47

s and T so what we're looking for are

play09:51

the derivatives of the shape functions

play09:53

with respect to x and y let's try the

play09:57

chain rule for example DN I let's say I

play10:00

is 1 2 3 or 4 plus DN I DX is going to

play10:04

be equal to DN IDs times DSD X plus DN I

play10:10

DT times DT DX that would be the chain

play10:13

rule expansion of the derivative DN I DX

play10:17

similarly for DN n IV Y we have a

play10:20

similar relationship so that's the chain

play10:23

rule expansion how does that help us

play10:25

well see in just a moment let's write

play10:28

this in matrix form because hey it's Fe

play10:30

a and that's what we do so DN I DX DN i

play10:33

dy becomes a vector and it's going to be

play10:35

equal to a matrix which has the four

play10:38

coefficients in there so d s DX DT DX D

play10:42

s dy and DT dy notice that this is a

play10:46

each one of these terms is a derivative

play10:48

of the mapping the x2 T or y2 T of s DT

play10:54

coordinate system that of course is all

play10:57

going to be multiplied by my shape

play10:59

function derivatives which I can now

play11:01

solve for because shape functions are

play11:03

defined directly in terms of s and T so

play11:05

if we can figure out what's in that

play11:08

matrix we can calculate the derivatives

play11:11

of the shape functions with respect to x

play11:12

and y which means we can then go and

play11:14

find B but we know the vector with the

play11:19

shape functions we don't know the

play11:21

derivatives of the natural coordinates

play11:24

with respect to the global remember our

play11:27

mapping is X defined in terms of s and T

play11:31

so we don't have the inverse let's

play11:35

temporarily call that matrix that we

play11:38

don't know

play11:39

J and minus one the inverse of J so this

play11:43

is the inverse of J why the inverse well

play11:46

let me show you so J is something we

play11:50

call the Jacobian matrix J inverse is

play11:53

something we've just defined it's the

play11:56

partial derivatives of s and T with

play11:59

respect to x and y something that we

play12:01

don't know on the other hand J is

play12:03

something that we do know and I'll show

play12:06

you how we get there so first off let's

play12:09

take that expression and we'll multiply

play12:11

both sides by the Jacobian J in other

play12:14

words the inverse of the one we just saw

play12:16

and when I do that I get DN d SD n DT is

play12:21

equal to the Jacobian times DN DX and DN

play12:25

D Y so now I have the thing that I don't

play12:29

know on the right hand side multiplied

play12:31

by something else that at the moment I

play12:33

don't know and it's equal to the thing

play12:35

that I do know not normally the

play12:36

relationship that we'd like to use but

play12:39

it's going to be helpful to us let's go

play12:40

ahead and write out the chain rule

play12:45

expansion of the two terms in the left

play12:48

hand vector so DN DF is equal to DN DX

play12:54

times DX DF plus DN D Y times dy DF

play13:00

similarly we have a relationship like

play13:03

that for DN DT a chain rule expansion

play13:06

when I take that and I write it in

play13:09

matrix form the left there vector looks

play13:12

the same as what's above the matrix ends

play13:17

up being each of those coefficients

play13:18

again but now these are things that we

play13:20

know D X D s and D Y D s are defined can

play13:26

be directly calculated from our mapping

play13:29

and then that's multiplied by again the

play13:31

vector that we don't know but by

play13:33

comparison of these two right-hand

play13:35

equations we can see I've just defined

play13:37

what the Jacobian is equal to it is four

play13:41

terms which are the derivatives of my

play13:44

global coordinates with respect to my

play13:46

natural coordinates so you head hurting

play13:49

yep

play13:50

this actually works it makes sense it's

play13:54

a little bit too a little bit difficult

play13:56

to grasp so let's take it a step further

play13:59

kind of bring it all home how do we get

play14:02

to be with this information one of the

play14:07

first things that we want to observe is

play14:09

that if we can calculate J it's a 2 by 2

play14:12

matrix we can find the inverse of it

play14:15

once we calculate it so that's how we're

play14:18

going to end up going back to that upper

play14:19

left equation here which is going to

play14:22

allow us to get those derivatives with

play14:25

respect to x and y that we need to have

play14:26

in the b matrix so now we have a

play14:30

definition of a Jacobian matrix it is

play14:32

the partial derivatives of global with

play14:35

respect to local coordinates so the

play14:37

matrix that we then need to find ni

play14:41

derivative with respect to X and ni

play14:44

derivative with respect to Y is the

play14:47

inverse of that Jacobian and because

play14:50

it's a 2 by 2 it has a simple definition

play14:52

for the inverse so J inverse is defined

play14:54

here we can use that to find each of

play14:57

these partial derivative components of B

play15:01

specifically what we're going to do is

play15:02

for each of our shape functions 1 2 3 &

play15:08

4 we're going to take the derivative

play15:10

with respect to X or the derivative with

play15:12

respect to Y that's what we're looking

play15:14

for we don't know those they're going to

play15:16

be equal to the Jacobian inverse

play15:20

multiplied by the derivative of the

play15:22

shape function with respect to s and T

play15:24

the natural coordinate systems which

play15:26

they are defined in terms of so there's

play15:30

a lot more here that we're going to

play15:31

explore in the next video just to wrap

play15:33

this up I'm going to talk about a couple

play15:35

of properties of this Jacobian matrix we

play15:37

just created so first off note that its

play15:40

terms are the derivatives of the global

play15:43

coordinates with respect to the natural

play15:45

coordinate system so it effectively is

play15:47

that transformation matrix it's

play15:49

capturing all the pertinent information

play15:50

about our mathematical mapping another

play15:55

interesting property is that when we

play15:56

take the determinant of J that's a scale

play15:59

factor it is actually equal to the ratio

play16:02

of the elements area

play16:04

global coordinates to the element area

play16:07

in natural coordinates so ratio as in a

play16:10

fraction we will use this property it'll

play16:15

be critical when we find the stiffness

play16:17

matrix for integration

play16:18

another interesting point is that when

play16:21

we have a high quality element that

play16:23

determinant J is a constant term so when

play16:26

we have an element which is a rectangle

play16:28

J is constant

play16:30

however if J is not constant in other

play16:33

words it depends on position then the

play16:36

numerical integration that we're going

play16:38

to use to find the stiffness matrix is

play16:40

not going to be exact it will be an

play16:42

approximation that's going to be

play16:43

important in the next video also if the

play16:47

determinant is not constant we can use

play16:49

the ratio of the maximum determinant

play16:52

divided by the minim I'm sorry the

play16:54

minimum divided by the maximum to assess

play16:57

the degree of element quality and

play16:58

specifically a good rule of thumb is

play17:01

that the minimum should be at least 70%

play17:05

of the maximum in other words it's close

play17:08

to constant and then we can say we have

play17:11

a good quality or a good shaped element

Rate This

5.0 / 5 (0 votes)

関連タグ
Isoparametric ElementsFinite ElementCoordinate MappingTransformationShape FunctionsGlobal SystemNatural Coordinates2D SpaceJacobiansStiffness Matrix
英語で要約が必要ですか?