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 --- 1466/CH4/EX4.10/4_10.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 1466/CH4/EX4.10/4_10.sce (limited to '1466/CH4/EX4.10/4_10.sce') diff --git a/1466/CH4/EX4.10/4_10.sce b/1466/CH4/EX4.10/4_10.sce new file mode 100755 index 000000000..d7a8c98f7 --- /dev/null +++ b/1466/CH4/EX4.10/4_10.sce @@ -0,0 +1,14 @@ + + +clc +//initialisation of variables +clear +C= 0.62 // +d= 1 //in +g= 32.2 //ft/sec^2 +D= 2 //in +h= 0.85 //ft +//CALCULATIONS +Q= C*60*(%pi/(4*144))*sqrt((2*g*h)/(1-(d/D)^4)) +//RESULTS +printf (' Flow through the orifice = %.2f ft^3/min',Q) -- cgit