]> gerrit.simantics Code Review - simantics/fmil.git/blobdiff - org.simantics.fmil.core/native/FMILibrary/Test/FMI1/fmu_dummy/modelDescription_cs.xml
Add FMILibrary-2.0.3 to org.simantics.fmil.core\native.
[simantics/fmil.git] / org.simantics.fmil.core / native / FMILibrary / Test / FMI1 / fmu_dummy / modelDescription_cs.xml
diff --git a/org.simantics.fmil.core/native/FMILibrary/Test/FMI1/fmu_dummy/modelDescription_cs.xml b/org.simantics.fmil.core/native/FMILibrary/Test/FMI1/fmu_dummy/modelDescription_cs.xml
new file mode 100644 (file)
index 0000000..0aa8a9f
--- /dev/null
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>\r
+<fmiModelDescription\r
+  fmiVersion="1.0"\r
+  modelName="BouncingBall"\r
+  modelIdentifier="BouncingBall"\r
+  generationTool="None"\r
+  description="A bouncing ball model"\r
+  guid="123"\r
+  numberOfContinuousStates="2"\r
+  numberOfEventIndicators="1">\r
+<ModelVariables>\r
+  <ScalarVariable name="HIGHT" valueReference="0" description="Hight of the ball">\r
+     <Real start="1.0" fixed="true"/>\r
+  </ScalarVariable>\r
+  <ScalarVariable name="HIGHT_SPEED" valueReference="1" description="Speed of the ball">\r
+     <Real start="4.0" fixed="true"/>\r
+  </ScalarVariable> \r
+  <ScalarVariable name="GRAVITY" valueReference="2" description="Gravity constant">\r
+     <Real start="-9.81"/>\r
+  </ScalarVariable>\r
+  <ScalarVariable name="BOUNCE_COF" valueReference="3" description="Bouncing coefficient">\r
+     <Real start="0.5" fixed="true"/>\r
+  </ScalarVariable>\r
+  <ScalarVariable name="LOGGER_TEST" valueReference="0" description="The logger will print the value of this variable when it is set.">\r
+     <String/>\r
+  </ScalarVariable>\r
+    <ScalarVariable name="LOGGER_TEST_INTEGER" valueReference="0" description="This is only used to test logger replace function #i0#">\r
+     <Integer/>\r
+  </ScalarVariable>  \r
+    <ScalarVariable name="LOGGER_TEST_BOOLEAN" valueReference="0" description="This is only used to test logger replace function #b0#">\r
+     <Boolean/>\r
+  </ScalarVariable>   \r
+</ModelVariables>\r
+<Implementation>\r
+  <CoSimulation_StandAlone>\r
+    <Capabilities\r
+      canHandleVariableCommunicationStepSize="true"/>\r
+  </CoSimulation_StandAlone>\r
+</Implementation>\r
+</fmiModelDescription>\r
+\r