How to simulate rotational stability of multiple parts?

In summary, High Frontier correctly simulates rotational stability when most of the mass is dominated by a single large spinning part. However, when multiple rotating masses are joined together at the ends, energy is lost and the system ends up tumbling end over end. This tumbling doesn't happen in ideal physics bodies; it's an effect of energy loss (due to subtle flexing, for example). To simulate this effect, the game developer needs to understand the dynamics of rigid bodies and make active compensation for energy loss.
  • #1
JoeStrout
3
0
I've written a space colony simulation game called High Frontier. It correctly simulates rotational stability when most of the mass is dominated by a single large spinning part. For example, a squat cylinder will be stable, but a long cylinder will end up tumbling end over end, as shown:



This tumbling doesn't happen in ideal physics bodies; it's an effect of energy loss (due to subtle flexing, for example). I simulate this in the following way: for each part of the structure, I hypothesize a small random change in its spin axis (imagine some minor perturbation), calculate what its angular velocity would be around that axis, and its new kinetic energy as described here. If the new kinetic energy is less than the previous kinetic energy, I keep the change; otherwise I throw it out. So, over time the system ends up in its lowest-energy state.

But now I want to simulate systems that involve multiple spinning parts joined together. For example, consider O'Neill cylinders, which is a space colony design consisting of two counter-rotating cylinders joined at the end:
10029474534_d8ac7d8a81_b.jpg


When I build such an assembly in my simulator, despite the cylinders rotating in opposite directions, it still flops over and starts rotating end-over-end. When we imagine changing the axis a little bit (towards the short axis), this is a reduction in kinetic energy for both cylinders, and so a reduction in the total energy of the system... or so it seems to me.

I'm pretty certain this is not how conjoined rotating parts behave in real life, so clearly I've missed something in my simulation. I get that the total angular momentum of the system is zero, but each of the parts has kinetic energy, and I'm simulating on a part-by-part basis. So what's missing?

Finally, if it helps focus our thoughts: how does the arrangement of the parts matter? Would two cylinders connected end-to-end work just as well as side by side?
 
Last edited by a moderator:
Physics news on Phys.org
  • #2
The spinning of a fully asymmetric top (i.e., with three different principle moments of inertia) is stable around the principle axes of the largest and the smallest moment of inertia, while it's unstable when rotating around the 3rc principle axis.
 
  • #3
It is stable for a fully rigid body. Not necessarily for a space station. But do you really want to take care of those effects? Actual space stations would probably have some active compensation to keep them spinning around the axis of their smallest moment of inertia.
 
  • Like
Likes vanhees71
  • #4
vanhees71 said:
The spinning of a fully asymmetric top (i.e., with three different principle moments of inertia) is stable around the principle axes of the largest and the smallest moment of inertia, while it's unstable when rotating around the 3rc principle axis.
That's true for an ideal rigid body, and we simulated that long ago here. However it is not a relevant effect in this case (at least, not in any way I can see).

mfb said:
It is stable for a fully rigid body. Not necessarily for a space station. But do you really want to take care of those effects? Actual space stations would probably have some active compensation to keep them spinning around the axis of their smallest moment of inertia.
I really do want to simulate these effects, yes.

But my question isn't about the stability of a single rotating mass. We have that working correctly already (including energy loss, which leads a long cylinder to spin end-over-end regardless of its original spin axis).

My question is about multiple rotating masses, joined together at the ends (via bearings, of course). Perhaps it would be helpful to reframe the question this way:

How do I calculate the total energy in a system composed of two or more spinning masses? And if some energy is lost, how will this manifest in the orientation and spin of the system?
 
  • #5
Calculating the total energy should be easy - calculate the energy of each component and sum.
JoeStrout said:
And if some energy is lost, how will this manifest in the orientation and spin of the system?
That depends on the details of your station. Which part reacts how to forces.
 
  • #6
mfb said:
Calculating the total energy should be easy - calculate the energy of each component and sum.

Well, that's what I'm doing now, but as described in the first post, it results in unrealistic behavior. Each cylinder's energy is reduced by flipping over onto its side and rotating end-over-end (while conserving angular momentum). So, the sum of their energy is also reduced.

That depends on the details of your station. Which part reacts how to forces.

Yes, I've come to the conclusion that there is no easy answer to this. I've bought https://www.amazon.com/gp/product/B0017I6RR4/?tag=pfamazon01-20 on rigid body dynamics algorithms, and will be starting from scratch (using the nifty 6D-vector notation the book espouses). Hopefully at the end I'll be able to correctly simulate situations like this.

Thanks to all who tried to help!
 
Last edited by a moderator:
  • #7
Some internal stiffness should prevent the cylinders from doing things that are too weird.
 

1. What is rotational stability?

Rotational stability refers to the ability of a system or structure to resist rotation under external forces. In the context of multiple parts, it means that all the parts are able to maintain their relative positions and orientations even when subjected to rotational forces.

2. Why is it important to simulate rotational stability of multiple parts?

Simulating rotational stability allows scientists and engineers to predict the behavior of a system before it is built. This can help identify potential issues and improve the design to ensure that the system will function properly and safely.

3. How is rotational stability of multiple parts simulated?

There are various methods for simulating rotational stability, including Finite Element Analysis (FEA), Computational Fluid Dynamics (CFD), and Multibody Dynamics (MBD). These methods use mathematical models and algorithms to simulate the behavior of the system under different conditions.

4. What factors affect the rotational stability of multiple parts?

The rotational stability of multiple parts can be affected by several factors, including the shape and size of the parts, the material properties, the external forces acting on the system, and the constraints or connections between the parts.

5. How can the results of rotational stability simulations be used?

The results of rotational stability simulations can be used to optimize the design of the system, identify potential weak points or areas of concern, and make informed decisions about the materials and construction methods to be used. They can also be used to validate the design and ensure that it meets safety and performance requirements.

Similar threads

Replies
2
Views
781
Replies
1
Views
449
Replies
3
Views
898
Replies
9
Views
884
Replies
9
Views
1K
Replies
4
Views
734
Replies
3
Views
760
Replies
13
Views
2K
  • Advanced Physics Homework Help
Replies
5
Views
911
Replies
7
Views
293
Back
Top