User Tools

Site Tools


aircraft:tmd:aerofuselage

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
aircraft:tmd:aerofuselage [2017/01/23 21:55] – [Knife Edge flight] jhaircraft:tmd:aerofuselage [2018/09/30 13:33] – [Minimal] jh
Line 6: Line 6:
  
 === Other aerodynamic classes === === Other aerodynamic classes ===
-[[aerowing]], [[airfoil]], [[airbrake]], [[propeller]], [[aerodrag]], [[bladeforce]], [[bodyaerodynamics]]+[[aerowing]], [[airfoil]], [[airbrake]], [[propeller]], [[aerodrag]], [[bladeforce]]
  
 ===== Stations ===== ===== Stations =====
Line 99: Line 99:
 === Propeller === === Propeller ===
  
-The ''LateralForceCoefficient'' and ''LateralDragCoefficient'' of a propeller act similar to Cly/Clz and Cdy/Cdz but have a much more unstable nature because the propeller is usually very far in front of the center of gravity +The ''LateralForceCoefficient'' and ''LateralDragCoefficient'' of a [[propeller]] also have a large influence on the knife edge flight. (Please see main topic about the [[propeller]] class)
-(Please see main topic about the [[propeller]] class)+
  
 ===== Example Code ===== ===== Example Code =====
  
 ==== Minimal ==== ==== Minimal ====
-<code      <[string8][object][aerofuselage+ 
-            <[string8][Name][FuselageAero]> +**Caution**: Requires a [[rigidbody]] with the name ''Fuselage'' 
-            <[string8][Body][Fuselage]> + 
-            <[float64tmarray][StationX]     0.0 -1.0 ]> +<code>           <[aerofuselage][FuselageAero][] 
-            <[float64tmarray][StationY]     [ 0.0  0.0  ]> +                <[string8][Body][Fuselage]> 
-            <[float64tmarray][StationZ]     [ 0.0  0.0  ]> +                <[float64tmarray][StationX]     1.0 -1.0  ]> 
-            <[float64tmarray][StationWidth] [ 0.0  0.2  ]> +                <[float64tmarray][StationY]     [ 0.0  0.0  ]> 
-            <[float64tmarray][StationHeight][ 0.0  0.25 ]> +                <[float64tmarray][StationZ]     [ 0.0  0.0  ]> 
-            <[uint32tmarray][StationShape]       ]> +                <[float64tmarray][StationWidth] [ 0.05 0.05 ]> 
-            <[float64][Cdx][0.05]> +                <[float64tmarray][StationHeight][ 0.05 0.05 ]> 
-            <[float64][Cdy][1.20]> +                <[uint32tmarray][StationShape]       ]> 
-            <[float64][Cdz][1.20]> +                <[float64][Cdx][0.05]> 
-            <[float64][Cly][0.50]> +                <[float64][Cdy][0.8]> 
-            <[float64][Clz][0.50]> +                <[float64][Cdz][0.8]> 
-        ></code>+                <[float64][Cly][0.6]> 
 +                <[float64][Clz][0.6]> 
 +                <[float64][Cm] [0.0]> 
 +            ></code>
                  
 ==== All ==== ==== All ====
-<code      <[string8][object][aerofuselage+ 
-            <[string8][Name][FuselageAero]> +**Caution**: Requires a [[rigidbody]] with the name ''Fuselage'' 
-            <[string8][Body][Fuselage]> + 
-            <[tmvector3d][R0][0.0 0.0 0.0]> +<code>           <[aerofuselage][FuselageAero][] 
-            <[tmvector3d][X0][1.0 0.0 0.0]> +                <[string8][Body][Fuselage]> 
-            <[tmvector3d][Y0][0.0 1.0 0.0]> +                <[tmvector3d][R0][ 0.0 0.0 0.0 ]> 
-            <[tmvector3d][Z0][0.0 0.0 1.0]> +                <[tmvector3d][X0][ 1.0 0.0 0.0 ]> 
-            <[float64tmarray][StationX]     [ 1.0  0.5  -0.5   -2.0  ]> +                <[tmvector3d][Y0][ 0.0 1.0 0.0 ]> 
-            <[float64tmarray][StationY]     [ 0.0  0.0   0.0    0.0  ]> +                <[tmvector3d][Z0][ 0.0 0.0 1.0 ]> 
-            <[float64tmarray][StationZ]     [ 0.0  0.0   0.0    0.0  ]> +                <[float64tmarray][StationX]     [ 1.0  0.5  -0.5   -2.0  ]> 
-            <[float64tmarray][StationWidth] [ 0.0  0.2   0.1    0.05 ]> +                <[float64tmarray][StationY]     [ 0.0  0.0   0.0    0.0  ]> 
-            <[float64tmarray][StationHeight][ 0.0  0.25  0.125  0.05 ]> +                <[float64tmarray][StationZ]     [ 0.0  0.0   0.0    0.0  ]> 
-            <[uint32tmarray][StationShape]  [ 0    1          0    ]> +                <[float64tmarray][StationWidth] [ 0.0  0.2   0.1    0.05 ]> 
-            <[float64][Cdx][0.05]> +                <[float64tmarray][StationHeight][ 0.0  0.25  0.125  0.05 ]> 
-            <[float64][Cdy][1.5]> +                <[uint32tmarray][StationShape]  [ 0    1          0    ]> 
-            <[float64][Cdz][1.5]> +                <[float64][Cdx][0.05]> 
-            <[float64][Cly][0.5]> +                <[float64][Cdy][0.8]> 
-            <[float64][Clz][0.5]> +                <[float64][Cdz][0.8]> 
-            <[float64][Cm] [0.1]> +                <[float64][Cly][0.6]> 
-            <[float64][Offset][0.0]> +                <[float64][Clz][0.6]> 
-            <[bool][HasSwimmer][false]> +                <[float64][Cm] [0.0]> 
-        ></code>+                <[float64][Offset][0.0]> 
 +                <[bool][HasSwimmer][false]> 
 +            ></code>
  
aircraft/tmd/aerofuselage.txt · Last modified: 2019/07/07 10:50 by jh