diff options
Diffstat (limited to '746/DEPENDENCIES/6_01.sci')
-rwxr-xr-x | 746/DEPENDENCIES/6_01.sci | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/746/DEPENDENCIES/6_01.sci b/746/DEPENDENCIES/6_01.sci new file mode 100755 index 000000000..c2acec12b --- /dev/null +++ b/746/DEPENDENCIES/6_01.sci @@ -0,0 +1,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;
+
|