From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1379/CH9/EX9.1.3/example9_3.sce | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 1379/CH9/EX9.1.3/example9_3.sce (limited to '1379/CH9/EX9.1.3') diff --git a/1379/CH9/EX9.1.3/example9_3.sce b/1379/CH9/EX9.1.3/example9_3.sce new file mode 100755 index 000000000..b66ec9b82 --- /dev/null +++ b/1379/CH9/EX9.1.3/example9_3.sce @@ -0,0 +1,16 @@ + + +//exapple 9.3 +clc; funcprot(0); +// Initialization of Variable +rhog=1200;//density of glycerol +mu=1.45; +pi=3.1428; +g=9.81; +rhos=2280;//density of sphere +v=0.04;//terminal velocity; +a=2*mu*g*(rhos-rhog)/v^3/3/rhog^2;//a=Cd/2/Re +//using graph of Cd/2/Re vs Re +Re=0.32; +d=Re*mu/v/rhog; +disp(d , "Diameter of sphere in (m):"); -- cgit