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 --- 914/CH6/EX6.2/ex6_2.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 914/CH6/EX6.2/ex6_2.sce (limited to '914/CH6/EX6.2/ex6_2.sce') diff --git a/914/CH6/EX6.2/ex6_2.sce b/914/CH6/EX6.2/ex6_2.sce new file mode 100755 index 000000000..5369e747e --- /dev/null +++ b/914/CH6/EX6.2/ex6_2.sce @@ -0,0 +1,11 @@ +clc; +warning("off"); +printf("\n\n example6.2 - pg202"); +// given +p=0.99568*62.43; //[lb/ft^3] - density of water at 86degF +mu=0.8007*6.72*10^-4; //[lb/ft*sec] - viscosity of water at 86degF +u=4.78; //[ft/sec] - free stream velocity +Nre=5*10^5; // the lower limit for the transition reynolds number range is substituted +x=(Nre*mu)/(p*u); +disp(x,"x"); +printf("\nThus the transition could star at about %fft.The reynolds number at the upper end of the transition range is %e.The value of x at this location is ten times then the value obtained above i.e %fft",x,Nre*10,x*10); \ No newline at end of file -- cgit