summaryrefslogtreecommitdiff
path: root/2021/CH11/EX11.5
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /2021/CH11/EX11.5
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '2021/CH11/EX11.5')
-rwxr-xr-x2021/CH11/EX11.5/EX11_5.sce16
-rwxr-xr-x2021/CH11/EX11.5/Ex11_5.pdfbin0 -> 13769 bytes
2 files changed, 16 insertions, 0 deletions
diff --git a/2021/CH11/EX11.5/EX11_5.sce b/2021/CH11/EX11.5/EX11_5.sce
new file mode 100755
index 000000000..d405bb153
--- /dev/null
+++ b/2021/CH11/EX11.5/EX11_5.sce
@@ -0,0 +1,16 @@
+//Finding of Pressuure gradient.Avg velocity,Discharge,Shear at wall
+//Given
+mu=0.02;
+B=0.01;
+b=1;
+v=2;
+//To Find
+A=B*b;
+dp=-((16*mu)/B^2);
+dp1=-dp;
+V=(B^2/(12*mu))*(-dp);
+q=A*V;
+x=(-dp*(B/2))
+disp(" Pressuure Gradient ="+string(dp1)+" N/m^2 per meter");
+disp(" Avg velocity ="+string(V)+" m/sec");
+disp(" Shear at wall ="+string(x)+" N//m^2");
diff --git a/2021/CH11/EX11.5/Ex11_5.pdf b/2021/CH11/EX11.5/Ex11_5.pdf
new file mode 100755
index 000000000..4dd3ec556
--- /dev/null
+++ b/2021/CH11/EX11.5/Ex11_5.pdf
Binary files differ