diff options
Diffstat (limited to '1052/CH15/EX15.9/159.sce')
-rwxr-xr-x | 1052/CH15/EX15.9/159.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1052/CH15/EX15.9/159.sce b/1052/CH15/EX15.9/159.sce new file mode 100755 index 000000000..1f8381188 --- /dev/null +++ b/1052/CH15/EX15.9/159.sce @@ -0,0 +1,10 @@ +clc;
+//Example 15.9
+//page no 175
+printf(" Example 15.9 page no 175\n\n");
+//refer to Example 15.9
+meu=1.74e-5//viscosity,kg/m.s
+D=0.085//diameter of pipe
+G=99.3//mass velocity flux
+R_e=D*G/meu//reynolds no.
+printf("\n reynolds no R_e=%f ",R_e);
|