summaryrefslogtreecommitdiff
path: root/548/DEPENDENCIES/4_25data.sci
blob: b6cbda362b7e0dcc1e3a38793f6477637d0e2034 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//consider the flow same as in example 4.23,but assume boundaary layer is noe completely turbulent.
//datas are taken from example 4.23:
V=120; //flow velocity,m/s
D=1.225;//free stream density,Kg/m^3
x=0.05 ;//length of plate in meter
w=1;//width of plate in meter
u=1.789*10^-5;//Viscosity in kg/(m)(s)
Re=D*V*x/u  //Reynolds Number at trailing edge
Cf=0.074/Re^0.2 //Skin friction drag 
q=D*V^2/2  //dynamic pressure at outer edge of boundary,N/m^2
S=x*w;//area of plate,m^2