summaryrefslogtreecommitdiff
path: root/896/CH1/EX1.3/3.sce
blob: 0312b77c9008e066feaa84994bf88fe0c27af0da (plain)
1
2
3
4
5
6
7
8
9
10
clc
//problem on surface tension
l=0.10;//m (length of sliding part)
f=0.00589;//N (pull due to 0.6 gm of mass)
f_onefilm=f/2;//N
//surface tension=(force for one film)/(length)
sigma=f_onefilm/l;
disp("The surface tension of fluid is")
disp(sigma)
disp("N/m")