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 --- 1244/CH4/EX4.2/Example42.sce | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 1244/CH4/EX4.2/Example42.sce (limited to '1244/CH4/EX4.2') diff --git a/1244/CH4/EX4.2/Example42.sce b/1244/CH4/EX4.2/Example42.sce new file mode 100755 index 000000000..53359286e --- /dev/null +++ b/1244/CH4/EX4.2/Example42.sce @@ -0,0 +1,25 @@ + + +// Display mode +mode(0); + +// Display warning for floating point exception +ieee(1); + +clc; +disp("Principles of Heat Transfer, 7th Ed. Frank Kreith et. al Chapter - 4 Example # 4.2 ") + +disp("The given example is theoretical and does not involve any numerical computation") + +// Local shear stress is given as: +// tau=0.3*((rho*mu/x)^0.5)*(Uinfinity^1.5) + +// Using Local friction coefficient = local shear stress / +// (0.5*rho*Uinfinity*Uinfinity), we get local friction coefficient as: + +//disp("Cfx = 0.6/((ReL*xstar))^0.5") + +//Integrating the local value of shear stress over length L and dividing by +//area i.e. A=L*1, we get average friction coefficient as: + +//disp("Cfbar = 1.2/(ReL^0.5)") -- cgit