Dog Clutch
Dog Clutch component
The Dog Clutch component models a clutch where the coupling of the two sides is achieved by the engagement of toothed connections between the two shafts (as opposed to friction in normal clutches). A typical usage of dog clutches is in manual transmissions.
Geometry
The Dog Clutch geometry is defined by two parameters; gap and ϵ as shown in the figure below.
Equations
ϕrel = ϕb − ϕa
and
ωrel = ⅆⅆ t ϕrel
ϕ^rel = 0state= 0ϕrel − gap · floorϕrelgap state ≠ 0 and ϕrel ≥ 0ϕrel − gap · ceilϕrelgap state ≠ 0 and ϕrel < 0
τa + τb = 0
τb =s astate = 20state ≠ 2
The contact between the teeth on the two sides of the Dog Clutch is modeled using linear angular springs and dampers:
sa = {0 τk + τc ≥ 0τk + τc τk + τc < 0−gap ≤ ϕ^rel ≤ −gap + ϵ 0 τk + τc ≤ 0τk + τc τk + τc > 0− ϵ ≤ ϕ^rel < 00 τk + τc ≥ 0τk + τc τk + τc < 00 ≤ ϕ^rel ≤ ϵ 0 τk + τc ≤0τk + τc τk + τc >0gap − ϵ ≤ ϕ^rel < gap 0otherwisestate = 20otherwise
where
τk =c · ϕ^rel + gap − ϵ −gap < ϕ^rel ≤ −gap + ϵ c · ϕ^rel + ϵ − ϵ ≤ ϕ^rel < 0c · ϕ^rel − ϵ0 ≤ ϕ^rel ≤ ϵc · ϕ^rel − gap + ϵgap − ϵ ≤ ϕ^rel < gapstate=20otherwise
τc = d · ωrel
State Machine Definition
The Dog Clutch has three distinct states as shown in the figure below.
state = {{1 12 ≤ s ≤ 1 0 0 ≤ s < 12 prestate= 0{ 1 ϕ^rel <−gap+ϵ or ϕ^rel > −ϵ and ϕ^rel < ϵ or ϕ^rel >gap − ϵ2otherwise 12 ≤ s ≤ 10 0 ≤ s < 12prestate= 1 2 12 ≤ s ≤ 10 0 ≤ s < 12prestate= 2
The boolean output locked is defined as
locked = 0state ≠ 21state = 2
Connections
Name
Condition
Description
ID
flangea
-
Flange to side a
flange_a
flangeb
Flange to side b
flange_b
signal
Real input signal for clutch activation, from 0 (disengaged) to 1 (engaged)
locked
Boolean output port for the clutch state
false: free
true: locked
state_locked
Parameters
Symbol
Default
Units
gap
π6
rad
see "Geometry" section above
ϵ
−
π18
epsilon
c
1⋅105
N·mrad
Angular teeth stiffness
d
100
N·m · srad
Angular teeth damping
See Also
Driveline Library Overview
MapleSim Library Overview
1-D Mechanical Overview
Clutches and Brakes
Download Help Document