Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

Use boundaries in optimization process for trimmer #66

Open
AlexS12 opened this issue May 7, 2020 · 0 comments
Open

Use boundaries in optimization process for trimmer #66

AlexS12 opened this issue May 7, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@AlexS12
Copy link
Owner

AlexS12 commented May 7, 2020

Current situation
Right now the optimization process for trimming an aircraft does not use the control surfaces limits to constrain the results.

Objective

Tests for F16 trimming against Stevens passing without iterating out of controls surfaces ranges. Even if all the trimming validation done against Stevens for F16 converges to the same values. High Angle Of Attack (HAOA) cases require to iterate with out of range values to converge.

Avoid mutable struct for FCS As the FCS must be configured to allow out of range iteration and set back to the original values in the trimmer, it is now a mutating structure. Some other solutions to this situation may be proposed, but this would indirectly be solved if trimmer does not need out of range values.

@AlexS12 AlexS12 added the enhancement New feature or request label May 7, 2020
@AlexS12 AlexS12 mentioned this issue May 7, 2020
14 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant