simulating worn brake pads effect on wheel's rpm

3 ビュー (過去 30 日間)
Gal Shraiter
Gal Shraiter 2020 年 8 月 1 日
コメント済み: Gal Shraiter 2020 年 8 月 7 日
Hi all,
I'm getting into simulink for academic use, and I'm trying to understand how to show the condition of brake pads on the wheel's rpm on a time series. The diagram should be simple, and values shouldn't be exact, it's a first attempt for me. This is what I have so far, but I'm failing to understand how get the wheel's rpm. On top of that, I'm thinking about making the kinetic friction a variable, and to control it separately. Is that possible? any suggestion on how to move forward? Thanks!

採用された回答

Steve Miller
Steve Miller 2020 年 8 月 6 日
I have rebuilt your model with some modifications and attached it to this answer.
Some notes:
  1. You can measure the wheel speed with an Ideal Rotational Motion Sensor. You can also simply view all the Simscape simulation results in the Simscape Results Explorer, which means you do not have to have extra sensor blocks in your diagram
  2. I put a transfer function in to smooth the application of pressure to the Disc Brake.
  3. You can enable thermal effects in the Disc Brake, which would allow you specify lookup tables for the static and coulomb friction values as a function of temperature. You could vary the temperature of the brake to get different behaviors.
  4. Another option for varying friction is the Loaded Contact Rotational Friction block.
  6 件のコメント
Steve Miller
Steve Miller 2020 年 8 月 7 日
I used the Step input block as it is convenient to specify when the transition will take place. The transfer function provides a convenient way to control how rapid the change is.
The Transfer Function block is a Simulink block. The same thing could be done within Simscape, but since this is essentially a control signal, it was OK to do it in Simulink.
Gal Shraiter
Gal Shraiter 2020 年 8 月 7 日
Got it. Thanks. Is there a way to control when it takes place when using a constant as I did before?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeBrakes and Detents についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by