You are on page 1of 4

ALGORITHM

STEP 1: START
STEP 2: DISPLAY ASSUMPTIONS
STEP 3: SELECT THE TYPE OF SUPPORT, GO TO STEP 3.1 OR 3.2
ELSE GO TO STEP 6
3.1: Both side fixed support, if yes then go to step 4 else go to step
3.2
3.2: Combination of Roller and Hinge Support, if yes then go to 5
else go to step 6.
3.3: A point A on the LHS on the beam is a fixed.
STEP 4: BOTH SIDE FIXED SUPPORT.
4.1: Input L1, ie, length of beam in meters
4.2: Input n, i.e., number of vertical forces user wants to act on
beam.
4.3: Input the magnitude of all forces
4.4: Input the direction of forces (upward/downward)
4.5: Enter the distance of force w.r.t. A
4.6: Enter the distance of UDL from point A
4.7: Enter the length of UDL (ll)
4.8: Enter the value of UDL (ul)
4.9: Calculation of force of UDL (Fudl) = ll * ul
4.10: Summation of all forces acting on the beam, i.e.

Reaction at point A + reaction at point B = Constant (C1)


4.11: Calculate the moment w.r.t point A, i.e. it will give
magnitude
/reaction at point B
4.12: Reaction at point A = constant (C1) reaction at point B
4.13: Display (the reactions at point A and point B), go to step
4.14
4.14: go to step 6

STEP 5: COMBINATION OF ROLLER AND HINGE SUPPORTS


(Assumption: - HINGE is on LHS and ROLLER in on RHS)
5.1: Input L2, i.e. length of beam
5.2: Input nl, i.e. number of forces user wants to act on the beam
5.2: (I) Input the magnitude of beams
(ii) Input the direction of force (upward/downward)
(iii) Input the distance of force w.r.t A
5.3: Enter n2, i.e., number of inclined forces user wants to add on
the beam
5.3: (i) Enter the magnitude of force
(ii) Enter the distance of forces from point A

(iii) Enter the angle of force w.r.t X-axis


(iv) Resolution of inclined forces:
X-axis = cos ()
Y-axis = sin ()
5.4: Enter the distance of UDL from point A
(i) Enter the length of UDL (l2)
(ii)Enter the value of UDL (u2)
(iii)Calculation of force of UDL (Fudl2) = l2 * u2
5.5: (i) Reaction offered by roller support on beam (RB)
(ii) Input 1, i.e. the angle of force acting on roller
5.6: (i) Reaction offered by Hinge Support on the beam (RA)
(ii) Enter 2, i.e. the angle at which force is acting
5.7: (i) Calculation of forces acting on the beam, i.e. summation of FX
And FY
(ii) To calculate summation of Fx, go to step 5.8(i)
(iii) To calculate summation of Fy, go to step 5.8(ii)
(iv) Calculation of moments of all forces w.r.t point A
(v) Calculation of resultant of forces
(vi) Calculation of angle of the resultant (), go to step 5.8 (iii)
5.8: (i) RA cos () + F cos () + RB cos () = 0
(ii) RA sin () + F sin () + RB sin () = 0

(iii) = (tan)-1(Fy/Fx)

5.9: Display (summation of Fx and Fy, reaction at point A and point B,


1, 2, resultant and angle of the resultant w.r.t X- axis)
Calculated from steps in 5.4, 5.5, 5.6, 5.7, 5.8
STEP 6: FINISH

You might also like