WOLFRAM SYSTEM MODELER

DrivelineModel

A standard model of a driveline. Used for analyzing a drive cycle using the bundled Wolfram Language notebook.

Diagram

Wolfram Language

In[1]:=
SystemModel["IndustryExamples.AutomotiveTransportation.Driveline.DrivelineModel"]
Out[1]:=

Information

 

Driveline: Analyze a Drive Cycle

 

Introduction

This is a model of a standard driveline.

In order to get the full experience of this example, you need the following:

 

Parts of this example require the Wolfram Language. Open the accompanying notebook Driveline.nb for those scenarios.

 

Instant Plotting

DrivelinePlot01

To simulate the driveline and plot the instant fuel consumption and the measured speed, follow the step below:

  • Click the Simulate button simulate.
 

Generate Simulation Scenarios

In Mathematica, use an interactive Manipulate to create simulation scenarios that can be exported to SystemModeler.

Manipulate01

In the Manipulate, the speeds at which gears are switched can be changed.

 

Parameters (2)

m

Value: 1183

Type: Mass (kg)

Description: Mass of the car

gearSwitch

Value: {24.135, 40.225, 64.36, 72.405}

Type: Real[4]

Description: Speed at which to switch gears

Components (12)

differential

Type: IdealDifferential

body

Type: CarBody

driveShaftLeft

Type: SpringDamper

driveShaftRight

Type: SpringDamper

driver1

Type: Driver

brakeRight

Type: Brakes

brakeLeft

Type: Brakes

rightWheel

Type: Wheel

leftWheel

Type: Wheel

transmission

Type: AutomaticTransmission

engine

Type: BasicEngine

fuelGauge

Type: FuelGaugeModel