When using a generic engine block, why does it seems to work only when it is given some initial velocity in SimDriveline 2.2

11 ビュー (過去 30 日間)
When the velocity of a Generic Engine drops below the Stall Velocity which is specified in its block properties, the engine stalls. As a result, specifying an initial velocity which is less than the engine's stall velocity results in a stall.
How can a user start the engine with zero initial velocity, then "start the engine" at some point in time.

採用された回答

MathWorks Support Team
MathWorks Support Team 2020 年 9 月 14 日
編集済み: MathWorks Support Team 2020 年 9 月 14 日
This is expected behavior. The workaround is to use a "Signal Builder" block with an "Ideal Torque Source" to generate a impulse torque which can spin the Generic Engine to a velocity which is greater than the stall speed. If the throttle is on at this point, it will maintain the engine's velocity.
The included model called "sdl_vehicle_starter" starts from no throttle and an engine stall, applies a throttle at t = 60 seconds, and then initiates the starter motor via the Ideal Torque Source at t = 90 seconds.
NOTE: From R2013a onwards Generic Engine in SimDriveline has new feature of Idle speed control, through which the same functionality can be achieved without the additional Torque Source:
-> Idle Speed Control -> Enable idle speed controller

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEngines & Motors についてさらに検索

製品


リリース

R2012a

Community Treasure Hunt

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

Start Hunting!

Translated by