Je to v sekci "contact points" v souboru Aircraft.cfg ( pred upravami si zazalohujte originalni verzi! )
A souvisi to hlavne s temito sekcemi ( vytazek z SDK ):
Static Compression:
-------------------
The distance a landing gear is compressed when the empty aircraft is at rest on the ground, in feet. This term defines the strength of the strut; a smaller number increases the stiffness of the strut.
Ratio of Maximum Compression to Static Compression:
---------------------------------------------------
Ratio of the max dynamic compression available in the strut to the static value. Can be useful in coordinating the compression of the strut when landing.
Damping Ratio:
--------------
This ratio describes how well the ground reaction oscillations are damped. A value of 1.0 is considered critically damped, meaning there is little or no oscillation. A damping ratio of 0.0 is considered undamped, meaning that the oscillations continue with a constant magnitude. Negative values result in unstable ground handling, and values greater than 1.0 might also cause instabilities by being over-damped. Typical values range from 0.6 to 0.95.
Takhle vypadji ty contact points u default B737:
( predni kolo je "point.0" )
//0 Class
//1 Longitudinal Position (feet)
//2 Lateral Position (feet)
//3 Vertical Position (feet)
//4 Impact Damage Threshold (Feet Per Minute)
//5 Brake Map (0=None, 1=Left, 2=Right)
//6 Wheel Radius (feet)
//7 Steer Angle (degrees)
//8 Static Compression (feet) (0 if rigid)
//9 Max/Static Compression Ratio
//10 Damping Ratio (0=Undamped, 1=Critically Damped)
//11 Extension Time (seconds)
//12 Retraction Time (seconds)
//13 Sound Type
//14 Airspeed limit for retraction (KIAS)
//15 Airspeed that gear gets damage at (KIAS)
[contact_points]
point.0=1, 40.00, 0.00, -8.10, 1181.1, 0, 1.442, 55.92, 0.8, 2.5, 0.9, 4.0, 4.0, 0, 0.0, 0.0
point.1=1, -7.75, -8.58, -8.68, 1574.8, 1, 1.442, 0.00, 1.0, 2.5, 0.9, 6.9, 6.9, 2, 0.0, 0.0
point.2=1, -7.75, 8.58, -8.68, 1574.8, 2, 1.442, 0.00, 1.0, 2.5, 0.9, 7.1, 7.1, 3, 0.0, 0.0
point.3=2, -14.17, -47.33, 0.00, 787.4, 0, 0.000, 0.00, 0.0, 0.0, 0.0, 0.0, 0.0, 5, 0.0, 0.0
point.4=2, -14.17, 47.33, 0.00, 787.4, 0, 0.000, 0.00, 0.0, 0.0, 0.0, 0.0, 0.0, 6, 0.0, 0.0
point.5=2, -54.00, 0.00, 2.83, 787.4, 0, 0.000, 0.00, 0.0, 0.0, 0.0, 0.0, 0.0, 9, 0.0, 0.0
point.6=2, 42.67, 0.00, -3.75, 787.4, 0, 0.000, 0.00, 0.0, 0.0, 0.0, 0.0, 0.0, 4, 0.0, 0.0
max_number_of_points = 21
static_pitch=0.62 //degrees, pitch when at rest on the ground (+=Up, -=Dn)
static_cg_height=7.66 //feet, altitude of CG when at rest on the ground |
|