summaryrefslogtreecommitdiff
path: root/3886/CH17/EX17.11/17_11.sce
blob: 2b839ab0f83c7e51bc2405bc083e364b8059db9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//Vane is moving
//refer fig. 17.12 (a) and (b)
//Velocity of approach Va
Va=20  //m/sec
//Weight of water impinging in t seconds=385.24*t
//Velocity of departure Vd
Vd=30-10  //m/sec
//Writing impulse momentum equation in x direction
Px=105.22  //N
Py=392.70  //N
P=sqrt((Px^2)+(Py^2))  //N
//inclination
theta=atand(Py/Px)  //degree
printf("\nPressure exerted P=%.3f N",P)