summaryrefslogtreecommitdiff
path: root/3845/CH11/EX11.12/Ex11_12.sce
blob: de672fad354f899f5f8016b1d0bf9feeb4e9c955 (plain)
1
2
3
4
5
6
7
8
9
10
//Example 11.12
Gamma=0.0728;//Surface tension (N/m)
theta=0;//Contact angle (deg)
rho=1050;//Density (kg/m^3)
g=9.80;//Acceleration due to gravity (m/s^2)
h=100;//Height (m)
r=(2*Gamma*cosd(theta))/(rho*g*h);//Radius of capillary tube (m)
printf('Radius of capillary tube required = %0.2e m',r)
//Openstax - College Physics
//Download for free at http://cnx.org/content/col11406/latest