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

blunt trailing edge drag #13

Closed
juddmehr opened this issue May 22, 2023 · 1 comment
Closed

blunt trailing edge drag #13

juddmehr opened this issue May 22, 2023 · 1 comment
Labels
development Initial Development

Comments

@juddmehr
Copy link
Member

For cases when bodies have blunt trailing edges, need to add associated drag to the thrust calculations.

Current Idea: It looks like this can simply be done the same way as the rest of everything. get the velocity at the midpoint of the panel, get the raw pressure coeff, add the delta pressure due to the rotor wake, the calculate the force on the panel
will require additions to the initialization function as well as some if's to the post-processing stuff and probably an additional function or two.

@juddmehr juddmehr added the development Initial Development label May 22, 2023
@juddmehr
Copy link
Member Author

done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Initial Development
Projects
None yet
Development

No branches or pull requests

1 participant