What is meant by slip(output) in tire output port
2 ビュー (過去 30 日間)
古いコメントを表示
Any one please explain what does slip in tire block mean, wether its percent or.....
In one simulation I got output slip as 30. Is it possible or not ....What does the block gives output as (better explain with mathematical explaination)
0 件のコメント
採用された回答
Vasco Lenzi
2020 年 7 月 9 日
Hi Deshik
I took a quick look at the code under the hood. The slip is an unitless output of the relation between the velocity
outputs
S = {0, '1'}; % S:right
end
Is calculated from a velocity over another velocity: S == v_rel/v_den;
Is not a percent.
Hope this helps, I will put forward a request to improve the documentation and add a mention of the Slip unit.
Cheers
Vasco
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Tires and Vehicles についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!