summaryrefslogtreecommitdiff
path: root/1187/CH6/EX6.2/2.sce
diff options
context:
space:
mode:
Diffstat (limited to '1187/CH6/EX6.2/2.sce')
-rwxr-xr-x1187/CH6/EX6.2/2.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1187/CH6/EX6.2/2.sce b/1187/CH6/EX6.2/2.sce
new file mode 100755
index 000000000..82cee4e55
--- /dev/null
+++ b/1187/CH6/EX6.2/2.sce
@@ -0,0 +1,10 @@
+clc
+c=0.001; // m
+p1=15*10^3; // Pa
+u=0.6; // kg/m/s
+R=6; // ratio of R2/R1
+
+Q=%pi*c^3*p1/(6*u*log(R));
+disp("(b)Rate at which oil must be supplied =")
+disp(Q)
+disp("m^3/s") \ No newline at end of file