Main Content

Transmission

Abstract transmission for system-level driveline modeling

Since R2022a

Libraries:
Simscape / Driveline / Gears

Description

The Transmission block represents an abstract transmission for system-level driveline models. The block accepts the gear ratio command as a physical signal to port G, where 0 represents neutral, -1 represents reverse, and the values in the Forward gear ratios parameter represent the forward gears. The length of this vector corresponds to the number of forward gears. The block rounds the input values to integers. The transmission is non-sequential, which allows you to transition between any two gear ratios without having to stop at the intermediate ratios. For the block to behave like a sequential transmission, you must specify each gear ratio in the sequence.

The Transmission block is a composite of two blocks. The block uses a subcomponent implementation of the Variable Ratio Transmission block to simulate the transmission gear ratio dynamics, and the block simulates abstracted clutch dynamics using the Logic-Controlled Clutch block. To learn more, see About Composite Components.

Thermal Model

You can model the effects of heat flow and temperature change by enabling the optional thermal port. To enable the port, set Thermal port to Model.

Ports

Input

expand all

Physical input signal associated with the gear selection. An input of where 0 represents neutral, -1 represents reverse, and the values in the Forward gear ratios parameter represent the forward gears. The block saturates the signal from -1 to the length of the Forward gear ratios parameter.

Conserving

expand all

Mechanical rotational conserving port associated with the base interface.

Mechanical rotational conserving port associated with the follower interface.

Thermal conserving port associated with heat flow.

Dependencies

To enable this port, set Thermal port to Model.

Parameters

expand all

Gears

Ordered vector of transmission gear ratios. The block uses the position of each element in the vector to assign that element to a given input signal. You can parameterize an arbitrary number of gear ratios.

Gear ratio of the reverse gear.

Dependencies

To enable this parameter, set Friction model to Gear-dependent efficiency.

Friction model for the block:

  • No meshing losses - Suitable for HIL simulation — Gear meshing is ideal.

  • Constant efficiency — The block reduces torque transfer between all of the gear wheel pairs according to the Efficiency parameter.

  • Gear-dependent efficiency — The block defines torque transfer between the gear wheel pairs according to the Efficiency vector parameter.

Efficiency that the block applies to all gear ratios.

Dependencies

To enable this parameter, set Friction model to Constant efficiency.

Gear-dependent efficiency where each element corresponds to a gear ratio in the Forward gear ratios parameter.

Dependencies

To enable this parameter, set Friction model to Gear-dependent efficiency.

Efficiency that the block applies to the reverse gear.

Absolute power at which the block applies the full efficiency to the follower.

Dependencies

To enable this parameter, set Friction model to Constant efficiency or Gear-dependent efficiency.

Reciprocal of the transmission angular compliance measured at the base.

Reciprocal of the transmission angular compliance damping measured at the base.

Torque applied at the base shaft at the start of simulation.

Vector of viscous damping coefficients applied at the base and follower shafts, respectively.

Clutch

Minimum torque threshold to maintain relative motion between the clutch plates.

Minimum torque threshold to cause relative motion between the clutch plates.

Whether the block completes gear shifts instantaneously or transitions into neutral for a finite amount of time between gears.

Time to complete a gear shift. The transmission remains in neutral during this time.

Dependencies

To enable this parameter, set Shift model to Finite shift time

Clutch minimum angular velocity.

Option to start the simulation with the clutch unlocked or locked.

Thermal Port

Whether to expose the thermal port and associated parameters.

Thermal energy required to change the component temperature by a single temperature unit. The greater the thermal mass, the more resistant the component is to temperature change.

Dependencies

To enable this parameter, set Thermal port to Model.

Initial transmission temperature when modeling heat flow and temperature change.

Dependencies

To enable this parameter, set Thermal port to Model.

Extended Capabilities

C/C++ Code Generation
Generate C and C++ code using Simulink® Coder™.

Version History

Introduced in R2022a