diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /548/DEPENDENCIES/4_25data.sci | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '548/DEPENDENCIES/4_25data.sci')
-rwxr-xr-x | 548/DEPENDENCIES/4_25data.sci | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/548/DEPENDENCIES/4_25data.sci b/548/DEPENDENCIES/4_25data.sci new file mode 100755 index 000000000..b6cbda362 --- /dev/null +++ b/548/DEPENDENCIES/4_25data.sci @@ -0,0 +1,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
+
|