主要内容

Simple Rotational Mechanical System

This example shows a simple system in the Rotational Mechanical domain. You can connect this system to other domains. The Simple Gear block reduces the rotational velocity turn a Rotational Free End block. The Scope block visualizes the rotational velocity at the follower port of the Simple Gear block. The example contains different versions of the same model to demonstrate Simscape Driveline concepts.

Beginnging System

The base model uses an ideal source block to drive a Simple Gear block, which reduces the shaft output speed.

open_system('SimpleRotationalMechanicalSystem');

Dynamic System

The dynamic version of the model adds inertia to the system to demonstrate the effects of adding dynamic forces to a Simscape Driveline model.

open_system('SimpleRotationalMechanicalSystem_dynamic');

Translational System

The translational version of the model converts the rotational motion of the base model into translational motion.

open_system('SimpleRotationalMechanicalSystem_translational');

Electrical System

The electrical version of the model replaces the ideal source with an electrical driving source powered by an electrical circuit.

open_system('SimpleRotationalMechanicalSystem_electrical');

Translational System

The thermal version of the model tracks the heat flow out of the Simple Gear block when meshing losses are enabled.

open_system('SimpleRotationalMechanicalSystem_thermal');