Simulink powertrain model approach

조회 수: 11 (최근 30일)
Peter Munk
Peter Munk 2019년 12월 9일
답변: Jonas 2019년 12월 9일
For a school project I made an acceleration model for a fire engine. The vehicle part of the model all worked out well, but I am stuck modeling a powertrain. I dont have the powertrain blockset as it isnt available for students (?) and because my vehicle model is in simulink instead of simscape (And because I am not modeling a powertrain I just want to simulate the current one) I am not really in favor of using simscape.
My question is:
What is the best approach for simulating a powertrain (engine + transmission and shiftlogic) in simulink using a power vs. engine speed graph and kown gear ratios?

채택된 답변

Jonas
Jonas 2019년 12월 9일
If you are not able to use Simscape but just Simulink, you can try to model your components by using look-up tables and stateflow.
  • You can model the engine with a look-up table of engine speed versus output torque.
  • You can model the transmission with shift logic by using a stateflow diagram.
If you do this, it basically boils down to an open loop approximation of a drivetrain written out manually. The aspects in which this simulation will be lacking is dynamics and transition periods. It is basically assuming that each sample of your model it is in steady state. So I would recommend using a sample time of something like 1 seconds.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Powertrain Blockset에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by