summaryrefslogtreecommitdiff
path: root/1268/CH3/EX3.6/3_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '1268/CH3/EX3.6/3_6.sce')
-rw-r--r--1268/CH3/EX3.6/3_6.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1268/CH3/EX3.6/3_6.sce b/1268/CH3/EX3.6/3_6.sce
new file mode 100644
index 000000000..1292494e0
--- /dev/null
+++ b/1268/CH3/EX3.6/3_6.sce
@@ -0,0 +1,9 @@
+clc;
+disp("Example 3.6")
+pgrad= 12500; // pressure gardient in dynes/cm^3
+d=0.445; // diameter in metres
+mew=8; // viscosity in poise
+Q= %pi*pgrad*d*d*d*d/(128*mew);
+disp(" Volumetric flow rate is ");
+disp(Q);
+disp(" cc/s");