summaryrefslogtreecommitdiff
path: root/3758/CH1/EX1.4/Ex1_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3758/CH1/EX1.4/Ex1_4.sce')
-rw-r--r--3758/CH1/EX1.4/Ex1_4.sce6
1 files changed, 0 insertions, 6 deletions
diff --git a/3758/CH1/EX1.4/Ex1_4.sce b/3758/CH1/EX1.4/Ex1_4.sce
deleted file mode 100644
index 169220e40..000000000
--- a/3758/CH1/EX1.4/Ex1_4.sce
+++ /dev/null
@@ -1,6 +0,0 @@
-f=0.2; // shear stress in kg/m^2
-v=0.61; // velocity in m/sec
-y=0.0000254; // distance between two plate in m
-u=(f*y)/v; //calculating dynamic viscosity
-printf('Dymanic viscosity of fluid between plates is %f kg sec/m^2',u);
-