Skip to content
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

Mesh num_x restriction #378

Open
kanekosh opened this issue Feb 11, 2022 · 0 comments
Open

Mesh num_x restriction #378

kanekosh opened this issue Feb 11, 2022 · 0 comments
Assignees

Comments

@kanekosh
Copy link
Contributor

Description

num_x of a mesh should be able to be any number (even or odd). However, the current code requires num_x to be 2 or an odd number (it cannot be 4, 6, 8, ...), which doesn't make sense. See:
https://github.com/mdolab/OpenAeroStruct/blob/master/openaerostruct/geometry/utils.py#L649

TODO

  • See if I can remove that restriction and the code works with num_x = 4
  • See if the output makes sense physically (do "mesh refinement study" to see the trend)
@kanekosh kanekosh self-assigned this Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant