From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3819/CH1/EX1.10/Ex1_10.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 3819/CH1/EX1.10/Ex1_10.sce (limited to '3819/CH1/EX1.10') 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) -- cgit