summaryrefslogtreecommitdiff
path: root/2789/CH7/EX7.1/Ex7_1.sce
blob: dd928fcd3bdcc3157345cf9ae9a270cfe9fd64c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
clear;
clc;

//page no. 225

nu = 0.00001;// sqft/sec
d = 1;//in
R_c = 2100;
V = R_c*nu/(d/12);
Q = V*0.25*%pi*(d/12)^2;
printf('Q = %.6f cfs',Q);