summaryrefslogtreecommitdiff
path: root/1627/CH8/EX8.6/Ex8_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '1627/CH8/EX8.6/Ex8_6.sce')
-rw-r--r--1627/CH8/EX8.6/Ex8_6.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/1627/CH8/EX8.6/Ex8_6.sce b/1627/CH8/EX8.6/Ex8_6.sce
new file mode 100644
index 000000000..e1c02f702
--- /dev/null
+++ b/1627/CH8/EX8.6/Ex8_6.sce
@@ -0,0 +1,15 @@
+clc
+//initialisation of variables
+w=7*10^-2//m
+v=25//m/s
+a=170//deg
+v1=1000//N.s^2/m^4
+v2=40//m
+p=1+0.9848
+t=746//N.m/s
+//CALCULATIONS
+Q=((%pi)*(w)^2*(v))/4//m^3/s
+Fx=(v1*Q*(v2-v)*p)//N
+Hp=Fx*v/t//hp
+//RESULTS
+printf('The potential horsepower developed by the pelton wheel is=% f hp',Hp)