-
Notifications
You must be signed in to change notification settings - Fork 119
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
Add the possibility to change the position of the scaling for the chord design variable #410
Merged
Merged
Changes from 5 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
c7b96dd
chord scaling position
lucaeros ed77a1c
flake8
lucaeros 569bfbf
flake8 balc
lucaeros 5036e9a
git pb
lucaeros 1267dbc
pb git
lucaeros 1a12c19
Merge branch 'main' of https://github.com/mdolab/OpenAeroStruct into …
lucaeros 2c65a1d
add test chord scaling
lucaeros 44d3409
change documentation
lucaeros d0e2cd3
corrected test
lucaeros f84553d
add warnings and check chord scaling
lucaeros 6cf93d1
stack level
lucaeros 0f1f2d3
change version init
lucaeros efc35f9
Merge branch 'main' of github.com:mdolab/OpenAeroStruct into chordsca…
eytanadler 7a6191c
Separate chord_scaling_pos test into two separate tests
eytanadler 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once you change the option name, also change this variable name. Also can't this if else block be moved outside of the
if "chord_cp" in surface
block so that you don't need to duplicate thegamma = 0.25
line? If you want to be even nicer, you could throw a warning if"chord_scaling_pos"
is specified but there are no chord DVs.