Skip to content

Commit

Permalink
Add to basic conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
pmai committed Mar 26, 2024
1 parent eeda2c0 commit 407e10b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/spec/basic_conventions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,10 @@ A simulator can call the FMU `fmi2DoStep` routine at this implied rate.
If the step size is not supplied, the model communication rate is determined from any input configuration data the model provides, or it must be configured manually.

The model may have inputs, outputs, and parameters that are not specified by OSMP if the model can be run correctly with all of those variables left unconnected and at their default values.

== FMI 3.0

Alternatively a model can be packaged as a valid FMU for co-simulation as specified in the FMI 3.0 standard cite:[fmi3.0].
In this case, unless otherwise noted, all specifications in the FMI 3.0 cite:[fmi3.0] standard apply as-is.

The provisions above for FMI 2.0 apply, with the provision that the annotation shall be placed into the `<Annotations>` element of the `modelDescription.xml`.

0 comments on commit 407e10b

Please sign in to comment.