-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
fix:(a32nx/flight model): A320 flight model update #10312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…lanes/FlyByWire_A320_NEO/flight_model.cfg
| drag_scalar = 1 ; Scalar coefficient to ponderate global flap drag coef (non dimensioned) | ||
| pitch_scalar = 1 ; Scalar coefficient to ponderate global flap pitch coef (non dimensioned) | ||
| max_on_ground_position = 5 ; Dynamically set in-tool to last flap-position index by defaut when -1 is found. | ||
| flaps-position.0 = 0.00, -1, 0, 0.0 ; CONF 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add the description for each comma separated value in the comments?
flap position, airspeed limit, drag scalar, lift scalar, area scalar, add camber, add aft feet, add incidence
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure
Fixes auto-rotation issue if light weight, forward CG (e.g., 2900 kg fuel, no passengers, full forward cargo hold.)
This flight model provides approximately equivalent behavior on both MSFS 2020 and 2024. While in MSFS 2024, it came up a couple of knots short of the margin to auto-rotation compared to MSFS 2020, I don't think it is necessary to introduce any changes for the flight model in MSFS 2024 at this point. This flight model will definitely improve what we currently have for 2024.
Summary of Changes
Screenshots (if necessary)
References
Additional context
Developmental testing included tests at the extremes of the gross weight-cg envelope to confirm that nosewheel liftoff with no pitch input does not occur before VR and that the airplane is able to rotate at VR. This testing was done with the clear weather preset and using what are believed to be conservative, but not necessarily the most critical takeoff speeds. This should provide plenty of margin to autorotation when considering that normal loading of fuel and payload through the EFB usually provides a CG in the 32-33% range, well inside the limits.
Known issue: Pitch trim is a bit too high in CONF 2 and CONF 3 at light weights at F speed.
Discord username (if different from GitHub): donbikes
Testing instructions
Perform takeoffs and landings at various weights and cg conditions. Confirm that no auto-rotation occurs before VR and that flight characteristics are not adversely affected.
How to download the PR for QA
Every new commit to this PR will cause new A32NX and A380X artifacts to be created, built, and uploaded.