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

Potential bug in /sharpy/structure/utils/modalutils.py #208

Closed
LeeElvis opened this issue Jul 28, 2022 · 2 comments
Closed

Potential bug in /sharpy/structure/utils/modalutils.py #208

LeeElvis opened this issue Jul 28, 2022 · 2 comments

Comments

@LeeElvis
Copy link

Describe the bug
Hi, there exists a small bug at line 289 in /sharpy/structure/utils/modalutils.py:
for mode in range(num_rigid_body, NumLambda - num_rigid_body): should be for mode in range(num_rigid_body, NumLambda ).
Thank you.

@LeeElvis
Copy link
Author

Hi, another potential bug was found in sharpy/postproc/aeroforcescalculator.py, the function of file_output: force_matrix and moment_matrix are mismatched with the following code in that function, which may cause confusion in the output file 'aeroforces.txt'.
Thank you.

@sduess
Copy link
Collaborator

sduess commented Dec 27, 2023

Thanks @LeeElvis for spotting that. Both have recently been fixed in #273.

@sduess sduess closed this as completed Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants