Ignore:
Timestamp:
07/05/12 17:51:58 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Reworked fuel handling so that the model can tell what tanks there are

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/fs.py

    r263 r274  
    184184    - flapsSet: the selected degrees of the flaps (float)
    185185    - flaps: the actual degrees of the flaps (float)
    186     - fuelWeight[]: the fuel weights in the different tanks in kgs (array of
    187     floats of as many items as the number fuel tanks)
     186    - fuel[]: the fuel information. It is a list of tuples with items:
     187    the fuel tank identifier and the amount of fuel in that tank in
     188    kgs
     189    - totalFuel: the total amount of fuel in kg
    188190    - n1[]: the N1 values of the turbine engines (array of floats
    189191    of as many items as the number of engines, present only for aircraft with
Note: See TracChangeset for help on using the changeset viewer.