FEA 23: 2-D Triangular Elements

Schuster Engineering
8 May 201717:37

Summary

TLDRThis video script offers a comprehensive guide to developing a 2D linear triangular element in structural analysis. It covers defining displacement and strain fields, setting up element geometry and degrees of freedom, and establishing shape functions. The script delves into deriving the B matrix and D matrix for stress-strain relationships, culminating in the stiffness matrix formulation. It also addresses handling distributed forces, distinguishing between body and surface forces, and calculating elemental force vectors, providing a foundational understanding of finite element analysis.

Takeaways

  • 📐 The video focuses on the development of a 2D triangular linear element, specifically a right triangle with a 90-degree corner.
  • 🔍 It emphasizes the importance of defining the displacement field, strain, and stress fields for the element.
  • 🌐 The element's geometry and degrees of freedom are defined, which are crucial for relating back to the displacement field vector.
  • 📏 A shape function matrix is established to define how the displacement field varies within the element.
  • 🔗 The relationship between the strain vector and the displacement field vector U is explored, leading to the partial derivative matrix operator.
  • 📚 The D matrix, which contains material properties, is derived from the relationship between stress and strain.
  • 🧮 Matrix multiplication of the partial derivative matrix and the shape function matrix results in the B matrix.
  • 🔑 The stiffness matrix K of the element is calculated using B and D matrices.
  • 💪 The element force vector is discussed, including how to account for distributed forces acting on the element.
  • 🔄 The concept of transformation from local to global coordinate systems is introduced but will be detailed in later videos.
  • 📉 The script uses a specialized right triangle element to simplify the development process and focus on the methodology.

Q & A

  • What is the focus of the short video introduced in the transcript?

    -The short video focuses on introducing 2D elements, specifically the three-noded triangular linear element, and discusses the process of defining a new element in finite element analysis.

  • What are the initial decisions one needs to make when defining a new element?

    -When defining a new element, one needs to decide on the displacement field of interest, the element geometry, the degrees of freedom, and how the displacement field varies within the element.

  • What is a degree of freedom vector in the context of this video?

    -A degree of freedom vector relates back to the displacement field vector and consists of six terms for a three-noded triangle element, with each node having two degrees of freedom for horizontal and vertical displacement.

  • Why is the shape function matrix important in the development of an element?

    -The shape function matrix is crucial as it defines how the displacement field varies within the element and how that variation relates back to the degrees of freedom.

  • What does the partial derivative matrix operator represent in the context of this video?

    -The partial derivative matrix operator represents the relationship between the strain vector and the displacement field vector U.

  • What is the D matrix and how is it derived?

    -The D matrix represents the relationship between stress and strain, incorporating material properties. It is derived from the stress-strain relationship for a given material under plane stress or plane strain conditions.

  • Why is the B matrix significant in finding the stiffness matrix of an element?

    -The B matrix is significant because it is the product of the partial derivative matrix operator and the shape function matrix, which is then used to calculate the stiffness matrix K.

  • How is the stiffness matrix K for a new element calculated?

    -The stiffness matrix K is calculated by integrating the product of B transpose and D matrices over the volume of the element.

  • What is the significance of the element force vector in the context of this video?

    -The element force vector represents the forces acting on the element, which when added to the nodal forces, gives the global force vector.

  • Why is the right triangle element chosen for the development process in the video?

    -The right triangle element is chosen because it simplifies the development process by limiting the complexity of the math involved in defining the position of the three points, allowing the focus to be on the development process itself.

  • How does the video script differentiate between body forces and surface forces?

    -Body forces are forces that act throughout the volume of the element, while surface forces act along the edges or surface of the element. The script uses an example of a uniformly distributed downward acting body force and a surface traction force at a 45-degree angle to illustrate this.

Outlines

00:00

📐 Introduction to 2D Elements and Displacement Field

The script begins by introducing 2D elements, specifically focusing on a triangular linear element. It emphasizes the need to understand the displacement field, strain, and stress fields. The process involves defining element geometry, degrees of freedom, and the relationship between displacement and strain. The script also mentions the importance of establishing shape functions, partial derivative matrices, and material properties through the D Matrix. The goal is to find the stiffness matrix (k) and the elemental force vector, with a note on the importance of transformation from local to global coordinate systems.

05:02

🔍 Developing the Shape Function Matrix

This section delves into the development of the shape function matrix for a 2D right triangle element. It discusses how to define the displacement field in two dimensions, focusing on horizontal and vertical translations. The script explains the process of determining coefficients for the shape functions by using degrees of freedom at specific nodes. It then rearranges terms to define the shape functions for each node and presents the shape function matrix in matrix form, which is crucial for calculating the B Matrix and understanding displacement variations within the element.

10:02

📉 Deriving the B Matrix and Constant Strain in Linear Triangles

The script continues with the derivation of the B Matrix, which relates strain to the degree of freedom vector. It discusses the partial derivative matrix operator and how it acts on the shape function matrix to yield the B Matrix. The result is a constant strain across the element due to the linear nature of the function, which is a characteristic of linear triangle elements. This section also highlights that the entire element will experience the same strain, regardless of its shape, due to the linearity of the element.

15:02

🔗 Stress-Strain Relationship and Stiffness Matrix Assembly

This part of the script reviews the stress-strain relationship in a 2D plane stress state and how it leads to the formulation of the D Matrix. It then describes the assembly of the stiffness matrix (K) by integrating the product of B transpose and D over the volume of the element. The script provides a detailed example of calculating the stiffness matrix for a right triangle element, highlighting the simplifications that occur due to the element's geometry. The section concludes with an explanation of how to handle distributed forces, differentiating between body forces and surface forces, and providing an example of how these forces are integrated into the element model.

🧮 Handling Distributed Forces in the Element Model

The final paragraph focuses on how to account for distributed forces, such as body forces and surface tractions, in the element model. It provides an example of applying a uniform body force and a surface traction at a 45-degree angle on the right triangle element. The script explains the process of evaluating shape functions at the edges and surface of interest, and how these are used to calculate the elemental force vector. The section concludes with an expression that represents the force vector for the given distributed forces, demonstrating the method's applicability to various load scenarios.

Mindmap

Keywords

💡Displacement field

The displacement field refers to the vector representation of how points within a body move due to deformation. In the video, the displacement field is described as a vector that includes both horizontal and vertical translations of nodes in a right triangle element. It is crucial for understanding how the element behaves under load.

💡Strain

Strain is a measure of deformation in a body. The video discusses normal strain in the X and Y directions and shear strain, which links these two directions. Strain is important for determining how much a material deforms under stress.

💡Stress

Stress is the internal resistance of a material to deformation. The script mentions normal stress in the X and Y directions and shear stress, which is related to the strain through the stress-strain relationship. Understanding stress is essential for predicting material failure.

💡Degrees of freedom

Degrees of freedom refer to the number of independent values needed to define the configuration of a system. In the context of the video, each node in the triangular element has two degrees of freedom, corresponding to displacements in the X and Y directions.

💡Shape function matrix

The shape function matrix defines how the displacement field varies within an element and relates this variation back to the degrees of freedom. It is crucial for mapping the local behavior of an element to its global behavior.

💡Partial derivative matrix operator

This operator relates the strain vector to the displacement field vector U. It is used to calculate the strain distribution within the element based on the displacement field. The script explains that this operator is essential for constructing the B matrix.

💡D Matrix

The D Matrix, also known as the material property matrix, relates stress to strain and includes the material's elastic properties. It is integral to calculating the stiffness matrix of the element.

💡Stiffness matrix (K)

The stiffness matrix K is derived from the B and D matrices and is used to calculate the element's resistance to deformation. It is a key component in finite element analysis for predicting how structures will behave under load.

💡Element force vector

The element force vector represents the forces acting on an element, which can be due to distributed forces. The video explains how to define this vector, which is then added to the nodal forces to create a global force vector.

💡Transformation

Transformation in the context of the video refers to the process of applying an element from its local coordinate system to the global system. This is important for accurately modeling complex structures where elements may be oriented in various directions.

💡Right triangle element

The right triangle element is a specialized type of triangular element used in the video. It has a 90-degree corner and is simpler than a general triangle, making it easier to demonstrate the finite element development process without getting lost in complex mathematics.

Highlights

Introduction to 2D elements, specifically focusing on the triangular linear element.

The necessity of defining displacement, strain, and stress fields for element analysis.

Importance of deciding element geometry and degrees of freedom related to the displacement field vector.

Explanation of the shape function matrix and its role in defining displacement field variation.

The relationship between strain vector and displacement field vector U, leading to the partial derivative matrix operator.

Stress-strain relationship resulting in the D Matrix, which contains material properties.

Matrix multiplication of the partial derivative matrix operator and shape function matrix to obtain matrix B.

Construction of the stiffness matrix K using matrices B and D for the new element.

Discussion on obtaining the element force vector and its contribution to the global force vector.

Introduction to the concept of transformation between local and global coordinate systems.

Choice of a right triangle element with a 90-degree corner for simplified development process.

Defining the displacement field in two dimensions for translation of nodes in both horizontal and vertical directions.

Development of the shape functions for a linear right triangle element with three degrees of freedom in each direction.

Calculation of coefficients for the displacement field equation using node degrees of freedom.

Derivation of the shape function matrix for both X and Y displacements.

Explanation of the partial derivative matrix operator relating strain to displacement.

Construction of the B Matrix by multiplying the partial derivative matrix operator with the shape function matrix.

Development of the stiffness matrix K through the integral of B transpose DB over the element's volume.

Handling of distributed forces, including body forces and surface forces, and their impact on the element.

Example of applying body force and surface traction to the linear right triangle element.

Integration of shape functions and forces to determine the elemental force vector.

Transcripts

play00:00

this short video introduces 2D elements

play00:03

and focuses on initially the three noted

play00:06

triangular linear element

play00:08

so let's review what we need to do to

play00:10

find a new element we need to make some

play00:12

decisions and we also need to Define

play00:13

some vectors and matrices so first off

play00:16

you want to decide what are what is the

play00:18

displacement field that you're

play00:20

interested in what does that Vector look

play00:22

like also the strain and stress fields

play00:25

are important then you can Define your

play00:27

element geometry and the degrees of

play00:29

freedom that are going to be relating

play00:30

back to that displacement field Vector

play00:32

that will give us a degree of Freedom

play00:34

Vector then we need to establish a shape

play00:36

function Matrix that defines how the

play00:39

displacement field varies within the

play00:42

element and how that variation relates

play00:43

back to the degrees of freedom we also

play00:46

look at the relationship between the

play00:48

strain vector and the displacement field

play00:51

Vector U that gives us this partial

play00:53

derivative Matrix operator

play00:55

next we need to look at the relationship

play00:57

between stress and strain that's going

play00:59

to give us our D Matrix which has our

play01:01

material properties in it we also need

play01:03

to define a matrix that's the product of

play01:07

the partial derivative Matrix operator

play01:08

and the shape function Matrix so this is

play01:10

just a matrix multiplication that will

play01:12

give us B and once we have B and D we

play01:15

can go and find our stiffness Matrix k

play01:17

for the new element

play01:19

finally we want the element Force Vector

play01:22

if we have a distributed force acting on

play01:24

the element we need to Define how we get

play01:27

an elemental Force Vector which then

play01:29

gets added to the nodal forces to give

play01:33

us a global Force vector

play01:35

and one of the last things that we need

play01:37

to discuss is transformation how are we

play01:40

going to take an element from its local

play01:41

coordinate system and apply it to

play01:44

whatever shape it becomes in the global

play01:46

system we will defer transformation for

play01:49

a few videos but the rest of these we'll

play01:51

focus on today

play01:52

so let's get started making some

play01:54

decisions and defining a 2d right

play01:57

triangle element this is a specialized

play01:59

element it is a three noted triangle but

play02:01

it's going to have a 90 degree Corner in

play02:03

it and the reason that I choose this

play02:05

I'll explain at the end of this slide so

play02:08

uh start out we have to Define what our

play02:10

displacement field is this is in two

play02:12

dimensions and I'm interested in

play02:14

translation of the nodes of my right

play02:16

triangle element in both the horizontal

play02:19

and the vertical direction or the X in

play02:21

the y direction

play02:22

I am also interested in the strains in

play02:26

the element so in this case I'm

play02:27

interested in the strain in the X

play02:29

Direction the normal strain X Direction

play02:31

the normal strain in the y direction and

play02:33

then also the shear strain that links

play02:37

those two directions I don't have any of

play02:39

the Z component strains because this is

play02:41

a 2d element I'm developing similarly

play02:44

I've got the stress Vector that has the

play02:46

same components as the strain Vector did

play02:50

so this is my element geometry it's

play02:52

going to be a right triangle it's going

play02:54

to have a base of b and a height of H

play02:55

those are variables so it can be any

play02:57

shape right triangle but it needs to

play02:59

have that 90 degree corner for the one

play03:01

that I'm developing I'm going to add my

play03:03

local coordinate axes so an X Prime and

play03:06

a y Prime axis in the locations you'd

play03:08

expect and then I'm going to Define my

play03:10

node numbers so 1 is going to be right

play03:12

if the origin of my coordinate system 2

play03:15

is at the end of the horizontal leg and

play03:17

three is at the end of the vertical leg

play03:20

now this gives me my degree of Freedom

play03:23

Vector I have six terms in it because I

play03:25

have three nodes and each one has two

play03:26

degrees of freedom see how this is all

play03:28

related back I choose the geometry and

play03:30

the nodes but then I also defined my U

play03:33

Vector which gives me the directions

play03:34

that I'm interested in now why did I

play03:38

choose to do a right triangle element

play03:39

well most texts certainly look at a more

play03:42

complicated element they don't restrict

play03:44

it to a right triangle so you can have

play03:45

any angles any sizes which is a very

play03:48

useful element but the problem is you

play03:51

get so caught up in the math of trying

play03:54

to Define any position for all your

play03:56

three points that you lose the actual

play03:59

development process so I'm focusing on

play04:01

this simpler element which is not as

play04:03

general you won't even see it used in

play04:05

most Fe codes however it gives me the

play04:08

power to focus in on the process all the

play04:12

way through so that's why I'm going

play04:14

through that in this video

play04:15

so continuing our development of this

play04:18

linear right triangle element we want to

play04:20

define the shape functions we have three

play04:23

degrees of freedom in each Direction now

play04:26

because it's 2D element we need to talk

play04:27

about directions so we have d1x d2x and

play04:30

d3x in the X direction that means that

play04:33

for the polynomial for U I can have

play04:36

three unknown coefficients in it so I

play04:39

can write U of X Y is equal to a0 plus

play04:42

a1x plus a2y so by doing One X term and

play04:45

one y term I've balanced this variation

play04:49

field so my field is not

play04:52

um is not biased towards the X direction

play04:54

or the y direction in terms of the

play04:57

variation I'm allowing for strain or

play04:59

displacement inside the element

play05:01

so now I want to determine what those

play05:04

coefficients are so I start out with

play05:06

each one of my degrees of freedom so d1x

play05:08

is going to be equal to whatever U is at

play05:12

0 0 and in this case that's a not d2x is

play05:17

going to be U evaluated at B comma 0

play05:19

that's node two and that is an a0 plus

play05:22

a1b and d3x is U evaluated at zero comma

play05:26

H so that's a0 plus a2h I can take these

play05:31

three equations and solve them for my

play05:34

three A's so a0 becomes d1x A1 is 1 over

play05:39

B times d2x minus d1x and A2 is 1 over H

play05:43

times d3x minus d1x so now I don't need

play05:48

the A's because I'm just going to

play05:50

substitute them in but it's an important

play05:52

intermediate step to calculate them so I

play05:54

plug them back into my U equation and

play05:56

now I have the one shown here without

play05:58

any A's in it so now I just have B and H

play06:02

which are my dimensions and then my X

play06:04

and Y which are the the variables that

play06:06

make this a function

play06:08

and now I need to rearrange terms to

play06:10

gather everything multiplied by D1 X d2x

play06:14

and d3x and when I do that this is the

play06:17

expression I get now this defines my

play06:20

shape functions everything multiplied by

play06:22

d1x is N1 everything multiplied by T2 X

play06:26

is N2 and everything multiplied by d3x

play06:29

is N3 now to put it into Matrix form I

play06:32

want to think about the fact that I want

play06:34

to take these degrees I want to end up

play06:37

with this equation here U of x y equals

play06:40

the shape functions multiplied by the

play06:43

degrees of freedom but I want to do this

play06:44

for both the X displacement that's U and

play06:48

also the Y device displacement which is

play06:50

V and the V is going to look the same as

play06:53

U is here it's just going to have the

play06:56

d1y d2y and d3y

play06:59

so when I put that all together I get

play07:01

this relationship for my shape function

play07:03

Matrix this will give me a u of X Y that

play07:07

looks like this and a v of X Y that

play07:09

looks very similar just with a Y

play07:11

subscript for each of my degrees of

play07:13

freedom terms

play07:15

so now that we have the shape function

play07:17

Matrix we can move forward to get the B

play07:19

Matrix and of course on the way we need

play07:21

to define the partial derivative Matrix

play07:23

operator in fact we're not going to

play07:25

Define it we're just going to plop it

play07:26

out here because I've discussed this in

play07:28

the strength material review video

play07:31

earlier in this series so remember that

play07:33

we've got a relationship between strain

play07:35

and displacement that's the partial

play07:37

derivative Matrix operator but what I

play07:39

really want to do is Define strain in

play07:41

terms of the degree of Freedom Vector D

play07:43

that's where the B Matrix comes into

play07:45

play so remember my strain Matrix I

play07:47

decided it looked like this

play07:49

we know from again the review of

play07:51

strength materials that the strain in

play07:54

the X direction is dudx in the Y

play07:56

directions dvdy those are the normal

play07:58

strains and then the shear strain is d u

play08:01

d y plus DV DX so written in a matrix

play08:05

operator form I now have my displacement

play08:08

field Vector U which has the terms UV

play08:12

and it's pre-multiplied by this partial

play08:15

derivative Matrix operator which I call

play08:17

the parcel symbol is equal to the The

play08:20

Matrix shown here

play08:22

so now to get B I take the partial

play08:25

derivative Matrix operator and I have it

play08:27

act on the shape function Matrix now

play08:30

when you do this for every new element

play08:31

you need to make sure this

play08:33

multiplication works and if you've set

play08:34

up your matrices properly it will always

play08:37

work

play08:38

so let's continue with that I'm going to

play08:40

multiply these matrices together when I

play08:43

do that I end up with the Matrix in this

play08:45

form where I've used some initial

play08:47

notation to try to minimize the amount

play08:49

of space I'm taking up so the comma X or

play08:52

comma y actually represents a partial

play08:55

derivative with respect to that variable

play08:57

so N1 comma X is dn1 DX

play09:02

now I know what my shape functions are

play09:05

so I can actually calculate all of these

play09:07

partial derivatives here are the shape

play09:09

functions I previously developed

play09:11

so the partial derivatives with respect

play09:13

to X are straightforward and similarly

play09:16

with respect to Y there's a

play09:17

straightforward I can take all of these

play09:19

partial derivatives plug them into that

play09:21

b Matrix and I get this Matrix now

play09:24

notice what happened here I lost all the

play09:26

x's and y's which we would expect

play09:29

because it was a linear function and I'm

play09:31

taking the derivative of linear

play09:33

functions I'm going to get constant

play09:34

terms but recall that strain is

play09:38

determined by multiplying the B Matrix

play09:40

times the degree of Freedom Vector that

play09:43

means because the B is constant and the

play09:46

degree of Freedom Vector never depends

play09:48

on position I have no variation of

play09:50

strain in this element the entire

play09:52

element will have exactly the same

play09:54

strain this is what you get with a

play09:56

linear triangle this is what would

play09:58

happen even if this was a any triangle

play10:01

any triangle shape the right triangle

play10:04

makes it look a little simpler but it

play10:05

would always be constant

play10:07

okay let's continue our development

play10:09

looking at the stress strain

play10:10

relationship this is just a quick review

play10:12

because we did this in uh the strength

play10:15

of materials review video earlier in the

play10:17

series so Sigma X looks like this Sigma

play10:19

Y and Tau XY so that's my stress strain

play10:24

relationship in a 2d plane stress State

play10:28

plane strain would be somewhat different

play10:31

this is plain stress specifically so now

play10:33

what I want to do is I want to write my

play10:35

stress Vector is equal to some Matrix D

play10:38

multiplied by my strain vector and

play10:40

remember that my stress Vector has three

play10:42

terms and my strain Vector has three

play10:43

terms so D is going to be a three by

play10:45

three Matrix and you can see that if I

play10:48

take those three equations at the top

play10:50

and put them into the Matrix form this

play10:53

is the Matrix D I end up with and this

play10:55

again was developed in more detail in an

play10:57

earlier video

play10:59

okay so now we have all the pieces to

play11:00

put together our stiffness Matrix K is

play11:02

equal to the integral over the volume of

play11:04

B transpose DB

play11:06

and here we go plug in the B's that we

play11:09

found and the D and in addition I'm

play11:12

going to convert my volume integral into

play11:15

an integral over the thickness of the

play11:18

element

play11:19

um inside of the integral over the cross

play11:22

section or the the surface of the

play11:24

element rather the d a

play11:27

so here the integral from 0 to T of DZ

play11:31

is just going to be T the thickness of

play11:33

my element so that will remain as a

play11:35

constant here assuming that I have

play11:37

constant thickness throughout the

play11:38

element and then the integral of d a

play11:41

remember nothing else in here if you

play11:43

look depends on X or Y so I can just

play11:47

resolve that integral right away so the

play11:49

integral over d a I'm sorry the integral

play11:53

of the cross-sectional area is BH over

play11:54

2.

play11:56

and when we multiply those three

play11:57

matrices together we get this Unholy

play12:00

mess and this is

play12:04

simpler than the general three node one

play12:07

so we can see the B Matrix here or I'm

play12:10

sorry we can see the K Matrix here you

play12:12

can see that because it's a right

play12:13

triangle I've picked up a few zero terms

play12:15

in it the general three node triangle

play12:17

will not have any three node terms in

play12:20

general however it will simplify to this

play12:22

one when you have a right triangle that

play12:24

you're analyzing so that is the linear

play12:27

right triangle stiffness Matrix

play12:29

okay the last piece of the development

play12:31

that we're going to go through for this

play12:33

linear right triangle is how do we

play12:35

handle distributive forces so

play12:36

distributed forces for uh stress element

play12:40

consists of body forces or Surface

play12:43

forces and in all of my earlier videos

play12:45

when I was dealing with bars and Beams I

play12:47

said you can choose either one you can't

play12:49

do that anymore these are now distinct

play12:52

note that the NS here this becomes

play12:54

important we're evaluating it on the

play12:57

surface of Interest so what do I mean by

play12:59

Body in a surface well FB is the force

play13:03

that's acting everywhere inside the

play13:05

edges of the element so it's throughout

play13:07

the body of the element whereas FS acts

play13:10

only at the element edges I call it a

play13:13

surface because there's thickness

play13:15

remember in a plane stress element there

play13:17

is a cross section that would get sliced

play13:19

in the Z Direction so the surface is the

play13:23

thickness times whatever the length of

play13:25

that

play13:26

um that edge is so FS is acting along

play13:29

finances let's work through an example

play13:31

here so here's the the linear right

play13:34

triangle and I've identified t as the

play13:37

thickness I'm going to apply a body

play13:39

Force so throughout the inside of the

play13:42

element and I'm going to call that W

play13:43

it's going to have units of

play13:46

Force divided by length cubed so it

play13:51

always wants to be a force per volume in

play13:53

order to be a body term so that means FB

play13:56

is 0 in the X Direction and minus W in

play14:00

the y direction that would be my FB for

play14:02

the integral above I'm going to add

play14:05

another Force here one that's acting on

play14:07

the edge or on the surface of the

play14:09

element this is I'm going to call

play14:11

attraction I'm going to give it the term

play14:12

T it's at 45 degrees angry angles

play14:15

downward and it's going to have units of

play14:18

force per area or Newtons per meter

play14:21

squared as it's shown here so because of

play14:23

the 45 degrees I pick up a 1 over the

play14:25

square root of 2 for each Direction and

play14:27

the x is going to be a positive for the

play14:30

surface force or Surface traction and

play14:32

the Y is going to be in the negative

play14:34

Direction so that's my FS term so

play14:37

putting these in and also showing the

play14:40

transpose of the shape function matrices

play14:42

let's first look at that first term for

play14:44

body Force that's the transpose of my

play14:48

shape function Matrix and I've got the 0

play14:52

minus W pretty straightforward there add

play14:54

in the second term here remember what

play14:57

I'm doing is I'm evaluating the shape

play14:59

functions on the surface of Interest so

play15:02

that means I'm evaluating along the left

play15:04

edge of the element The Edge where X is

play15:06

equal to zero

play15:07

so I have to evaluate each of them at

play15:10

zero comma y

play15:11

and then I've also got my T over square

play15:13

root of 2 times the 1 negative 1 term

play15:15

now note here that when you evaluate

play15:19

shape function 2 because it's a linear

play15:21

function and because we know it has to

play15:24

be zero at nodes one and three it has to

play15:27

be zero all along that edge so it's

play15:30

going to drop out it's going to become

play15:31

zero

play15:32

continuing this example when I multiply

play15:35

my shape function Matrix times my body

play15:38

Force term I end up with this vector and

play15:42

then when I do the same thing for my

play15:45

Surface traction term I get this Vector

play15:47

again the N2 terms dropped out because

play15:50

N2 was equal to zero all along the left

play15:52

edge of the element

play15:53

so remember these are my shape functions

play15:56

let's go ahead and plug them in here for

play15:58

this element we are going to integrate

play16:01

along the edge of the element the left

play16:04

Edge that's going to be a

play16:06

straightforward integration from 0 to H

play16:08

but the the integration over the surface

play16:11

of the element is going to mean we're

play16:12

going to have to follow that

play16:15

the the angled piece there so I'm going

play16:18

to evaluate that along the hypotenuse of

play16:20

the triangle Y is equal to H minus h x

play16:23

over B

play16:25

so the first term becomes the shape

play16:28

function substituted in I've converted

play16:31

my d a to a dydx where the the DX is on

play16:35

the outside so that's just 0 to B and

play16:37

then the d y is on the inside so it goes

play16:41

from 0 to the hypotenuse which again is

play16:44

H minus h x over B

play16:46

and the second term is

play16:49

just integrating from 0 to H of the

play16:52

shape functions evaluated along that

play16:54

left Edge

play16:55

so just wrapping it up you perform those

play16:58

integrals and then you do a little bit

play17:00

of algebra and you end up with this

play17:02

expression so the left piece here

play17:04

corresponds to the uniformly distributed

play17:07

downward acting body force and the right

play17:11

term is for the at a 45 degree angle

play17:15

downward to the right traction force and

play17:19

I think if you did these if you guessed

play17:21

you would probably end up with these

play17:23

terms as well but remember I chose very

play17:26

simple examples to show you the process

play17:27

you could have now any variation of load

play17:31

as a body force or as a surface traction

play17:33

and still be able to capture it using

play17:35

this method

Rate This

5.0 / 5 (0 votes)

Связанные теги
2D ElementsTriangular ElementsLinear MechanicsDisplacement FieldStrain StressShape FunctionsDegree of FreedomMaterial PropertiesStiffness MatrixDistributed Forces
Вам нужно краткое изложение на английском?