Skip to content

Commit 407e10b

Browse files
committed
Add to basic conventions
1 parent eeda2c0 commit 407e10b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/spec/basic_conventions.adoc

+7
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,10 @@ A simulator can call the FMU `fmi2DoStep` routine at this implied rate.
2727
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.
2828

2929
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.
30+
31+
== FMI 3.0
32+
33+
Alternatively a model can be packaged as a valid FMU for co-simulation as specified in the FMI 3.0 standard cite:[fmi3.0].
34+
In this case, unless otherwise noted, all specifications in the FMI 3.0 cite:[fmi3.0] standard apply as-is.
35+
36+
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 commit comments

Comments
 (0)