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

Improve geometry and mesh for RANS computations #1

Open
1 of 4 tasks
acrovato opened this issue Sep 13, 2023 · 1 comment
Open
1 of 4 tasks

Improve geometry and mesh for RANS computations #1

acrovato opened this issue Sep 13, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@acrovato
Copy link
Owner

acrovato commented Sep 13, 2023

In order to create a valid mesh for RANS computations, the surface mesh must be extruded to create a prismatic boundary layer. The geometry and the surface mesh must as smooth as possible. Some improvements could be made...
For the geometry:

  • use a spline at the leading edge of the wingtip, and enforce that it is tangent to the leading edge
  • use splines at the trailing edge to make it less rounded
    For the surface mesh:
  • use a transfinite surface mesh
  • use a Field attractor to refine the trailing edge locally
@acrovato acrovato added the enhancement New feature or request label Sep 13, 2023
@acrovato acrovato mentioned this issue Dec 22, 2023
@acrovato
Copy link
Owner Author

Transfinite meshes are supported since v1.0.0 (ref. 08099d8)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant