diff options
Diffstat (limited to '548/DEPENDENCIES/5_09data.sci')
-rwxr-xr-x | 548/DEPENDENCIES/5_09data.sci | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/548/DEPENDENCIES/5_09data.sci b/548/DEPENDENCIES/5_09data.sci new file mode 100755 index 000000000..4fda15fd3 --- /dev/null +++ b/548/DEPENDENCIES/5_09data.sci @@ -0,0 +1,5 @@ +//consider a NACA-4412 airfoil at an angle of attack of 4 degree.
+a=4;//angle of attack in degree
+//from standard table for NACA-4412 airfoil at 4 degree angle of attack we can get lift coefficient(at low speed):
+Co=0.83;//lift coefficient(at low speed)
+M=0.7;//Mach number
|