summaryrefslogtreecommitdiff
path: root/3750/CH1/EX1.12/Ex1_12.sce
blob: a0d8d225c285c8d4d2bc3b647ea26eb9084e51a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//Strength Of Material By G.H.Ryder
//Chapter 1
//Example 12
// To Find New Tension in bolts
SideB=20;  //side of square liquid , Unit in cm
Pc=5;   //central load, Unit in KN
n=4;   //Numbers of bolts
SideF=16;  //side of square holding foundation
Pb=0.5;   //tension in bolt, Unit in KN
shift=2;   //shift in line of  action of load, Unit i cm
InitialLoad=Pc+n*Pb;   //Initial load on ??????? , Unit in KN
//This load is distributed over 20cm causing compression of x
RateOfLoading=(5*8)*(xbye/2)*(7/20); Unit in KN/cm;
F=RateOfLoading*SideB/2;   //Total force in ?????? in oneside, Unit in KN
C=2/3*SideB/2;    //Distance of centroid from centre line , Unit in cm
//Moment Equation:   2*xbye*SSideB/2+2*F*C=Pc*2
xbye=Pc*2/(2*SideF/2+2*F*C)    //Unit in KN