summaryrefslogtreecommitdiff
path: root/746/DEPENDENCIES/9_05.sci
blob: 80abff69f0a526fff7ca50f35425d14bc1b58425 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Length of the supertanker(in m):
L=360;
//Width of supertanker(in m):
W=70;
//Draft of the supertanker(in m):
D=50;
//Cruising speed in water(in knots):
s=13;
//Kinematic viscosity at 10 C
v=1.37*10^-6;
//Density of sea water(in kg/m^3):
d=1020;