This repository was archived by the owner on Apr 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathmodelDescription.xml
More file actions
64 lines (64 loc) · 1.89 KB
/
modelDescription.xml
File metadata and controls
64 lines (64 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="UTF-8"?>
<fmiModelDescription
fmiVersion="2.0"
modelName="Modelica.Blocks.Math.Gain"
guid="{7d869a2a-fbc4-4e1a-b7bc-ec1129abcb04}"
description="Output the product of a gain value with the input signal"
generationTool="OpenModelica Compiler OpenModelica v1.11.0-dev-77-g863a98b"
generationDateAndTime="2016-09-28T13:08:18Z"
variableNamingConvention="structured"
numberOfEventIndicators="0">
<ModelExchange
modelIdentifier="Modelica_Blocks_Math_Gain">
</ModelExchange>
<LogCategories>
<Category name="logEvents" />
<Category name="logSingularLinearSystems" />
<Category name="logNonlinearSystems" />
<Category name="logDynamicStateSelection" />
<Category name="logStatusWarning" />
<Category name="logStatusDiscard" />
<Category name="logStatusError" />
<Category name="logStatusFatal" />
<Category name="logStatusPending" />
<Category name="logAll" />
<Category name="logFmi2Call" />
</LogCategories>
<DefaultExperiment startTime="0.0" stopTime="1.0" tolerance="1e-006"/>
<ModelVariables>
<!-- Index of variable = "1" -->
<ScalarVariable
name="u"
valueReference="0"
description="Input signal connector"
variability="continuous"
causality="input"
>
<Real start="0.0"/>
</ScalarVariable>
<!-- Index of variable = "2" -->
<ScalarVariable
name="y"
valueReference="1"
description="Output signal connector"
variability="continuous"
causality="output"
initial="calculated">
<Real/>
</ScalarVariable>
<!-- Index of variable = "3" -->
<ScalarVariable
name="k"
valueReference="2"
description="Gain value multiplied with input signal"
variability="fixed"
causality="parameter"
initial="exact">
<Real start="1.0"/>
</ScalarVariable>
</ModelVariables>
<ModelStructure>
<Outputs>
</Outputs>
</ModelStructure>
</fmiModelDescription>