フィルターのクリア

Can I implement a simulation of rolling contact fatigue?

2 ビュー (過去 30 日間)
Sachin Ghalme
Sachin Ghalme 2011 年 1 月 20 日
Can I carry out simulation of mathematical model developed for rolling contact fatigue?

回答 (1 件)

Seth Popinchalk
Seth Popinchalk 2011 年 1 月 20 日
If your rolling contact fatigue model is implemented in another language, like C, FORTRAN or MATLAB, you should be able to call it from an S-function in Simulink.
If it is a general mathematical model consisting of ordinary differential equations, you should be able to model it in Simulink. You can also solve Index 1 Differential Algebraic Equations (DAEs) using Simulink with algebraic loops that impose constraints.
Contact dynamics often involve mode switching. This can be implemented using conditionally executed subsystems or for complicated logic, Stateflow. Good luck!

カテゴリ

Help Center および File ExchangeSimulink Functions についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by