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
aircraft:tmd:aerofuselage [2017/01/23 18:42] jhaircraft:tmd:aerofuselage [2019/07/07 10:50] (current) – [Aerofuselage] jh
Line 6: Line 6:
  
 === Other aerodynamic classes === === Other aerodynamic classes ===
-[[aerowing]], [[airfoil]], [[airbrake]], [[propeller]], [[aerodrag]], [[bladeforce]], [[bodyaerodynamics]]+[[aerowing]], [[airfoil]], [[airbrake]], [[propeller]], [[aerodrag]]
  
 ===== Stations ===== ===== Stations =====
Line 96: Line 96:
  
 > The ''Cm'' of the fuselage is not the ideal parameter to make an aircraft more agile around the pitch axis. Use [[aerowing#downwash|aerowing downwash]] and the [[airfoil#cmalpha|airfoil CmAlpha]] parameters. > The ''Cm'' of the fuselage is not the ideal parameter to make an aircraft more agile around the pitch axis. Use [[aerowing#downwash|aerowing downwash]] and the [[airfoil#cmalpha|airfoil CmAlpha]] parameters.
 +
 +=== Propeller ===
 +
 +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)
 +
 +===== Example Code =====
 +
 +==== Minimal ====
 +
 +> **Caution**: Requires a [[rigidbody]] with the name ''Fuselage''
 +
 +<code>           <[aerofuselage][FuselageAero][]
 +                <[string8][Body][Fuselage]>
 +                <[float64tmarray][StationX]     [ 1.0 -1.0  ]>
 +                <[float64tmarray][StationY]     [ 0.0  0.0  ]>
 +                <[float64tmarray][StationZ]     [ 0.0  0.0  ]>
 +                <[float64tmarray][StationWidth] [ 0.05 0.05 ]>
 +                <[float64tmarray][StationHeight][ 0.05 0.05 ]>
 +                <[uint32tmarray][StationShape]  [ 0    0    ]>
 +                <[float64][Cdx][0.05]>
 +                <[float64][Cdy][0.8]>
 +                <[float64][Cdz][0.8]>
 +                <[float64][Cly][0.6]>
 +                <[float64][Clz][0.6]>
 +                <[float64][Cm] [0.0]>
 +            ></code>
 +        
 +==== All ====
 +
 +> **Caution**: Requires a [[rigidbody]] with the name ''Fuselage''
 +
 +<code>           <[aerofuselage][FuselageAero][]
 +                <[string8][Body][Fuselage]>
 +                <[tmvector3d][R0][ 0.0 0.0 0.0 ]>
 +                <[tmvector3d][X0][ 1.0 0.0 0.0 ]>
 +                <[tmvector3d][Y0][ 0.0 1.0 0.0 ]>
 +                <[tmvector3d][Z0][ 0.0 0.0 1.0 ]>
 +                <[float64tmarray][StationX]     [ 1.0  0.5  -0.5   -2.0  ]>
 +                <[float64tmarray][StationY]     [ 0.0  0.0   0.0    0.0  ]>
 +                <[float64tmarray][StationZ]     [ 0.0  0.0   0.0    0.0  ]>
 +                <[float64tmarray][StationWidth] [ 0.0  0.2   0.1    0.05 ]>
 +                <[float64tmarray][StationHeight][ 0.0  0.25  0.125  0.05 ]>
 +                <[uint32tmarray][StationShape]  [ 0    1          0    ]>
 +                <[float64][Cdx][0.05]>
 +                <[float64][Cdy][0.8]>
 +                <[float64][Cdz][0.8]>
 +                <[float64][Cly][0.6]>
 +                <[float64][Clz][0.6]>
 +                <[float64][Cm] [0.0]>
 +                <[float64][Offset][0.0]>
 +                <[bool][HasSwimmer][false]>
 +            ></code>
  
aircraft/tmd/aerofuselage.1485193336.txt.gz · Last modified: 2017/01/23 18:42 by jh