diff options
Diffstat (limited to '1627/CH4/EX4.4/Ex4_4.sce')
-rw-r--r-- | 1627/CH4/EX4.4/Ex4_4.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/1627/CH4/EX4.4/Ex4_4.sce b/1627/CH4/EX4.4/Ex4_4.sce new file mode 100644 index 000000000..c43139527 --- /dev/null +++ b/1627/CH4/EX4.4/Ex4_4.sce @@ -0,0 +1,13 @@ +clc
+//initialisation of variables
+f=5//cm
+d=10//cm
+r=150//liters
+p=4//in
+A2=7.84*10^-3//m^2
+//CALCULATIONS
+A=((%pi)*(f*10^-2)^2)/p//m^2
+V1=(r*10^-3)*(1/60)/A//m/s
+V2=(A*V1)/A2//m/s
+//RESULTS
+printf('The velocity of the fluid in both pipes=% f m/s',V2)
|