Why is there a discrepancy in the definition and usage of P_fric on the documentation page of Controllable Friction Clutch in SimDriveline 1.1.1 (R14SP3)?

2 views (last 30 days)
In the reference page for Controllable Friction Clutch block, the definition for P_fric is not consistent with the state diagram. P_fric has been defined as
P_fric=|omega|*tau_K
and the State flow diagram indicates that P_fric>0 for Omega=0 state.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
This is a bug in the SimDriveline documentation in the way the terms P_fric, tau_K and tau_S are defined in the table titled Clutch state variables under Friction Clutch Model section and this is fixed in R2008a version.
The correct definitions are as follows:
Pfric = max[(P - Pth), 0] (always, whether it's unlocked and kinetic or
locked and static)
tau_K = mu*(# of disks)*(moment arm)*(peak normal force)*Pfric (in the
kinetic, unlocked case)
tau_S = tau_limit = (static friction peak factor)*(kinetic friction
torque for omega -> 0) (in the static, locked case)

More Answers (0)

Categories

Find more on Tires and Vehicles in Help Center and File Exchange

Products


Release

R14SP1

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!