Changeset 9:3dac12e8914d for src/fs.py


Ignore:
Timestamp:
02/05/12 13:42:53 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Flare calculations are handled and added some other printouts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/fs.py

    r8 r9  
    5353    - stalled: a boolean indicating if the aircraft is stalled
    5454    - onTheGround: a boolean indicating if the aircraft is on the ground
     55    - zfw: the zero-fuel weight in kilograms (float)
    5556    - grossWeight: the gross weight in kilograms (float)
    5657    - heading: the heading of the aircraft in degrees (float)
     
    6061    negative means bank right (float)
    6162    - ias: the indicated airspeed in knots (float)   
     63    - mach: the airspeed in mach (float)   
    6264    - groundSpeed: the ground speed (float)
    6365    - vs: the vertical speed in feet/minutes (float)
     
    9395    - nav2: the frequency of the NAV1 radio in MHz (string)
    9496    - squawk: the transponder code
     97    - windSpeed: the speed of the wind at the aircraft in knots (float)
     98    - windDirection: the direction of the wind at the aircraft in degrees (float)
    9599
    96100    FIXME: needed when taxiing only:
    97     - zfw: the Zero Fuel Weight in klograms (float)
    98101    - payload weight
    99 
    100     FIXME: needed for touchdown only:
    101     - ambientWindDirection: the ambient wind direction around the aircraft (float)
    102     - ambientWindSpeed: the ambient wind speed around the aircraft in knowns (float)
    103     - tdRate: the touchdown rate calculated by FSUIPC (float)
    104102
    105103    FIXME: needed rarely:
Note: See TracChangeset for help on using the changeset viewer.