Skip to content

Commit 9b2c735

Browse files
committed
More updates to the FMI users guide
1 parent 732e71d commit 9b2c735

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

doc/UsersGuide/source/fmitlm.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ Mockup Interface (`FMI <http://www.fmi-standard.org>`_) allows export of pre-com
99
C-code or binary code, from a tool for import in another tool, and vice
1010
versa. The FMI standard is Modelica independent. Import and export works
1111
both between different Modelica tools, or between certain non-Modelica
12-
tools. OpenModelica supports FMI 1.0 & 2.0,
12+
tools.
1313

14-
- Model Exchange
15-
16-
- Co-Simulation (under development)
14+
See also `OMSimulator documentation <https://openmodelica.org/doc/OMSimulator/master/html/>`_.
1715

1816
FMI Export
1917
~~~~~~~~~~
@@ -51,7 +49,7 @@ If there are some errors while creating FMU they will be shown in the
5149
command line window and logged in this log file as well.
5250

5351
By default an FMU that can be used for both Model Exchange and
54-
Co-Simulation is generated. We support FMI 1.0 and FMI 2.0 for Model Exchange FMUs
52+
Co-Simulation is generated. We support FMI 1.0 & FMI 2.0 for Model Exchange FMUs
5553
and FMI 2.0 for Co-Simulation FMUs.
5654

5755
Currently the Co-Simulation FMU supports only the forward Euler solver
@@ -82,7 +80,7 @@ still under development.
8280

8381
The FMI Import is currently a prototype. The prototype has been tested
8482
in OpenModelica with several examples. It has also been tested with
85-
example FMUs from FMUSDK and Dymola. A more fullfleged version for FMI
83+
example FMUs from FMUSDK and Dymola. A more complete version for FMI
8684
Import will be released in the near future.
8785

8886
When importing the model into OMEdit, roughly the following commands will be executed:

doc/UsersGuide/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Generated on |date| at |time|
2525
graphs
2626
fmitlm
2727
omsimulator
28+
systemidentification
2829
encryption
2930
omnotebook
3031
optimization
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
System Identification
2+
=====================
3+
4+
`System Identification (OMSysIdent) <https://github.com/OpenModelica/OMSimulator/tree/master/src/OMSysIdentLib>`_ has its own `documentation <https://openmodelica.org/doc/OMSimulator/master/html/OMSysIdent.html>`_.

0 commit comments

Comments
 (0)