Transmission Line Modeling (TLM) Based Co-Simulation¶
This chapter gives a short description how to get started using the TLM-Based co-simulation in OMEdit. We introduce a graphical composite model editor which is an extension and specialization of the OpenModelica connection editor OMEdit.
In the context of this work a composite model is composed of several sub-models including the interconnections between these sub-models. The standard way to store a composite model for a TLM based co-simulation is in XML format. The XML schema standard is accessible from tlmModelDescription.xsd.
The full graphical functionality of the composite model editor for TLM Based co-simulation provides the following general functionalities:
- Import and add External non-Modelica models such as Matlab/SimuLink, Adams, and BEAST models
- External Modelica models such as Dymola and Wolfram SystemModeler models
- Specify startup methods and interfaces of the external model
- Build the composite models by connecting the external models
- Set the co-simulation parameters in the composite model
- Simulate the composite models using TLM based co-simulation
Co-Simulating an Existing Composite Model¶
This section demonstrates how to load an existing composite model, co-simulate it, and look at the results using OMEdit.
Loading a Composite Model for Co-Simulation¶
To load the composite model, select File > Open Composite Model(s) from the menu and select compositemodel.xml.
OMEdit loads the composite model and show it in the Libraries Browser. Double-clicking the composite model in the Libraries Browser will display the composite model as shown below in tlm-double-pendulum-compositemodel.

Composite Model with 3D View.
Co-Simulating the Composite Model¶
There are two ways to start co-simulation:
- Click TLM Co-Simulation setup button (
) from the toolbar (requires a composite model to be active in ModelWidget)
- Right click the composite model in the Libraries Browser and choose TLM Co-Simulation setup from the popup menu (see tlm-library-browser-popup-menu)
The TLM Co-Simulation setup appears as shown below in tlm-cosimulation-setup.

TLM Co-simulation Setup.
Click Simulate from the Co-simulation setup to confirm the co-simulation. tlm-cosimulation-progress will appears in which you will be able to see the progress information of the running co-simulation.

TLM Co-Simulation Progress.
The editor also provides the means of reading the log files generated by the simulation manager and monitor. When the simulation ends, click Open Manager Log File or Open Monitor Log File from the co-simulation progress bar to check the log files.
Plotting the Simulation Results¶
When the co-simulation of the composite model is completed successful, simulation results are collected and visualized in the OMEdit plotting perspective as shown in tlm-plotting-cosimulation-results and tlm-cosimulation-visualization. The Variables Browser display variables that can be plotted. Each variable has a checkbox, checking it will plot the variable.

TLM Co-Simulation Results Plotting.

TLM Co-Simulation Visualization.
Composite Modeling in OMEdit¶
Preparing External Models¶
First step in co-simulation Modeling is to prepare the different external simulation models with TLM interfaces. Each external model belongs to a specific simulation tool, such as MATLAB/Simulink*, BEAST, MSC/ADAMS, Dymola and Wolfram SystemModeler.
When the external models have all been prepared, the next step is to load external models in OMEdit by selecting the File > Load External Model(s) from the menu.
OMEdit loads the external model and show it in the Libraries Browser as shown below in tlm-loaded-external-models-library-browser.

External Models in OMEdit.
Creating a New Composite Model¶
We will use the "Double pendulum" composite model which is a multibody system that consists of three sub-models: Two OpenModelica Shaft sub-models (Shaft1 and Shaft2) and one SKF/BEAST bearing sub-model that together build a double pendulum. The SKF/BEAST bearing sub-model is a simplified model with only three balls to speed up the simulation. Shaft1 is connected with a spherical joint to the world coordinate system. The end of Shaft1 is connected via a TLM interface to the outer ring of the BEAST bearing model. The inner ring of the bearing model is connected via another TLM interface to Shaft2. Together they build the double pendulum with two shafts, one spherical OpenModelica joint, and one BEAST bearing.
To create a new composite model select File > New Composite Model from the menu.
Your new composite model will appear in the in the Libraries Browser once created. To facilitate the process of textual composite modeling and to provide users with a starting point, the Text View (see tlm-new-compositemodel-textview) includes the composite model XML elements and the default simulation parameters.

New composite model text view.
Adding Submodels¶
It is possible to build the double pendulum by drag-and-drop of each simulation model component (sub-model) from the Libraries Browser to the Diagram View. To place a component in the Diagram View of the double pendulum model, drag each external sub-model of the double pendulum (i.e. Shaft1, Shaft2, and BEAST bearing sub-model) from the Libraries Browser to the Diagram View.

Adding sub-models to the double pendulum composite model.
Fetching Submodels Interface Data¶
To retrieve list of TLM interface data for sub-models, do any of the following methods:
- Click Fetch Interface Data button (
) from the toolbar (requires a composite model to be active in ModelWidget)
- Right click the composite model in the Library Browser and choose Fetch Interface Data from the popup menu (see tlm-library-browser-popup-menu).
To retrieve list of TLM interface data for a specific sub-model,
- Right click the sub-model inside the composite model and choose Fetch Interface Data from the popup menu.
tlm-fetch-interface-progress will appear in which you will be able to see the progress information of fetching the interface data.

Fetching Interface Data Progress.
Once the TLM interface data of the sub-models are retrieved, the interface points will appear in the diagram view as shown below in tlm-fetched-interface-points.

Fetching Interface Data.
Connecting Submodels¶
When the sub-models and interface points have all been placed in the Diagram
View, similar to tlm-fetched-interface-points, the next step is to
connect the sub-models. Sub-models are connected using the Connection Line
Button () from the toolbar.
To connect two sub-models, select the Connection Line Button and place the mouse cursor over an interface and click the left mouse button, then drag the cursor to the other sub-model interface, and click the left mouse button again. A connection dialog box as shown below in tlm-submodels-connection-dialog will appear in which you will be able to specify the connection attributes.

Sub-models Connection Dialog.
Continue to connect all sub-models until the composite model Diagram View looks like the one in tlm-connecting-submodels-double-pendulum below.

Connecting sub-models of the Double Pendulum Composite Model.
Changing Parameter Values of Submodels¶
To change a parameter value of a sub-model, do any of the following methods:
- Double-click on the sub-model you want to change its parameter
- Right click on the sub-model and choose Attributes from the popup menu
The parameter dialog of that sub-model appears as shown below in tlm-change-submodel-parameters-dialog in which you will be able to specify the sub-models attributes.

Changing Parameter Values of Sub-models Dialog.
Changing Parameter Values of Connections¶
To change a parameter value of a connection, do any of the following methods:
- Double-click on the connection you want to change its parameter
- Right click on the connection and choose Attributes from the popup menu.
The parameter dialog of that connection appears (see tlm-submodels-connection-dialog) in which you will be able to specify the connections attributes.
Changing Co-Simulation Parameters¶
To change the co-simulation parameters, do any of the following methods:
- Click Simulation Parameters button (
) from the toolbar (requires a composite model to be active in ModelWidget)
- Right click an empty location in the Diagram View of the composite model and choose Simulation Parameters from the popup menu (see tlm-change-cosimulation-parameters-popup-menu)
The co-simulation parameter dialog of the composite model appears as shown below in tlm-change-cosimulation-parameters-dialog in which you will be able to specify the simulation parameters.

Changing Co-Simulation Parameters Dialog.