summaryrefslogtreecommitdiff
path: root/1268/CH11/EX11.8/a_8.sce
blob: d8ebbf63edcee48243ccef5bdddfa85fcdc8a3d3 (plain)
1
2
3
4
5
6
7
8
9
10
clc;
disp("Example A.8")
Re=90000
f1=0.3313/((log(5.74/(Re^0.9)))^2)
f2=0.079/(Re^0.25)
if((f1-f2)<0.001) then
    disp("Excellent agreement in friction factor is seen")
end