summaryrefslogtreecommitdiff
path: root/2021/CH6/EX6.8/EX6_8.sce
blob: d25d934d5a468154522a6a33d286ac9747cb276e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Fiding of Discharge
//Given
d1=0.3;
pd=0.06;
g=9.81;
cv=0.98;
//To Find
vc=sqrt(2*g*pd)*cv;
V=0.8*vc;
A=(%pi/4)*d1^2;
q=V*A;
disp(" Discharge ="+string(q)+" m^3/sec");