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

Precession example problem #281

Closed
wjhorne opened this issue Sep 26, 2024 · 5 comments
Closed

Precession example problem #281

wjhorne opened this issue Sep 26, 2024 · 5 comments
Assignees
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@wjhorne
Copy link

wjhorne commented Sep 26, 2024

Hi,

I will be working on Nalu-Wind linking to OpenTurbine for rigid body motion calculations. I know the API is still being explored for external use, but I wanted to see where the capability is at for simple physics problems. It also would be a good opportunity for me to see a little more of how OpenTurbine works.

I have attached the first problem I would like to get working below. It is an ambiguous object with non-symmetric principal moments of inertia and initial angular velocities resulting in precession. It is a case I have seen other 6-DOF solvers use to show basic capability, e.g. S. Murman, M. Aftosmis, and M. Berger. 6-dof motion with a cartesian method. In 41st AIAA Aerospace Sciences Meeting, volume AIAA-2003-1246, 2003.

Could I get some help at how I would go about setting this problem up? Are there any particular examples that would be helpful to get me going?

Screenshot 2024-09-26 at 10 14 04 AM

@deslaughter
Copy link
Collaborator

@wjhorne OpenTurbine currently only supports beam elements and I think this problem requires a point mass element, which will be required for the next milestone. I expect this capability to be added in the next few weeks so you can leave this issue open and you'll be notified when that feature is available. I think this is a test problem and maybe we'll add it as a regression test for the mass element.

@wjhorne
Copy link
Author

wjhorne commented Sep 30, 2024

@deslaughter Sounds good to me. This does require a point mass element. I'll leave this up and keep an eye out for notifications as you progress.

Edit : Pinging @mbkuhn so he can monitor this as well

@michaelasprague michaelasprague self-assigned this Oct 1, 2024
@faisal-bhuiyan faisal-bhuiyan added help wanted Extra attention is needed question Further information is requested labels Oct 1, 2024
@michaelasprague
Copy link
Contributor

@wjhorne where can I find the paper with the figure you posted above? Doesn't seem to be from the AIAA paper referenced.

@wjhorne
Copy link
Author

wjhorne commented Oct 7, 2024

The figure is from my PhD. work. It ultimately is just a slightly modified version of the referenced paper's verification shown at the end of the 6-DOF verification section. It was originally shown in a book as an exact solution to the motion of a spinning and tumbling cylinder, the book being : E. Howard Smart, Advanced Dynamics, vol. II. Dynamics of a Solid Body. MacMillen and Co., 1951.

From my perspective, matching the AIAA paper's angular velocity results would be the best way to go if you are looking for an exact case to compare. The key is that you get angular acceleration due to precession accurately to the exact solution.

@faisal-bhuiyan
Copy link
Collaborator

Completed in #311, please see the precession test problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants