Changeset 796:92e00ad782a3


Ignore:
Timestamp:
07/26/16 17:25:47 (8 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Updated the weights for the Boeing 737-200 aircraft.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/acft.py

    r790 r796  
    793793    def __init__(self, flight):
    794794        super(B732, self).__init__(flight)
    795         self.dow = 32700
    796         self.mtow = 62820
    797         self.mlw = 51700
    798         self.mzfw = 48410
    799         self.maxTakeOffPitch = 13.4
    800         self.maxTouchDownPitch = 12.0
     795        self.dow = 27646
     796        self.mtow = 52390
     797        self.mlw = 46720
     798        self.mzfw = 43091
     799        self.maxTakeOffPitch = 15.5
     800        self.maxTouchDownPitch = 15.5
    801801
    802802#---------------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.