diff options
Diffstat (limited to '548/DEPENDENCIES/7_04data.sci')
-rwxr-xr-x | 548/DEPENDENCIES/7_04data.sci | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/548/DEPENDENCIES/7_04data.sci b/548/DEPENDENCIES/7_04data.sci new file mode 100755 index 000000000..ca2c461b7 --- /dev/null +++ b/548/DEPENDENCIES/7_04data.sci @@ -0,0 +1,15 @@ +//consider the wing model of example 7.3:
+S=0.1;//area of wing(m^2)
+c=0.1;//chord of wing(m)
+lt=0.17;//distance between airplane'scenter of gravity and aerodynamic center of tail
+St=0.02;//tail area(m^2)
+It=2.7;//tail settling area(degree)
+at=0.1;//tail lift slope per degree
+eo=0;//downwash angle at zero lift
+de=0.35;//derivative of downwash angle w.r.t angle of attack
+Vh=lt*St/(c*S)//tail volume ratio
+//following datas are from example 7.3
+Cmac=-0.032;//moment coefficient about the aerodynamic center
+a=0.08;//lift slope
+a1=7.88+1.5;//absolute angle of attack(degree)
+dh=0.11;//distance between aerodynamic center and center of gravity
\ No newline at end of file |