diff options
Diffstat (limited to '1457/CH8/EX8.4/8_4.sce')
-rwxr-xr-x | 1457/CH8/EX8.4/8_4.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1457/CH8/EX8.4/8_4.sce b/1457/CH8/EX8.4/8_4.sce new file mode 100755 index 000000000..e60f189af --- /dev/null +++ b/1457/CH8/EX8.4/8_4.sce @@ -0,0 +1,12 @@ +clc
+//Initialization of variables
+f=0.0131
+d=0.5 //m
+//calculations
+V=2.12 //m/s
+R=10^6
+Q=%pi*d^2 /4 *V
+d1=32.8*10^-6 /(V* sqrt(f))
+//results
+printf("flow rate = %.3f m^3/s",Q)
+printf("\n nominal thickness = %.2e m",d1)
|