-
Notifications
You must be signed in to change notification settings - Fork 57
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
Gravity forces switched if reference node is not first node #213
Comments
Hi Dominooo, A quick check reveals the problem might be here: Thanks, Alvaro. |
Hi Alvaro, from my understanding by using two beams and aero surfaces you introduce two vortices in the centre. Theoretically, they should cancel each other out perfectly, but in practice this not necessarily the case. If I understood correctly, one of the publications linked on the sharpy homepage also mentiones this ("Realistic turbulence effects in low altitude dynamics of very |
Hi Dominoo, Is your last question related to this gravity forces issue? Anyway, in theory yes but in practice we deal with numerics. You could play with variables such as the vortex_radius in the aerodynamic solvers to see if that helps. I have also experienced this and the easiest solution was to model each lifting surface with the same index in the surface_distribution variable. No compromise whatsoever in what can be modelled. Regards |
Hi Alvaro, thanks for your answer. The two questions are related, because the documentation says that beam numbering of aerodynamic surfaces must be continous. For me, this implied that a continous aero surface spanning over two beams is not allowed. Regards |
Hi,
Describe the bug
If the reference node is not the first node, the gravity force of the reference node is applied to the first node anyway. The gravity forces of the other nodes leading up to the reference node are each shifted by one node.
I observed this with the NonLinearStatic and NonLinearDynamicPrescribedStep solvers.
I don't think that the masses are switched because the modal analysis of my model looks fine. However, I am not sure how to confirm this thought.
The switch affects lumped and distributed masses.
To Reproduce
Choose a reference node other than the first node.
I used the cantilever_wing example and gravity force information given in the paraview beam plot to examine this anomaly.
Expected behavior
The case file page says about boundary conditions: "Usually, the first node has 1" which sounds like nodes other than the first can also be used.
The text was updated successfully, but these errors were encountered: