summaryrefslogtreecommitdiff
path: root/1627/CH4/EX4.5/Ex4_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '1627/CH4/EX4.5/Ex4_5.sce')
-rw-r--r--1627/CH4/EX4.5/Ex4_5.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1627/CH4/EX4.5/Ex4_5.sce b/1627/CH4/EX4.5/Ex4_5.sce
new file mode 100644
index 000000000..f2372c71a
--- /dev/null
+++ b/1627/CH4/EX4.5/Ex4_5.sce
@@ -0,0 +1,10 @@
+clc
+//initialisation of variables
+p=8000*10^-3//liters/min
+r=15*10^-2//cm
+v=2.5//m
+//CALCULATIONS
+V1=(4*(p)*(1/60))/(%pi*(r)^2)//m/s
+D=sqrt(4*(p)*(1/60)/(%pi*v))*100//cm
+//RESULTS
+printf('The diameter of the suction line is=% f cm',D)