-
-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #694 from RocketPy-Team/enh/free-form-fins
ENH: Free-Form Fins
- Loading branch information
Showing
10 changed files
with
586 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ | |
Components, | ||
EllipticalFins, | ||
Fins, | ||
FreeFormFins, | ||
GenericSurface, | ||
LinearGenericSurface, | ||
NoseCone, | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
AirBrakes, | ||
EllipticalFins, | ||
Fins, | ||
FreeFormFins, | ||
GenericSurface, | ||
LinearGenericSurface, | ||
NoseCone, | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
from rocketpy.rocket.aero_surface.fins.elliptical_fins import EllipticalFins | ||
from rocketpy.rocket.aero_surface.fins.fins import Fins | ||
from rocketpy.rocket.aero_surface.fins.free_form_fins import FreeFormFins | ||
from rocketpy.rocket.aero_surface.fins.trapezoidal_fins import TrapezoidalFins |
Oops, something went wrong.