ebouhoubeiny / cpacs

Automatically exported from code.google.com/p/cpacs
0 stars 5 forks source link

Weight & Balance Redundancy of Passenger and Cargo Information #381

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Current situation in CPACS 2.1:

MassBreakdown holds all mass items of the aircraft in its "design condition", 
i.e. the aircraft is fully loaded

WeightAndBalance case holds specific operating condition, i.e. mOEM from the 
massBreakdown plus case-specific passenger and cargo load as well as fuel. 

As weightandbalance does not link directly to the massbreakdown, there is no 
explicit connection between the two and it it possible that there is either 
redundant or wrong information.

--> Passenger and Cargo Masses of the weightAndBalanceCase need to be linked to 
the massBreakdown

Original issue reported on code.google.com by daniel.b...@googlemail.com on 8 May 2014 at 8:33

GoogleCodeExporter commented 8 years ago
For passengers and cargo:

the detailed list of Pax and Cargo is now substituted by a list of 
stringUIDBaseTypes. Hence, on a high level of detail it is possible to link to 
the massBreakdown. 

Renamed types...

Original comment by daniel.b...@googlemail.com on 15 May 2014 at 8:57