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

Create SU2SetBC module #209

Open
aidanjungo opened this issue May 19, 2022 · 0 comments
Open

Create SU2SetBC module #209

aidanjungo opened this issue May 19, 2022 · 0 comments
Labels
Python Related to Python SU2 Related to SU2

Comments

@aidanjungo
Copy link
Collaborator

aidanjungo commented May 19, 2022

Create a module to set the boundary condition of SU2 mesh. The module should be used as follow:

  graph LR;
      CPACS-->CPACS2GMSH;
      CPACS2GMSH-->SU2SetBC
      SU2SetBC-->SU2Run;
Loading
  graph LR;
      CPACS-->CPACS2SUMO;
      CPACS2SUMO-->SU2AutoMesh;
      SU2AutoMesh-->SU2SetBC
      SU2SetBC-->SU2Run;
Loading

It should be possible to set engine BC with this module (inlet/outlet pressure, temp, etc)

@aidanjungo aidanjungo added SU2 Related to SU2 Python Related to Python labels May 19, 2022
@aidanjungo aidanjungo added this to In progress in CEASIOMpy_v1.0 May 19, 2022
@aidanjungo aidanjungo moved this from In progress to Backlog in CEASIOMpy_v1.0 May 19, 2022
@aidanjungo aidanjungo mentioned this issue Jun 8, 2022
25 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Python Related to Python SU2 Related to SU2
Projects
Development

No branches or pull requests

1 participant