0% found this document useful (0 votes)
66 views

MATLAB Command Window

The document contains the results of a finite element analysis of a 3 member structure. It provides the node definitions, element stiffness matrices, global assembly matrix, displacement vector, reaction forces vector, and member forces for each of the 3 members. The analysis calculated displacements of -0.0250 units and 0.0056 units for degrees of freedom 2 and 3 respectively under the applied loading.

Uploaded by

Yap HS
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
66 views

MATLAB Command Window

The document contains the results of a finite element analysis of a 3 member structure. It provides the node definitions, element stiffness matrices, global assembly matrix, displacement vector, reaction forces vector, and member forces for each of the 3 members. The analysis calculated displacements of -0.0250 units and 0.0056 units for degrees of freedom 2 and 3 respectively under the applied loading.

Uploaded by

Yap HS
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

12/30/17 5:52 PM MATLAB Command Window 1 of 3

Element Stiffness Member 1


--------------------------------
Near Node N(x,y):(4,0)
Far Node F(x,y) :(4,3)
DOF Nx : 1
DOF Ny : 2
DOF Fx : 3
DOF Fy : 4

Global Stiffness Matrix K1


Kel =

1.0e+06 *

0 0 0 0
0 2.6667 0 -2.6667
0 0 0 0
0 -2.6667 0 2.6667

Element Stiffness Member 2


--------------------------------
Near Node N(x,y):(4,3)
Far Node F(x,y) :(0,0)
DOF Nx : 3
DOF Ny : 4
DOF Fx : 5
DOF Fy : 6

Global Stiffness Matrix K2


Kel =

1.0e+06 *

1.0240 0.7680 -1.0240 -0.7680


0.7680 0.5760 -0.7680 -0.5760
-1.0240 -0.7680 1.0240 0.7680
-0.7680 -0.5760 0.7680 0.5760

Element Stiffness Member 3


--------------------------------
Near Node N(x,y):(0,3)
Far Node F(x,y) :(4,3)
DOF Nx : 7
DOF Ny : 8
DOF Fx : 3
DOF Fy : 4

Global Stiffness Matrix K3


Kel =
12/30/17 5:52 PM MATLAB Command Window 2 of 3

1.0e+06 *

2.0000 0 -2.0000 0
0 0 0 0
-2.0000 0 2.0000 0
0 0 0 0

Global Assembly Matrix K


-------------------------

K =

1.0e+06 *

0 0 0 0 0 0 0 0
0 2.6667 0 -2.6667 0 0 0 0
0 0 3.0240 0.7680 -1.0240 -0.7680 -2.0000 0
0 -2.6667 0.7680 3.2427 -0.7680 -0.5760 0 0
0 0 -1.0240 -0.7680 1.0240 0.7680 0 0
0 0 -0.7680 -0.5760 0.7680 0.5760 0 0
0 0 -2.0000 0 0 0 2.0000 0
0 0 0 0 0 0 0 0

Displacement vector:
-------------------------

u =

0
-0.0250
0.0056
-0.0219
0
0
0
0

Reactions (Force vector)


-------------------------

f =

1.0e+04 *

0
-0.8333
0
0
1.1111
0.8333
-1.1111
0
12/30/17 5:52 PM MATLAB Command Window 3 of 3

Member Forces Member 1


--------------------------------
Near Node N(x,y):(4,0)
Far Node F(x,y) :(4,3)
DOF Nx : 1
DOF Ny : 2
DOF Fx : 3
DOF Fy : 4
Member Force for Member 1 = 8.333333e+03

Member Forces Member 2


--------------------------------
Near Node N(x,y):(4,3)
Far Node F(x,y) :(0,0)
DOF Nx : 3
DOF Ny : 4
DOF Fx : 5
DOF Fy : 6
Member Force for Member 2 = -1.388889e+04

Member Forces Member 3


--------------------------------
Near Node N(x,y):(0,3)
Far Node F(x,y) :(4,3)
DOF Nx : 7
DOF Ny : 8
DOF Fx : 3
DOF Fy : 4
Member Force for Member 3 = 1.111111e+04
>>

You might also like