summaryrefslogtreecommitdiff
path: root/746/DEPENDENCIES/6_01.sci
blob: c2acec12b71347f0338e75251fb285fdc81696e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//Depth of the duct(in m):
d=0.3;
//Width of the duct(in m):
w=0.1;
//Inner radius of the bend(in m):
r=0.25;
//Pressure difference between the taps(in mm of Hg):
p=40;
//Density of water(in kg/m^3):
dw=999;
//Acceleration due to gravity(in m/sec^2):
g=9.8;
//Density of air(in kg/m^3):
da=1.23;