summaryrefslogtreecommitdiff
path: root/746/DEPENDENCIES/4_05.sci
diff options
context:
space:
mode:
Diffstat (limited to '746/DEPENDENCIES/4_05.sci')
-rwxr-xr-x746/DEPENDENCIES/4_05.sci18
1 files changed, 18 insertions, 0 deletions
diff --git a/746/DEPENDENCIES/4_05.sci b/746/DEPENDENCIES/4_05.sci
new file mode 100755
index 000000000..d5a532a75
--- /dev/null
+++ b/746/DEPENDENCIES/4_05.sci
@@ -0,0 +1,18 @@
+//Height of the container(in ft):
+l=2;
+//Area of cross section(in ft^2):
+A=1;
+//Weight of container(in lbf):
+W=5;
+//Water depth (in ft):
+h=1.9;
+//Area of opening 1(in ft^2):
+A1=0.1;
+//Velocity at opening 1(in ft/sec):
+V1=-5;
+//Area of opening 2(in ft^2):
+A2=0.1;
+//Area of opening 1(in ft^2):
+A3=0.1;
+//Density of water(in slug/f^3):
+d2=1.94;