mitre / FMACM

An aircraft and control model for Flight Deck Interval Management MOPS testing by RTCA SC-186 members.
https://mitre.github.io/FMACM/
Apache License 2.0
11 stars 4 forks source link

Interface between Aircraft model and sample algorithm #2

Closed HonDuan closed 9 years ago

HonDuan commented 9 years ago

. Do we need to send more data from Aircraft model to FIM algorithm except own position/velocity. For example, FIM algorithm needs to know flap configurations to limit the commanded speed within flap speed. So following parameters is required by FIM algorithm. Do you need to define the interface between Aircraft model and sample algorithm?

MACH/CAS crossover altitude Alt_FAF Ias_FAF ias_descent mach_descent

sbowman-mitre commented 9 years ago

Hi. We haven't explicitly defined an interface as it could change based on implementation, but you are certainly on the correct track. I'd say the general data requirements for the FIM algorithms are:

Does that help?

HonDuan commented 9 years ago

It is helpful. thanks