| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Simscape |
| Contents | Index |
| Learn more about Simscape |
| On this page… |
|---|
In this example, you are going to model a simple mechanical system and observe its behavior under various conditions. This tutorial illustrates the essential steps to building a physical model, described in the previous section, and makes you familiar with using the basic Simscape blocks.
The following schematic represents a simple model of a car suspension. It consists of a spring and damper connected to a body (represented as a mass), which is agitated by a force. You can vary the model parameters, such as the stiffness of the spring, the mass of the body, or the force profile, and view the resulting changes to the velocity and position of the body.

To create an equivalent Simscape diagram, follow these steps:
Open the Simscape and Simulink block libraries, as described in Introducing the Simscape Block Libraries.
Create a new model. To do this, click the New button on the Library Browser's toolbar (Windows only) or choose New from the library window's File menu and select Model. The software creates an empty model in memory and displays it in a new model editor window.
Note Alternately, you can type ssc_new at the MATLAB Command prompt, to create a new model prepopulated with certain required and commonly-used blocks. For more information, see Creating a New Simscape Model. |
Open the Simscape > Foundation Library > Mechanical > Translational Elements library.
Drag the Mass, Translational Spring, Translational Damper, and two Mechanical Translational Reference blocks into the model window.
Orient the blocks as shown in the following illustration. To rotate a block, select it and press Ctrl+R.

Connect the Translational Spring, Translational Damper, and Mass blocks to one of the Mechanical Translational Reference blocks as shown in the next illustration.

To add the representation of the force acting on the mass, open the Simscape > Foundation Library > Mechanical > Mechanical Sources library and add the Ideal Force Source block to your diagram.
To reflect the correct direction of the force shown in the original schematic, flip the block by selecting Format > Flip Block from the top menu bar of the model window. Connect the block's port C (for "case") to the second Mechanical Translational Reference block, and its port R (for "rod") to the Mass block, as shown below.

Add the sensor to measure speed and position of the mass. Place the Ideal Translational Motion Sensor block from the Mechanical Sensors library into your diagram and connect it as shown below.

Now you need to add the sources and scopes. They are found in the regular Simulink libraries. Open the Simulink > Sources library and copy the Signal Builder block into the model. Then open the Simulink > Sinks library and copy two Scope blocks. Rename one of the Scope blocks to Velocity and the other to Position.

Every time you connect a Simulink source or scope to a Simscape diagram, you have to use an appropriate converter block, to convert Simulink signals into physical signals and vice versa. Open the Simscape > Utilities library and copy a Simulink-PS Converter block and two PS-Simulink Converter blocks into the model. Connect the blocks as shown below.

Each topologically distinct physical network in a diagram requires exactly one Solver Configuration block, found in the Simscape > Utilities library. Copy this block into your model and connect it to the circuit by creating a branching point and connecting it to the only port of the Solver Configuration block. Your diagram now should look like this.

Your block diagram is now complete. Save it as simple_mech.mdl.
After you have put together a block diagram of your model, as described in the previous section, you need to select a solver and provide the correct values for configuration parameters.
To prepare for simulating the model, follow these steps:
Select a Simulink solver. On the top menu bar of the model window, select Simulation > Configuration Parameters. The Configuration Parameters dialog box opens, showing the Solver node.
Under Solver options, set Solver to ode15s (Stiff/NDF) and Max step size to 0.2.
Also note that Simulation time is specified to be between 0 and 10 seconds. You can adjust this setting later, if needed.

Click OK to close the Configuration Parameters dialog box.
Save the model.
After you've put together a block diagram and specified the initial settings for your model, you can run the simulation.
The input signal for the force is provided by the Signal Builder block. The signal profile is shown in the illustration below. It starts with a value of 0, then at 4 seconds there is a step change to 1, and then it changes back to 0 at 6 seconds. This is the default profile.

The Velocity scope outputs the mass velocity, and the Position scope outputs the mass displacement as a function of time. Double-click both scopes to open them.
To run the simulation, click
in the model window toolbar. The Simscape solver
evaluates the model, calculates the initial conditions, and runs the
simulation. For a detailed description of this process, see How Simscape Simulation Works. Completion
of this step may take a few seconds. The message in the bottom-left
corner of the model window provides the status update.
Once the simulation starts running, the Velocity and Position scope windows display the simulation results, as shown in the next illustration.


In the beginning, the mass is at rest. Then at 4 seconds, as the input signal changes abruptly, the mass velocity spikes in the positive direction and gradually returns to zero. The mass position at the same time changes more gradually, on account of inertia and damping, and stays at the new value as long as the force is acting upon it. At 6 seconds, when the input signal changes back to zero, the velocity gets a mirror spike, and the mass gradually returns to its initial position.
You can now adjust various inputs and block parameters and see their effect on the mass velocity and displacement.
After running the initial simulation, you can experiment with adjusting various inputs and block parameters.
Try the following adjustments:
This example shows how a change in the input signal affects the force profile, and therefore the mass displacement.
Double-click the Signal Builder block to open it.
Click the first vertical segment of the signal profile and drag it from 4 to 2 seconds, as shown below. Close the block dialog.

Run the simulation. The simulation results are shown in the following illustration.


In our model, the force acts on a mass against a translational spring and damper, connected in parallel. This example shows how changes in the spring stiffness and damper viscosity affect the mass displacement.
Double-click the Translational Spring block. Set its Spring rate to 2000 N/m.
Run the simulation. The increase in spring stiffness results in smaller amplitude of mass displacement, as shown in the following illustration.

Next, double-click the Translational Damper block. Set its Damping coefficient to 500 N/(m/s).
Run the simulation. Because of the increase in viscosity, the mass is slower both in reaching its maximum displacement and in returning to the initial position, as shown in the following illustration.

In our model, we have used the PS-Simulink Converter block in its default parameter configuration, which does not specify units. Therefore, the Position scope outputs the mass displacement in the default length units, that is, in meters. This example shows how to change the output units for the mass displacement to millimeters.
Double-click the PS-Simulink Converter block. Type mm in the Output signal unit combo box and click OK.
Run the simulation. In the Position scope
window, click
to
autoscale the scope axes. The mass displacement is now output in millimeters,
as shown in the following illustration.

![]() | Essential Steps to Building a Physical Model | Modeling Best Practices | ![]() |

Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |