-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updated aero init * Updated reference values in drag polar tests to match OAS drag fix * Updated reference values in aerostructural tests to match OAS drag fix * Ran black on aerodynamics init file * Updated reference values in examples that use OAS Co-authored-by: eytanadler <[email protected]>
- Loading branch information
1 parent
8a7661f
commit 805ebd2
Showing
4 changed files
with
18 additions
and
14 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 |
---|---|---|
@@ -1,2 +1,6 @@ | ||
from .aerodynamics import PolarDrag, StallSpeed, Lift | ||
from .openaerostruct import VLMDragPolar, AerostructDragPolar | ||
|
||
try: | ||
from .openaerostruct import VLMDragPolar, AerostructDragPolar | ||
except ImportError: | ||
pass |
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