forked from o-murphy/py-ballisticcalc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Multi-BC drag model implementation:
- DragModel can take a List of BCpoints (for different Velocities) instead of a single BC, in which case it will interpolate the BC and the DragModel.drag_table will reflect the final CD (i.e., trajectory_calc will set BC=1). - When given a DragTable in List-of-dicts form (as in drag_tables.py), DragModel converts it to more efficient List of DragDataPoints. This code still needs refinement, and also still needs to be implemented in the Cython extensions.
- Loading branch information
1 parent
445215a
commit 5f12f1d
Showing
5 changed files
with
102 additions
and
187 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 was deleted.
Oops, something went wrong.
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.