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

Military Institute of Science and Technology: Assignment 3

The document describes the finite element analysis of two truss structures. For the first structure, it provides the node coordinates, element connectivity, material properties, and input data for a 9-node, 15-element truss. For the second problem, it similarly defines the 6-node, 9-element roof truss and requests output of nodal displacements and member stresses. The document contains the detailed input data required to analyze the truss structures using a finite element code.

Uploaded by

Ayesha Akhter
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)
78 views

Military Institute of Science and Technology: Assignment 3

The document describes the finite element analysis of two truss structures. For the first structure, it provides the node coordinates, element connectivity, material properties, and input data for a 9-node, 15-element truss. For the second problem, it similarly defines the 6-node, 9-element roof truss and requests output of nodal displacements and member stresses. The document contains the detailed input data required to analyze the truss structures using a finite element code.

Uploaded by

Ayesha Akhter
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/ 12

1

MILITARY INSTITUTE OF SCIENCE AND TECHNOLOGY

ASSIGNMENT 3

COURSE CODE: CE6109


COURSE TITLE: Finite Element Methods I

SUBMITTED TO
Dr. Md. Jahidul Islam
Assistant Professor
Dept. of Civil Engineering

SUBMITTED BY
Name: Ayesha Akhter
Id : 0420110009
Prog. : M.Sc
Dept. of Civil Engineering
2

INDEX
Sl.no Problem Figure Page no.
1 PROBLEM 3.1 2-8
Prepare a data file for the trusses
shown next and carry out the analysis
using the code truss.m. Print the
nodal displacements and member
forces.

2 PROBLEM 3.2 9-12


Prepare a data file for the roof trusses
shown below and carry out the
analysis using the code truss.m. Print
the nodal displacements for each
joint and member stresses for each
element.
Assume, E = 210 GPa and A = 10 x
10-4 m2 for all members.
3

PROBLEM 3.1
Prepare a data file for the trusses shown next and carry out the analysis using the code truss.m.
Print the nodal displacements and member forces.

The input data for this structure consist of


 nnd = 9; number of nodes
 nel = 15; number of elements
 nne = 2; number of nodes per element
 nodof = 2; number of degrees of freedom per element
Nodes Coordinates :The coordinates x and y of the nodes are given in the form of a matrix
geom(nnd, 2):

0 0
1 2
geom = 2 0
3 2
4 0
5 2
6 0
7 2
8 0
4

Element Connectivity:

1 2
1 3
2 3
2 4
3 4
3 5
Connec = 4 5
4 6
5 6
5 7
6 7
6 8
7 8
7 9
8 9

Material and Geometrical Properties:

30000000 0.02
30000000 0.045
30000000 0.02
30000000 0.045
30000000 0.02
30000000 0.045
prop = 30000000 0.02
30000000 0.045
30000000 0.02
30000000 0.045
30000000 0.02
30000000 0.045
30000000 0.02
30000000 0.045
30000000 0.02
5

Input Data:
6
7
8
9

PROBLEM 3.2
Prepare a data file for the roof trusses shown below and carry out the analysis using the code
truss.m. Print the nodal displacements for each joint and member stresses for each element.
Assume, E = 210 GPa and A = 10 x 10-4 m2 for all members.

The input data for this structure consist of


 nnd = 6; number of nodes
 nel = 9; number of elements
 nne = 2; number of nodes per element
 nodof = 2; number of degrees of freedom per element
Nodes Coordinates:
The coordinates x and y of the nodes are given in the form of a matrix geom(nnd, 2):

0 0
4 2
geom = 8 4
8 0
12 2
16 0

Element Connectivity :

1 2
1 4
2 4
2 3
connec =
3 4
3 5
4 5
4 6
5 6
10

Material and Geometrical Properties:

21000000 0.003
21000000 0.001
21000000 0.001
21000000 0.001
21000000 0.001
21000000 0.001
21000000 0.001
21000000 0.001
21000000 0.001

Input Data:
11
12

You might also like