Creating a Model
The MapleSim component library contains hundreds of components that you can use to build models. All of these components are organized into palettes according to their respective domains; signal blocks, electrical, 1-D mechanical, multibody, hydraulics, pneumatics, thermal, and magnetic. Most of these components are based on the Modelica® Standard Library 4.0.0. Models created in MapleSim have the file extension .msim or .base_msim. The format .base_msim is designed to work with revision control systems. For more information, see Version Controlled MapleSim Model File Format.
The following instructions provide the basic steps for creating a model, along with references to more detailed information for each step. Before proceeding, ensure that you are familiar with the The MapleSim Window and The MapleSim Component Library. You can work on multiple files at a time.
For a more complete description on how to build a model, including examples, see Chapter 2: Building a Model in the MapleSim User's Guide. For complete tutorials see Chapter 6: MapleSim Tutorials in the MapleSim User's Guide.
To create a model:
1.
|
From the File menu, select New > Model. An empty Model Workspace appears. By default, a parameter block, sysParams (
) is included in the model. For more information on using parameter blocks, see Using Parameter Blocks. You are now ready to build a model.
|
6.
|
(Optional) Click Save File (
) to save your model. For more information, see Saving a File.
|
Notes:
•
|
MapleSim permits connections between compatible domains only. For more information on MapleSim component connectors, see Connectors Overview.
|
•
|
The MapleSim Model Workspace is 'live'. Any components not connected to the model in the workspace will cause the simulation to fail.
|
|