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

New approach to multibody computations #95

Merged
merged 40 commits into from
Aug 24, 2020
Merged

New approach to multibody computations #95

merged 40 commits into from
Aug 24, 2020

Conversation

ArturoMS13
Copy link
Collaborator

The main change introduced by this PR is that the structural multibody computations are performed in local A FoR. In DynamicCoupled, the structure variables are kept in the local A FoR of each body (positions, velocities ...) and they are only transformed onto the global A FoR when postprocessing operations are required (plotting, savind data...).
This should not influence results but it improves stability and convergence.

Other minor changes have also been included.

@ArturoMS13 ArturoMS13 marked this pull request as ready for review August 18, 2020 15:05
@ArturoMS13 ArturoMS13 requested a review from ngoiz August 18, 2020 15:05
Copy link
Collaborator

@ngoiz ngoiz left a comment

Choose a reason for hiding this comment

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

Thanks for the excellent work @ArturoMS13!

Obviously, I'm no MB expert so I cannot comment much there. I had a genuine question on Nones appearing in aero.timestep_info and a typo I caught.

In any case good to merge.

sharpy/postproc/aerogridplot.py Show resolved Hide resolved
sharpy/postproc/writevariablestime.py Show resolved Hide resolved
sharpy/structure/utils/lagrangeconstraints.py Show resolved Hide resolved
@ArturoMS13 ArturoMS13 merged commit c22ce08 into develop Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants