Skip to content

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

Description

@kanekosh

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:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions