diff options
Diffstat (limited to '548/DEPENDENCIES/4_23data.sci')
-rwxr-xr-x | 548/DEPENDENCIES/4_23data.sci | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/548/DEPENDENCIES/4_23data.sci b/548/DEPENDENCIES/4_23data.sci new file mode 100755 index 000000000..cc5ed25ff --- /dev/null +++ b/548/DEPENDENCIES/4_23data.sci @@ -0,0 +1,10 @@ +//consider the flow of air over a small flat plate that is 5 cm long in flow direction and 1m wide.free stream conditions corresponds to standard sea level condition
+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=1.328/Re^0.5 //Skin friction drag coefficient
+q=D*V^2/2 //dynamic pressure at outer edge of boundary,N/m^2
+S=x*w;//area of plate,m^2
|