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 --- 746/CH9/EX9.06/9_06.sce | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 746/CH9/EX9.06/9_06.sce (limited to '746/CH9/EX9.06') diff --git a/746/CH9/EX9.06/9_06.sce b/746/CH9/EX9.06/9_06.sce new file mode 100755 index 000000000..3786c2baa --- /dev/null +++ b/746/CH9/EX9.06/9_06.sce @@ -0,0 +1,17 @@ +//Bending moment// +pathname=get_absolute_file_path('9.06.sce') +filename=pathname+filesep()+'9.06-data.sci' +exec(filename) +//Velocity in m/sec: +V=s*5/18 +//Reynolds number: +Re=d*V*D/u +//Value of Cd is obtained as: +Cd=0.35; +//Area(in m^2): +A=L^2; +//Moment about the chimney base(in N-m): +M0=Cd*A*D/4*d*V^2 +printf("\n\nRESULTS\n\n") +printf("\n\nBending moment at the bottom of the chimney: %.3f N-m\n\n",M0) + -- cgit