WOLFRAM SYSTEM MODELER

EngineSpeedClutch

Model of the relationship between the engine speed and the clutch signal in case the engine speed falls below a given threshold.

Wolfram Language

In[1]:=
SystemModel["IndustryExamples.AutomotiveTransportation.Driveline.Components.TransmissionPackage.Utilities.EngineSpeedClutch"]
Out[1]:=

Information

This model uses the following equation to define the output y:

yeqn

The block is used in the TCU to model the relationship between the engine speed and the clutch signal in case the engine speed falls below a given threshold.

Parameters (1)

k

Value: 0.1

Type: Real

Inputs (1)

u

Type: RealInput

Description: 'input Real' as connector

Outputs (1)

y

Type: RealOutput

Description: 'output Real' as connector

Connectors (2)

u

Type: RealInput

Description: 'input Real' as connector

y

Type: RealOutput

Description: 'output Real' as connector

Used in Components (1)

TCU

IndustryExamples.AutomotiveTransportation.Driveline.Components.TransmissionPackage.Utilities

Transmission control unit that controls the gears and transmission clutch based on engine speed (rpm), vehicle speed (km/h), and desired driving direction (−1 = reverse, 0 = neutral, 1 = forward).