-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(brakes): better brakes simulation (#8793)
* current state dump * move brake simulation to aircraft specific module * adjust wheel SD page to new brake temperature signals * remove old brake temperature simulation code * fix tests * adjust A380 brake properties to more realistic numbers * add wheel rpm variables to A380X systems * feat: added quantization of temperature values sent over arinc * fix: add cutoff for slow rotating wheels * feat: add simvars for the reported brake temperatures * refactor: fix linting * move assignment out of loop * some fixes * remove reference to old brake simulation * add changelog entry * remove obsolete code * some fixes in the cooling physics * fix changelog * added some small tests * fix linting * move changelog entry to end * fix calculation of brake probe temperature gradient * couple sound to brake fan instead of brake fan button * put changelog entry at the end * remove duplicated entries * fix compilation error * fix lint
- Loading branch information
Showing
18 changed files
with
1,007 additions
and
404 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.