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

Tutorial - 4: R - S - R S

The document contains 5 questions about structural analysis and finite element methods. Question 1 asks to develop a program to evaluate the structure stiffness matrix from the member stiffness matrix. Question 2 asks to generate the SJ matrix for a beam and rearrange the SJ matrix. Question 3 asks to calculate the AML vector for a beam under three point loads and a UVL loading. Question 4 asks to assemble the member flexibility matrix for a plane frame. Question 5 asks to describe the steps of the finite element method.

Uploaded by

afzal tai
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)
13 views

Tutorial - 4: R - S - R S

The document contains 5 questions about structural analysis and finite element methods. Question 1 asks to develop a program to evaluate the structure stiffness matrix from the member stiffness matrix. Question 2 asks to generate the SJ matrix for a beam and rearrange the SJ matrix. Question 3 asks to calculate the AML vector for a beam under three point loads and a UVL loading. Question 4 asks to assemble the member flexibility matrix for a plane frame. Question 5 asks to describe the steps of the finite element method.

Uploaded by

afzal tai
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/ 2

TUTORIAL – 4

Class: BE –IV (Civil)


Sub: A.P.E.A.

Q.1 Write a C Program to evaluate the structure-oriented Stiffness Matrix from


the members-oriented stiffness matrix for a Plane Frame member by
performing the matrix operation.

S MD  R TT . S M . R T

Q.2 Develop a C program to generate the SJ matrix for a beam problem shown in
Figure and for rearrangement of SJ matrix. Also include statements to isolate
[S] and [SRD].

1.5EI, 1.5l EI, l 2EI, 1.5 l 1.5EI, l

Q.3 Write a C program which would calculate the AML vector for a beam
member for a generalized loading consisting of maximum three point loads
and UVL with zero ordinate at LHS and maximum ordinate at RHS.

Q.4 Prepare a flowchart and a C program to assemble member flexibility matrix


for the plane frame structure shown in figure. Assume AE = 1000, EI = 5000
for all the members.

1.51, EI 1.51, EI 1.51, EI

EI EI EI EI EI EI
1 1 1 1 1 1

Q.5 Describe in detail steps of finite element method.

You might also like