summaryrefslogtreecommitdiff
path: root/746/DEPENDENCIES/5_09.sci
blob: 38a19d43bc7a418b73141b23c32d663a25eb8cab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Thickness of water film(in mm):
h=1;
//Width of surface(in m):
b=1;
//Angle of inclination of surface:
theta=15;
//Density of water(in kg/m^3):
d=999;
//Acceleration du to gravity(in m/sec^2):
g=9.81;
//Viscosity(kg/m-s):
u=10^-3;