forked from qtronic/fmusdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (31 loc) · 850 Bytes
/
index.html
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
<html>
<head>
<title>Documentation for dq.fmu</title>
<style type="text/css">
html { font-family: Verdana, Arial, Helvetica, sans-serif; }
h1 { color: #000066; }
</style>
</head>
<body>
<h1>dq.fmu</h1>
This FMU implements the equation
<ul>
<li> der(x) = -k * x </li>
</ul>
The analytical solution of this system is
<ul>
<li> x(t) = exp(-k*t) </li>
</ul>
The above equation is also known as
<a href="http://en.wikipedia.org/wiki/Germund_Dahlquist" target="_blank">Dahlquist</a>
test equation.
<br/>
<img src="plot_x.png">
<br/>
The figure shows the solution for x computed with Silver
for start values k = 1 and x = 1.
<h2><a name="license">License conditions</a></h2>
The FMU is provided by QTronic under the
<a href="http://www.opensource.org/licenses/bsd-license.html">BSD License</a>.
</body>
</html>