Skip to content

Commit

Permalink
Update FMI references to FMI 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmai committed Oct 12, 2024
1 parent 0affca1 commit fec8d7a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/1___overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SSP is a tool-independent format for the description, packaging and exchange of
The standard is comprised of a set of XML-based formats to describe a network of component models with their signal flow and parametrization, as well as a ZIP-based packaging format for efficient distribution of entire systems, including any referenced models and other resources.
This description is tool neutral and is intended to be used primarly as an exchange format of simulation system descriptions between different tools.

SSP can be seen as an extension to the FMI (Functional Mockup Interface) standard [FMI20].
SSP can be seen as an extension to the FMI (Functional Mockup Interface) standard [FMI30].
FMI describes a tool independent standard to exchange single simulation models.
Using SSP, complete systems consisting of multiple interconnected simulation models can be defined with the desired signal flow and also with the wanted parameterization of each single model as well as the parameters for the complete system.
This system topology can include hierarchies of sub-systems for proper structuring of the overall system.
Expand Down
2 changes: 1 addition & 1 deletion docs/4___common_content.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ The following XML child elements are specified for the Unit element:
===== BaseUnit

This element defines the base unit of the given unit in SI units.
This is completely aligned with the specification of base units in section 2.2.2 of the FMI 2.0 standard [FMI20].
This is completely aligned with the specification of base units in section 2.4.3 of the FMI 3.0 standard [FMI30] and section 2.2.2 of the FMI 2.0 standard [FMI20].

image:images/image10.png[image,width=263,height=771]

Expand Down
7 changes: 5 additions & 2 deletions docs/A___literature.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ https://semver.org/spec/v2.0.0.html
[XML10] World Wide Web Consortium: *Extensible Markup Language (XML) 1.0 (Fifth Edition).* W3C Recommendation. 2008. +
http://www.w3.org/TR/2008/REC-xml-20081126/

[FMI20] Modelica Association: *Functional Mock-up Interface for Model Exchange and Co-Simulation, Version 2.0.3.* 2021. +
https://github.com/modelica/fmi-standard/releases/download/v2.0.3/FMI-Specification-2.0.3.pdf
[FMI20] Modelica Association: *Functional Mock-up Interface for Model Exchange and Co-Simulation, Version 2.0.4.* 2022. +
https://github.com/modelica/fmi-standard/releases/download/v2.0.4/FMI-Specification-2.0.4.pdf

[FMI30] Modelica Association: *Functional Mock-up Interface Specification, Version 3.0.1.* 2023. +
https://fmi-standard.org/docs/3.0.1/

[OSMP120] ASAM e.V.: *OSI Sensor Model Packaging Version 1.2.0.* 2021. +
https://github.com/OpenSimulationInterface/osi-sensor-model-packaging/releases/tag/v1.2.0

0 comments on commit fec8d7a

Please sign in to comment.