Rotational.IdealPlanetary
Usage
TranslatedComponents.Rotational.IdealPlanetary(ratio=100 / 50)
Parameters:
| Name | Description | Units | Default value |
|---|---|---|---|
ratio | Number of ring_teeth/sun_teeth (e.g., ratio=100/50) | – | 100 / 50 |
Connectors
sun- This connector represents a rotational spline with angle and torque as the potential and flow variables, respectively. (Spline)carrier- This connector represents a rotational spline with angle and torque as the potential and flow variables, respectively. (Spline)ring- This connector represents a rotational spline with angle and torque as the potential and flow variables, respectively. (Spline)
Behavior
Source
dyad
component IdealPlanetary
sun = Spline()
carrier = Spline()
ring = Spline()
# Number of ring_teeth/sun_teeth (e.g., ratio=100/50)
parameter ratio::Real = 100 / 50
relations
(1 + ratio) * carrier.phi = sun.phi + ratio * ring.phi
ring.tau = ratio * sun.tau
carrier.tau = -(1 + ratio) * sun.tau
endFlattened Source
dyad
component IdealPlanetary
sun = Spline()
carrier = Spline()
ring = Spline()
# Number of ring_teeth/sun_teeth (e.g., ratio=100/50)
parameter ratio::Real = 100 / 50
relations
(1 + ratio) * carrier.phi = sun.phi + ratio * ring.phi
ring.tau = ratio * sun.tau
carrier.tau = -(1 + ratio) * sun.tau
metadata {}
endTest Cases
No test cases defined.
Related
Examples
Experiments
Analyses