Ignore:
Timestamp:
03/16/18 09:00:12 (6 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Cockpit and cabin crew weight is included in DOW, extra people are calulcated with specific weights, and passenger weight is set to 84 kgs (re #332)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/acft.py

    r898 r899  
    128128        self._landingAntiIceLineID = None
    129129
    130         self.humanWeight = 82.0
     130        self.cockpitCrewWeight = 85.0
     131        self.cabinCrewWeight = 75.0
     132        self.humanWeight = 84.0
    131133
    132134        self.initialClimbSpeedAltitude = 1500
Note: See TracChangeset for help on using the changeset viewer.