Skip to content

Commit bc6f372

Browse files
committed
Dymola Documentation 1
1 parent b1462af commit bc6f372

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

documentation/topics/Open-and-Simulate-in-Dymola.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Before simulating a Modelica model, it is necessary to determine if the model is
2525
```bash
2626
File -> Open -> Load...
2727
```
28+
2829
![Dymola Load](../images/dymola/01_loadopenipsl.png)
2930

3031
Browse to the location where you have saved OpenIPSL. Selecte the <code>package.mo</code>, from <code> ./YourFolderWithOpenIPSL/OpenIPSL/package.mo </code> file and click on <code>Open</code>.
@@ -39,6 +40,7 @@ Before simulating a Modelica model, it is necessary to determine if the model is
3940
```
4041

4142
4. Locate the <code>ieee14_package</code> under the 'Projects Browser' of Dymola. Tip it over and double-click 'ieee14'.
43+
4244
![Projects Browser](../images/dymola/03_check.png)
4345

4446
5. Click on the 'Graphics' tab of Dymola, then click the 'Check' button, which should show the message below:
@@ -49,12 +51,15 @@ Before simulating a Modelica model, it is necessary to determine if the model is
4951
Having passed the check, you can now attempt to simulate the model.
5052

5153
1. Navigate to the 'Projects Browser' of Dymola, right click on the <code>ieee14</code> model and select 'Simulation Model'
54+
5255
![Simulation Model](../images/dymola/05_simulationmodel.png)
5356

5457
2. Click on the 'Simulation' tab of Dymola, and click on the 'Simulate' icon.
58+
5559
![Simulation Model](../images/dymola/06_simulate.png)
5660

5761
3. After the simulation is completed, select a few simulation outputs as shown below. Note that the fault applied results in an unstable system!
62+
5863
![Simulation Result](../images/dymola/07_simoutput.png)
5964

6065
Have fun playing around with the model!

0 commit comments

Comments
 (0)