New Reply

Finite Element Analysis - Author J.N Reddy Book

 
Share Thread Thread Tools
Sep14-12, 01:14 PM   #1
 

Finite Element Analysis - Author J.N Reddy Book


Folks,

Is there anyone out there familiar with 'An introduction to the Finite Element Method' by J.N. Reddy?

I am struggling to decipher what is happening on page 129 as shown in the attachment. If some-one is willing to help I will reply with a more specific query on that page. Thanks
Attached Thumbnails
IMAG0058.jpg  
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Galaxies fed by funnels of fuel
>> The better to see you with: Scientists build record-setting metamaterial flat lens
>> Google eyes emerging markets networks
Sep14-12, 03:56 PM   #2

Math 2012
 
Recognitions:
Science Advisor Science Advisor
I think this would be easier to understand if you write it in matrix form.
Suppose you have two linear elements joined end to end, so there are 3 nodes.
If the stiffness matrices of the two elements are
$$\begin{bmatrix}
k^1_{11} & k^1_{12} \\
k^1_{21} & k^1_{22}
\end{bmatrix}$$
and $$\begin{bmatrix}
k^2_{11} & k^2_{12} \\
k^2_{21} & k^2_{22}
\end{bmatrix}$$
The assembled stiffness matrix is
$$\begin{bmatrix}
k^1_{11} & k^1_{12} & 0 \\
k^1_{21} & k^1_{22}+k^2_{11} & k^2_{12} \\
0 & k^2_{21} & k^2_{22}
\end{bmatrix}$$
And similarly for the right hand side vectors.

You probably first met this idea in a dynamics course, setting up the equations of motion for mass-and-spring systems.
Sep15-12, 04:36 AM   #3
 
Quote by AlephZero View Post
I think this would be easier to understand if you write it in matrix form.
Suppose you have two linear elements joined end to end, so there are 3 nodes.
If the stiffness matrices of the two elements are
$$\begin{bmatrix}
k^1_{11} & k^1_{12} \\
k^1_{21} & k^1_{22}
\end{bmatrix}$$
and $$\begin{bmatrix}
k^2_{11} & k^2_{12} \\
k^2_{21} & k^2_{22}
\end{bmatrix}$$
The assembled stiffness matrix is
$$\begin{bmatrix}
k^1_{11} & k^1_{12} & 0 \\
k^1_{21} & k^1_{22}+k^2_{11} & k^2_{12} \\
0 & k^2_{21} & k^2_{22}
\end{bmatrix}$$
And similarly for the right hand side vectors.

You probably first met this idea in a dynamics course, setting up the equations of motion for mass-and-spring systems.
Thanks.Actually further down the page the matrix form is shown (see attached). However, I dont see how the assembled matrix you have shown for 2 linear elements can be derived 'explicitly' from the matrix attached. Ie, the second row of attached contains ##k_{11}^3## which does not exist for a system of 2 elements....? Of course we know it does not exist hence we can simply not write it in but....
Attached Thumbnails
IMAG0060.jpg  
Sep15-12, 02:58 PM   #4

Math 2012
 
Recognitions:
Science Advisor Science Advisor

Finite Element Analysis - Author J.N Reddy Book


I think the matrix in the book is slightly misleading. There should also be a vertical dotted line showing that some columns are missing, lile
$$\begin{bmatrix}
\color{red}{ k^1_{11}} & \color{red}{k^1_{12}} & & \vdots \\
\color{red}{k^1_{21}} & \color{red}{k^1_{22} + k^2_{11}} & \color{blue}{k^2_{12}} & \vdots \\
& \color{blue}{k^2_{21}} & \color{blue}{k^2_{22} + k^3_{11}} & \vdots \\
\cdots & \cdots & \cdots & \ddots & \cdots & \cdots \\
& & & \vdots & k^{N-1}_{22} + k^N_{11} & \color{red}{K^N_{12}} \\
& & & \vdots & \color{red}{k^N_{21}} & \color{red}{K^N_{22}}
\end{bmatrix}$$

When N = 1, you just have the first and last rows and columns forming a 2x2 matrix.

When N = 2, you have the first second and last rows and columns forming a 3x3 matrix, i.e. the matrix entries shown in red.

When N = 3, you have the entries shown in red and blue.
Sep15-12, 08:42 PM   #5
 
In two elements K11^3 = 0 as there is no U4 either. Its just the notations that are generally written for more than two elements
Sep17-12, 09:03 AM   #6
 
Blog Entries: 2
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
As a mechanical engineer I found it much easier to lay out the matrices as AlephZero has done (i.e. graphically), the reason the author of the book lays them out in equation or linear algebra form is basically that's what you would need if you were writing your own FEA software.

Great posts AlephZero! That's some impressive application of TEX!
Sep18-12, 01:23 PM   #7
 
Quote by AlephZero View Post
I think the matrix in the book is slightly misleading. There should also be a vertical dotted line showing that some columns are missing, lile
$$\begin{bmatrix}
\color{red}{ k^1_{11}} & \color{red}{k^1_{12}} & & \vdots \\
\color{red}{k^1_{21}} & \color{red}{k^1_{22} + k^2_{11}} & \color{blue}{k^2_{12}} & \vdots \\
& \color{blue}{k^2_{21}} & \color{blue}{k^2_{22} + k^3_{11}} & \vdots \\
\cdots & \cdots & \cdots & \ddots & \cdots & \cdots \\
& & & \vdots & k^{N-1}_{22} + k^N_{11} & \color{red}{K^N_{12}} \\
& & & \vdots & \color{red}{k^N_{21}} & \color{red}{K^N_{22}}
\end{bmatrix}$$

When N = 1, you just have the first and last rows and columns forming a 2x2 matrix.

When N = 2, you have the first second and last rows and columns forming a 3x3 matrix, i.e. the matrix entries shown in red.

When N = 3, you have the entries shown in red and blue.
THanks to all and particularly AlephZero. His matrix notation greatly clarifies things for me.

Appreciated.
Ed
Sep18-12, 03:28 PM   #8

Math 2012
 
Recognitions:
Science Advisor Science Advisor
Quote by Mech_Engineer View Post
As a mechanical engineer I found it much easier to lay out the matrices as AlephZero has done (i.e. graphically),
Actually, there's a better technology than TeX for doing this. It's called "some big sheets of paper and a pack of colored pens."

(But Mech_Engineer probably knew that already.)
New Reply
Thread Tools


Similar Threads for: Finite Element Analysis - Author J.N Reddy Book
Thread Forum Replies
A comprehensive book for finite element methods ? Mechanical Engineering 3
Finite Element Analysis Program Engineering Systems & Design 4
Finite Element Analysis Engineering, Comp Sci, & Technology Homework 6
Finite Element Analysis Engineering, Comp Sci, & Technology Homework 0
Finite Element Analysis Mechanical Engineering 3