From 407e10b6abd220cc562a1e9a8280f1162e2025f1 Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Tue, 26 Mar 2024 17:08:05 +0100 Subject: [PATCH] Add to basic conventions --- doc/spec/basic_conventions.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/spec/basic_conventions.adoc b/doc/spec/basic_conventions.adoc index ba2ac44..dc587fb 100644 --- a/doc/spec/basic_conventions.adoc +++ b/doc/spec/basic_conventions.adoc @@ -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 `` element of the `modelDescription.xml`.