Optimizing Gear Train Simulation with Exponential Acceleration and Braking

AI Thread Summary
The discussion focuses on optimizing a computer simulation for a three-gear train system, incorporating a fictitious motor and braking system activated by mouse clicks. The user employs exponential functions to model acceleration and deceleration, questioning if this approach is appropriate or if better equations exist. They emphasize the importance of defining the Torque to RPM curve for the motor and acknowledge energy losses that could affect RPM. The goal is to achieve a visually acceptable effect while considering the real equations for angular acceleration over time. Overall, the conversation highlights the balance between realistic physics and visual representation in gear simulations.
TechFan
Messages
34
Reaction score
1
Hi:
I'm building a computer simulation for a 3 gear train system. So far the gears rotate with mouse movement horizontally. Now I'm adding a fictitious motor and braking system to start/stop rotation with mouse clicks. I multiplied the rotation angle by [1-e(-t/TC)] to simulate exponential acceleration and e(-t/TC) for braking for exponential deceleration. Is exponential is the right way to do it? or is there any other better equation. This is just a simple case with no other external conditions influencing; but just the system inertia.
In general terms this is the equation I'm using.
Acceleration=[1-e(-t/TC)];// acceleration case
Acceleration=[e(-t/TC)];// braking case

Thanks
 
Engineering news on Phys.org
The meshed gears will have kinetic energy proportional to RPM squared.
The motor will provide that energy. You must specify the Torque to RPM curve for the motor.

Power = torque * RPM = watts = joules of energy per second.
Use that to compute the change in velocity over time as energy flows in or out.

There will be some energy losses that will remove energy and so reduce the RPM. Ignore them for now, or make them proportional to RPM.
 
  • Like
Likes 1 person
Hi:
Interesting info. I'll experiment trying to code that somehow (?) and see the results. My goal is just having an acceptable "visual effect", although using the real equation will be much better.
The real question would be: What is the equation for the change in rpm with time (angular acceleration)? I assumed it to be exponential so it will tend to the end value asymptotically with time in both cases.
Thanks
 
Wow that is awesome!. Thanks.
 
Thread 'Where is my curb stop?'
My water meter is submerged under water for about 95% of the year. Today I took a photograph of the inside of my water meter box because today is one of the rare days that my water meter is not submerged in water. Here is the photograph that I took of my water meter with the cover on: Here is a photograph I took of my water meter with the cover off: I edited the photograph to draw a red circle around a knob on my water meter. Is that knob that I drew a red circle around my meter...
Hi all, i have some questions about the tesla turbine: is a tesla turbine more efficient than a steam engine or a stirling engine ? about the discs of the tesla turbine warping because of the high speed rotations; does running the engine on a lower speed solve that or will the discs warp anyway after time ? what is the difference in efficiency between the tesla turbine running at high speed and running it at a lower speed ( as fast as possible but low enough to not warp de discs) and: i...

Similar threads

Back
Top