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 --- 650/CH3/EX3.10/10.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 650/CH3/EX3.10/10.sce (limited to '650/CH3/EX3.10/10.sce') diff --git a/650/CH3/EX3.10/10.sce b/650/CH3/EX3.10/10.sce new file mode 100755 index 000000000..a097d0781 --- /dev/null +++ b/650/CH3/EX3.10/10.sce @@ -0,0 +1,13 @@ +clc +rho=1000; //kg/m^3 +u=0.1; //Ns/m^2 +g=9.81; //m/s^2 +L=10; //m +H=2; //m +Q=14/3600; //m^3/s +d=0.05; //m + +dp=rho*g*(L+H) - (128*Q*u*L/%pi/0.05^4); +disp("Pressure drop across the valve =") +disp(dp) +disp("N/m^2") \ No newline at end of file -- cgit