WOLFRAM SYSTEM MODELER
BasicEngineEngine as implemented in "Driveline Modelling using MathModelica", Per Nobrant. |
![]() |
SystemModel["IndustryExamples.AutomotiveTransportation.Driveline.Components.EnginePackage.BasicEngine"]
This basic engine model uses the T_demand component to calculate demanded torque. The dynamics of the output torque are then modeled as a first-order system. The input to this model is the throttle level in normalized form (0 ≤ throttle ≤ 1).
View the model diagram for this model.
![]() |
throttle |
Type: RealInput |
---|---|---|
![]() |
EngineTorque_Out |
Type: Flange_b |
![]() |
engineSpeed |
Type: RealOutput |
![]() |
energyConsumption |
Type: RealOutput |
![]() |
torque |
Type: Torque |
---|---|---|
![]() |
t_demand |
Type: T_demand |
![]() |
speedSensor |
Type: SpeedSensor |
![]() |
J_m |
Type: Inertia |
![]() |
to_rpm |
Type: To_rpm |
![]() |
powerSensor1 |
Type: PowerSensor |
![]() |
firstOrderFilter |
Type: FirstOrder |
![]() |
smoothingFilter1 |
Type: SmoothingFilter |
![]() |
const |
Type: Constant |
![]() |
max1 |
Type: Max |
![]() |
fixedDelay |
Type: FixedDelay |
![]() |
IndustryExamples.AutomotiveTransportation.Driveline A standard model of a driveline. Used for analyzing a drive cycle using the bundled Wolfram Language notebook. |