]> gerrit.simantics Code Review - simantics/fmil.git/blob - org.simantics.fmil.core/native/FMILibrary/Test/FMI2/fmu_dummy/modelDescription_cs.xml
Merge remote-tracking branch 'origin/master' into release/1.35.1
[simantics/fmil.git] / org.simantics.fmil.core / native / FMILibrary / Test / FMI2 / fmu_dummy / modelDescription_cs.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <fmiModelDescription\r
3   fmiVersion="2.0"\r
4   modelName="BouncingBall"\r
5   generationTool="None"\r
6   description="A bouncing ball model"\r
7   guid="123"\r
8   numberOfEventIndicators="1">\r
9   <CoSimulation \r
10         modelIdentifier="BouncingBall2" \r
11         canHandleVariableCommunicationStepSize="true"\r
12         />\r
13 <ModelVariables>\r
14   <ScalarVariable name="HIGHT" valueReference="0" initial="exact" causality="output" description="Hight of the ball">\r
15     <Real start="1.0" />\r
16   </ScalarVariable>\r
17   <ScalarVariable name="HIGHT_SPEED" valueReference="1" initial="exact" description="Speed of the ball">\r
18      <Real start="4.0" />\r
19          </ScalarVariable> \r
20   <ScalarVariable name="HIGHT_SPEED alias" valueReference="1" description="Speed of the ball">\r
21      <Real />\r
22          </ScalarVariable> \r
23   <ScalarVariable name="HIGHT_ACC" valueReference="4" description="Speed of the ball">\r
24      <Real />    \r
25   </ScalarVariable>   \r
26   <ScalarVariable name="A variable" valueReference="100" initial="exact" description="Speed of the ball">\r
27      <Real start="4.0" />\r
28   </ScalarVariable>\r
29   <ScalarVariable name="GRAVITY" valueReference="2" description="Gravity constant" initial="exact">\r
30      <Real start="-9.81"/>\r
31   </ScalarVariable>\r
32   <ScalarVariable name="BOUNCE_COF" valueReference="3" initial="exact" description="Bouncing coefficient">\r
33      <Real start="0.5" />\r
34   </ScalarVariable>\r
35   <ScalarVariable name="LOGGER_TEST" valueReference="0" description="The logger will print the value of this variable when it is set.">\r
36      <String/>\r
37   </ScalarVariable>  \r
38     <ScalarVariable name="LOGGER_TEST_INTEGER" valueReference="0" description="This is only used to test logger replace function #i0#">\r
39      <Integer/>\r
40   </ScalarVariable>  \r
41     <ScalarVariable name="LOGGER_TEST_BOOLEAN" valueReference="0" description="This is only used to test logger replace function #b0#">\r
42      <Boolean/>\r
43   </ScalarVariable>\r
44   <ScalarVariable name="LOGGER_TEST_DERIVATIVE" valueReference="10" description="This is to test that the derivative attribute may appear on any Real variables.">\r
45      <Real/>\r
46   </ScalarVariable>\r
47   <ScalarVariable name="LOGGER_TEST_DERIVATIVE_DER" valueReference="11" variability="fixed" description="This is to test that the derivative attribute may appear on any Real variables.">\r
48      <Real derivative="12"/>\r
49   </ScalarVariable>\r
50 </ModelVariables>\r
51 <ModelStructure>\r
52 </ModelStructure>\r
53 </fmiModelDescription>\r
54 \r