summaryrefslogtreecommitdiff
path: root/896/CH19/EX19.7/7.sce
blob: 2e61ee29171d821926762fb68010e7db0f28cffd (plain)
1
2
3
4
5
6
7
clc
//Example 19.7
//Calculate how far downstream does the dye become uniformly distributed throughout the fluid
f=0.0039//dimentionless (fanning friction factor)
D=0.665//ft
L=D*0.56/(f)^0.5//ft
printf("L = %f ft",L);