Continuously Variable Transmission Idea

  • #61
Baluncore said:
The differential carriers can rotate at different speeds,
No, they cannot. I tried it.
Baluncore said:
how can you know your analysis of the model is complete.
I have the real physical thing, and reality says your analysis is wrong.
 
Engineering news on Phys.org
  • #62
A.T. said:
I have the real physical thing, and reality says your analysis is wrong.
Then present a set of simple equations that describes your model.

There needs to be two components with specified angular velocity to constrain the mechanical system.
 
  • #63
The equations governing this gear set seem pretty simple to me. There are four of them:

The gear ratio of the left gear set (##GR_L##), relating angular velocities (##\omega##) of the input (##i##) and output (##o##) shafts:
$$GR_L = \frac{\omega_{oL}}{\omega_{iL}}$$
The gear ratio of the right gear set (##GR_R##), relating angular velocities of the input (##i##) and output (##o##) shafts:
$$GR_R = \frac{\omega_{oR}}{\omega_{iR}}$$
The relationship between the angular velocities of the input differential:
$$\omega_{in} = \frac{\omega_{iL} + \omega_{iR}}{2}$$
The relationship between the angular velocities of the output differential:
$$\omega_{out} = \frac{\omega_{oL} + \omega_{oR}}{2}$$
Already, we can tell we have a problem because we have 4 equations and 5 unknowns (##\omega_{iL}##, ##\omega_{iR}##, ##\omega_{oL}##, ##\omega_{oR}##, ##\omega_{out}##).

For the overall gear ratio (##GR##), it is defined as:
$$GR = \frac{\omega_{out}}{\omega_{in}} = \frac{\omega_{oL} + \omega_{oR}}{\omega_{iL} + \omega_{iR}}=\frac{\omega_{iL}GR_L + \omega_{iR}GR_R}{\omega_{iL} + \omega_{iR}}$$
From that simple equation, we can already define simple - and very intuitive - solutions:
  • if ##\omega_{iR} = 0##, then ##GR = GR_L##;
  • if ##\omega_{iL} = \omega_{iR}##, then ##GR = \frac{GR_L + GR_R}{2}##
  • if ##\omega_{iL} = 0##, then ##GR = GR_R##;
By introducing sets of clutches similar to those used in modern automatic transmissions, this setup can be easily transformed into a 3-speed gearbox.

We can define a new constraint, for example ##\frac{\omega_{iR}}{\omega_{in}}##, and the overall gear ratio becomes:
$$GR = \left(1-\frac{1}{2}\frac{\omega_{iR}}{\omega_{in}}\right)GR_L + \frac{1}{2}\frac{\omega_{iR}}{\omega_{in}}GR_R$$
The previous simple solutions become:
  • if ##\frac{\omega_{iR}}{\omega_{in}}= 0##, then ##GR = GR_L##;
  • if ##\frac{\omega_{iR}}{\omega_{in}} = 1##, then ##GR = \frac{GR_L + GR_R}{2}##
  • if ##\frac{\omega_{iR}}{\omega_{in}} = 2##, then ##GR = GR_R##;
So, if one controls the input angular velocity of one of the shafts of the differentials with respect to the input carrier angular velocity, it seems the setup could be a CVT, varying between ##GR_L## and ##GR_R##.
 
  • Like
Likes   Reactions: A.T. and Baluncore
  • #64
A.T. said:
double_diff_gear-webp.webp



Disappointingly it was exactly what I initially expected: A boring 1:1 transmission that merely reverses the direction (the yellow crosses rotate opposite to each other).
Seems like I gave up too early. But the insistence of @Baluncore made me more do more careful testing. And it looks like ratios other then 1:1 are indeed possible. Thanks and apologies to @Baluncore.

This part however is correct, and consistent with the formulas posted above by @jack action :
A.T. said:
Contrary to some claims in this thread, it is not possible to hold the output static, while turning the input continuously.
It was referring to this idea:
Halc said:
One can for instance bolt the output to a wall, preventing any rotation. The input can still turn freely.
As @jack action derived above, one can fix the left or right side gears to switch the total gear ratio between minimum and maximum, given by the opposite side gears respectively. But you cannot hold the output static, while the input rotates, because the the total gear ratio can only be varied within a finite range.
 
  • #65
Here is a table that gives the speed of the shafts, all referenced to an input of 100. A and B are the input shaft gears, the average of A and B is X, the input. C and D are the output gears, the average of C and D is Y, the output. These definitions are compliant with those of jack action.
Code:
    X         A         B         C         D         Y
  100.000   -50.000   250.000   -25.000   500.000   237.500
  100.000   -33.333   233.333   -16.667   466.667   225.000
  100.000   -16.667   216.667    -8.333   433.333   212.500
  100.000     0.000   200.000     0.000   400.000   200.000
  100.000    16.667   183.333     8.333   366.667   187.500
  100.000    33.333   166.667    16.667   333.333   175.000
  100.000    50.000   150.000    25.000   300.000   162.500
  100.000    66.667   133.333    33.333   266.667   150.000
  100.000    83.333   116.667    41.667   233.333   137.500
  100.000   100.000   100.000    50.000   200.000   125.000
  100.000   116.667    83.333    58.333   166.667   112.500
  100.000   133.333    66.667    66.667   133.333   100.000
  100.000   150.000    50.000    75.000   100.000    87.500
  100.000   166.667    33.333    83.333    66.667    75.000
  100.000   183.333    16.667    91.667    33.333    62.500
  100.000   200.000     0.000   100.000     0.000    50.000
  100.000   216.667   -16.667   108.333   -33.333    37.500
  100.000   233.333   -33.333   116.667   -66.667    25.000
  100.000   250.000   -50.000   125.000  -100.000    12.500
  100.000   266.667   -66.667   133.333  -133.333     0.000
  100.000   283.333   -83.333   141.667  -166.667   -12.500
  100.000   300.000  -100.000   150.000  -200.000   -25.000
Here is the graph that shows gear ratio. The input X remains at 100%, the output is Y, the bright white trace, that can be read off as % gear ratio.
Dual-Diff-CVT-5.webp
 
  • #66
A.T. said:
But you cannot hold the output static, while the input rotates, because the the total gear ratio can only be varied within a finite range.
Look at the graph, or the table. The output, Y, crosses zero when;
X=100.0; A=266.7; B=-66.667; C=133.3; D=-133.3; Y=0.000

You can do that by clamping the output while turning the input. It is not however possible to brake gears to achieve Y≤0, since the speed of A must be accelerated, while the direction of gear B must be reversed. Reversal is not possible with a brake. Only ratios by a factor of two, between 200% and 50% are possible using brakes.
 
  • #67
Baluncore said:
Look at the graph, or the table. The output, Y, crosses zero when;
X=100.0; A=266.7; B=-66.667; C=133.3; D=-133.3; Y=0.000

You can do that by clamping the output while turning the input. It is not however possible to brake gears to achieve Y≤0, since the speed of A must be accelerated, while the direction of gear B must be reversed. Reversal is not possible with a brake. Only ratios by a factor of two, between 200% and 50% are possible using brakes.
Is is possible to achieve Y=0 with a single (non zero) input X (all side axles spin freely) just by changing/reversing the gear ratios (AC and BD)? Or do you have to drive some side axles at a given speed for that?
 
Last edited:
  • #68
It is not possible to drive Y to zero, unless you brake Y itself. No matter how I juggle the ratios, one of the input gears must be driven negative to have Y = 0.

However, it can be achieved with a reversal, by inserting an idler gear into one, or the other gear train. It is then possible using a brake to have a bidirectional output that can be zero.
Here is a plot with one negative ratio coefficient.
Notice how A and B are positive, while Y can be negative.
neg_ratio.webp
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 7 ·
Replies
7
Views
5K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
2K
Replies
6
Views
7K