summaryrefslogtreecommitdiff
path: root/3886/CH22/EX22.10/22_10.sce
blob: 59bab8f8998a9445b7ff8b524f9acdf2cf5d0970 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//rotating crank
//refer fig. 22.16 (a),(b),(c),(d),(e),(f),(g),(h) and (i)
//from sine rule
theta=asind((80*sind(60))/(200))  //degree
//angular velocity of crank
omega=(2*%pi*1800)/(60)  //rad/sec
vB=0.08*omega  //m/sec
//it is at right angles to BC
aB=(15.0796^2/0.8)  //m/sec^2
vA=15.8436  //m/sec
aB=2842.4292  //making 60 degree with horizontal
alpha=13120.457  //rad/sec^2
aAB=0.2*alpha
aA=512.2027  //m/sec^2
aX=1118.2109  //m/sec^2
aY=-1174.862  //m/sec^2  downward
//Consider dynamic equilibrium of piston A
HA=(4000)-((50*512.2027)/(9.81))  //kN The answer provided in the textbook is wrong
//Taking moment about B
vA=813.95  //N
vB=2001.57  //N
HB=2598.51  //N
printf("\nHA=%.2f kN\nHB=%.2f N\nvA=%.2f N\nvB=%.2f N",HA,HB,vA,vB)