diff options
Diffstat (limited to '1268/CH3/EX3.12/3_12.sce')
-rw-r--r-- | 1268/CH3/EX3.12/3_12.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1268/CH3/EX3.12/3_12.sce b/1268/CH3/EX3.12/3_12.sce new file mode 100644 index 000000000..ea25d989c --- /dev/null +++ b/1268/CH3/EX3.12/3_12.sce @@ -0,0 +1,7 @@ +clc;
+disp("Example 3.12")
+radiusratio=0.2;
+// From the appropriate equation we see the dependence of volumetric flow rate with radius
+ratio=1-(0.2^4)+((1-(0.2^2))^2)/log(0.2);
+disp("Q2/Q1= ");
+disp(ratio);
|