summaryrefslogtreecommitdiff
path: root/3819/CH1/EX1.10/Ex1_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '3819/CH1/EX1.10/Ex1_10.sce')
-rw-r--r--3819/CH1/EX1.10/Ex1_10.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3819/CH1/EX1.10/Ex1_10.sce b/3819/CH1/EX1.10/Ex1_10.sce
new file mode 100644
index 000000000..0edc8dda9
--- /dev/null
+++ b/3819/CH1/EX1.10/Ex1_10.sce
@@ -0,0 +1,14 @@
+// A Textbook of Fluid Mecahnics and Hydraulic Machines - By R K Bansal
+// Chapter 1-Properties of Fluid
+// Problem 1.10
+
+
+//Given Data Set in the Problem
+density=981
+ss=0.2452
+vel_grad=0.2
+
+//Calculations
+visc=ss/(vel_grad)
+kin_visc=visc/density
+mprintf("The Kinematic viscosity of the oil is %f stokes\n",kin_visc*10^4)