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

Fix bug in computing total moments in A frame #177

Merged
merged 12 commits into from
Nov 11, 2021
Merged

Fix bug in computing total moments in A frame #177

merged 12 commits into from
Nov 11, 2021

Conversation

ngoiz
Copy link
Contributor

@ngoiz ngoiz commented Oct 20, 2021

Fixes bug in AeroforcesCalculator, where the total moments at the A frame reference location did not include the contribution from the nodal forces, it just summed over the nodal moments.

@ngoiz ngoiz added the bug label Oct 20, 2021
@ngoiz ngoiz requested a review from ArturoMS13 October 20, 2021 17:54
Copy link
Contributor

@ArturoMS13 ArturoMS13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the fixing, it is good to be merged.

In my PR #176 I have moved "extract resultants" as a method of "StructuralTimeStepInfo" such that it does not depend on the solver and it can be called as:
tstep.extract_resultants(self.data.structure, force_type=['steady', 'unsteady', 'grav']).

I will update it myself on the PR when the time comes.

@ngoiz ngoiz merged commit 53e2964 into rc-1.3 Nov 11, 2021
@ngoiz ngoiz deleted the fix_aeroforces branch November 11, 2021 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants