summaryrefslogtreecommitdiff
path: root/278/CH7/EX7.6/ex_7_6.sce
blob: 6edeed3733c61ee210c3f3198f989f4418052d57 (plain)
1
2
3
4
5
6
7
d=900//mm
t=10//mm
deltav=150*10^3//mm^3
E=200*10^3//N/mm^2
mu=0.3
p=(deltav*8*t*E)/(%pi*d^4*(1-mu))
disp(p,"Pressure exerted by the fluid on the shell in N/mm^2")