summaryrefslogtreecommitdiff
path: root/1466/CH3/EX3.13/3_13.sce
blob: 2a1812b76d3266b3d83cc861e932e8441a59bf3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

clc
//initialisation of variables
d= 10 //in
h= 3.5 //in
g= 32.2 //ft/sec^2
//CALCULATIONS
A= (%pi/4)*(d^2/144)
V= sqrt(2*g*(h/12))
vm= (2/3)*V
Q= vm*A*60
//RESULTS
printf (' Quantity flowing per minute = %.1f ft^3 ',Q)