User Tools

Site Tools


aircraft:tmd:aerowing

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
Next revisionBoth sides next revision
aircraft:tmd:aerowing [2017/01/23 20:20] – [StationFlap, StationFlapFraction, Flap0Control and Flap1Control] jhaircraft:tmd:aerowing [2018/09/30 13:18] jh
Line 5: Line 5:
 === Other Aerodynamic classes === === Other Aerodynamic classes ===
  
-[[airfoil]], [[aerofuselage]], [[airbrake]], [[propeller]], [[aerodrag]], [[bladeforce]], [[bodyaerodynamics]]+[[airfoil]], [[aerofuselage]], [[airbrake]], [[propeller]], [[aerodrag]], [[bladeforce]]
  
 ===== Stations ===== ===== Stations =====
Line 87: Line 87:
 Here are two examples: Here are two examples:
 LeftWing -> RightWing LeftWing -> RightWing
-<code>            <[uint32array][StationFlap]   [ 2 1 1 ]>; // original +<code>                <[uint32array][StationFlap]   [ 2 1 1 ]>; // original 
-            <[uint32array][StationFlap]   [ 1 1 2 ]>; // reversed +                <[uint32array][StationFlap]   [ 1 1 2 ]>; // reversed 
-            <[uint32array][StationFlap] 1 [ 1 2 _ ]>; // shifted to the left +                <[uint32array][StationFlap] 1 [ 1 2 _ ]>; // shifted to the left 
-            <[uint32array][StationFlap]   [ 1 2 2 ]>; // result+                <[uint32array][StationFlap]   [ 1 2 2 ]>; // result
 </code> </code>
  
 RightWing -> LeftWing RightWing -> LeftWing
-<code>            <[uint32array][StationFlap]   [ 1 2 2 ]>; // original +<code>                <[uint32array][StationFlap]   [ 1 2 2 ]>; // original 
-            <[uint32array][StationFlap]   [ 2 2 1 ]>; // reversed +                <[uint32array][StationFlap]   [ 2 2 1 ]>; // reversed 
-            <[uint32array][StationFlap] 2 [ 2 1 _ ]>; // shifted to the left +                <[uint32array][StationFlap] 2 [ 2 1 _ ]>; // shifted to the left 
-            <[uint32array][StationFlap]   [ 2 1 1 ]>; // result+                <[uint32array][StationFlap]   [ 2 1 1 ]>; // result
 </code> </code>
  
Line 104: Line 104:
 ==== Minimal ==== ==== Minimal ====
 <code> <code>
-        <[string8][object][aerowing]     +            <[aerowing][LeftWingAero][] 
-            <[string8][Name][LeftWingAero]> +                <[string8][Body][LeftWing]> 
-            <[string8][Body][LeftWing]> +                <[string8][AirfoilRoot][AirfoilRoot]> 
-            <[string8][AirfoilRoot][AirfoilRoot]> +                <[string8][AirfoilTip] [AirfoilTip]> 
-            <[string8][AirfoilTip] [AirfoilTip]> +                <[float64array][StationY]            1.994     2.344  ]> 
-            <[float64array][StationY]            1.994     2.344  ]> +                <[float64array][StationLE]          [  2.7655    1.7235 ]> 
-            <[float64array][StationLE]          [  2.7655    1.7235 ]> +                <[float64array][StationTE]          [ -4.4775   -4.4715 ]> 
-            <[float64array][StationTE]          [ -4.4775   -4.4715 ]> +                <[float64array][StationZ]           [ -1.506    -1.444  ]> 
-            <[float64array][StationZ]           [ -1.506    -1.444  ]> +                <[float64array][StationIncidence]    0.01      0.01   ]> 
-            <[float64array][StationIncidence]    0.01      0.01   ]> +                <[float64][AspectRatioMultiplier]   [2.0]> 
-            <[float64][AspectRatioMultiplier]   [2.0]> +            ></code>
-        ></code>+
  
 ==== All ==== ==== All ====
 <code> <code>
-        <[string8][object][aerowing]     +        <[aerowing][LeftWingAero][]
-            <[string8][Name][LeftWingAero]>+
             <[string8][Body][LeftWing]>             <[string8][Body][LeftWing]>
-            <[string8][AirfoilRoot][AirfoilRoot]> +            <[string8][AirfoilRoot][NACA43012]> 
-            <[string8][AirfoilTip] [AirfoilTip]>+            <[string8][AirfoilTip] [NACA43012]>
             <[string8][Flap0Control][ServoLeftAileron.Output]>             <[string8][Flap0Control][ServoLeftAileron.Output]>
             <[string8][Flap1Control][ServoFlaps.Output]>             <[string8][Flap1Control][ServoFlaps.Output]>
Line 143: Line 141:
             <[float64][PropwashRotation]        [0.03]>             <[float64][PropwashRotation]        [0.03]>
             <[float64][PropwashOmega]           [4.0]>             <[float64][PropwashOmega]           [4.0]>
-            <[float64][RotationalChordFraction] [0.4]> 
             <[float64][GroundEffectFactor]      [0.9]>             <[float64][GroundEffectFactor]      [0.9]>
             <[float64][GroundEffectScale]       [0.8]>             <[float64][GroundEffectScale]       [0.8]>
             <[float64][BetaSlope]               [5.0]>             <[float64][BetaSlope]               [5.0]>
             <[float64][BetaMax]                 [1.5]>             <[float64][BetaMax]                 [1.5]>
 +            <[float64][RotationalChordFraction] [0.4]>
             <[bool][NoSplash][false]>             <[bool][NoSplash][false]>
         ></code>         ></code>
  
aircraft/tmd/aerowing.txt · Last modified: 2020/09/28 23:47 by jh