summaryrefslogtreecommitdiff
path: root/746/DEPENDENCIES/3_07.sci
blob: 0a44b164ac84d55f9bf6ef3b92ee6a90141e1202 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Width of gate(in m):
w=5;
//Depth of water(in m):
D=4;
//Density of water(in kg/m^3);
d=999;
//Accelration deto gravity(in m/sec^2):
g=9.81;
//Value of a (in m):
a=4;
//Point where force acts(in m):
l=5;