diff options
Diffstat (limited to '1268/CH4/EX4.20/4_20.sce')
-rw-r--r-- | 1268/CH4/EX4.20/4_20.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1268/CH4/EX4.20/4_20.sce b/1268/CH4/EX4.20/4_20.sce new file mode 100644 index 000000000..e8c870b36 --- /dev/null +++ b/1268/CH4/EX4.20/4_20.sce @@ -0,0 +1,11 @@ +clc;
+disp("Example 4.20")
+d=0.05 // in m
+G= 125 // Massflow rate per crosssection area in kg/m^2/s
+mew= 0.025 // in kg/ms
+Re=d*G/mew
+density=800
+V=G/density
+Vmax= 2*V
+Vgrad= -2*Vmax*2/d
+disp(Vgrad,"Velocity gradient on the wall is ")
|