-
-
Notifications
You must be signed in to change notification settings - Fork 220
ENH: Add multi-dimensional drag coefficient support (Cd as function of M, Re, α) #875
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
Merged
Gui-FernandesBR
merged 24 commits into
develop
from
copilot/enhance-drag-curve-functionality
Dec 3, 2025
+1,179
−28
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
501e5d5
Add grid interpolation support to Function class with from_grid() method
Copilot 3d1337a
Add multi-dimensional drag coefficient support to Flight class and in…
Copilot dc7ad73
Run ruff format on modified files
Copilot 560ef80
MNt: refactoring get_drag_coefficient in flight.py
aZira371 23ac66f
MNT: refactoring in flight.py and lint corrections to function.py and…
aZira371 365c2da
MNT: refactoring flight.py to remove unused parameters
aZira371 dc01807
MNT: correction of docstring function.py
aZira371 0b88906
MNT: make format and lint corrections to function.py
aZira371 5fe4625
MNT: pylint adjustments for new methods in function.py
aZira371 d832bf2
MNt: make format after previous change to function.py
aZira371 3f76344
MNT: removed Re where unused in test_multidim_drag.py
aZira371 74fe825
TST: Add tests for shepard_fallback in test_function_grid.py (#879)
Copilot e4053ac
TST: test_multidim_drag.py
aZira371 81f7bfa
MNT: addition of is_multidimensional to function.py
aZira371 ecb90ed
MNT: Added validation in from_grid in function.py to raise a ValueErr…
aZira371 e3fcad1
ENH: Added alpha-sensitive flight fixtures to flight_fixtures.py
aZira371 84350e6
MNT: renamed linear_grid to regular_grid for easy to understand nomen…
aZira371 953f796
MNT: replaced the broad except Exception: with except (TypeError, Va…
aZira371 d4d3771
TST: added from_grid unit tests to cover constructor-level validation…
aZira371 d646e46
MNT: format and lint update to test_function_from_grid.py
aZira371 cab76fa
DOC: changelog.md update for multidim drag
aZira371 fe2052b
Merge branch 'develop' into copilot/enhance-drag-curve-functionality
aZira371 05ebb10
Address review feedback: add unsorted axis warning, flatten_for_compa…
Copilot 9805868
Merge branch 'develop' into copilot/enhance-drag-curve-functionality
aZira371 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.