summaryrefslogtreecommitdiff
path: root/746/DEPENDENCIES/6_04.sci
blob: 8e11ea28e849a44dc9e6bcb7fc2f35ab948bbd42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Length of tube above surface(in m):
l=1;
//Depth of exit below water surface(in m):
z=7;
//Acceleration due to gravity(in m/sec^2):
g=9.81;
//Density of water(in kg/m^3):
d=999;
//Atmospheric pressure(in N/m^2):
p1=1.01*10^5;