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

Right-side symmetric wing does not work for aerostructural analysis. #399

Open
kanekosh opened this issue Aug 25, 2022 · 0 comments
Open
Labels
bug Something isn't working

Comments

@kanekosh
Copy link
Contributor

Description

Aerostructural analysis (both tubular and wingbox) does not work with right-side symmetric wings. Currently, only the aerodynamic analysis/optimization can handle right-side wings as fixed in PR #381 .

Most of the examples in OAS use left-side symmetric wing, therefore this bug does not affect most of the cases.
Exception is the OpenVSP-generated symmetric wings, which sit on the right-side plane (as reported in #396 )

Steps to reproduce issue

  1. Copy any aerostructural example with a symmetric wing, and flip the mesh to obtain the right-side mesh:
mesh = mesh[:, ::-1, :]
mesh[:, :, 1] *= -1.0
  1. Run aerostructural analysis with the flipped mesh.

Current behavior

Aerostructural solver fails.

Expected behavior

The right-side wing results should be the same as the original left-wing results.

Code versions

  • Operating System:
  • Python:
  • OpenMPI:
  • CGNS:
  • PETSc:
  • Compiler:
  • This repository:
@kanekosh kanekosh added the bug Something isn't working label Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant