summaryrefslogtreecommitdiff
path: root/3886/CH17/EX17.11/17_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH17/EX17.11/17_11.sce')
-rw-r--r--3886/CH17/EX17.11/17_11.sce17
1 files changed, 17 insertions, 0 deletions
diff --git a/3886/CH17/EX17.11/17_11.sce b/3886/CH17/EX17.11/17_11.sce
new file mode 100644
index 000000000..2b839ab0f
--- /dev/null
+++ b/3886/CH17/EX17.11/17_11.sce
@@ -0,0 +1,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)
+
+
+