myFirstFMU.fmu
myFirstFMU implements the following equations:
der(x) = u-x;
y = -x;
with start value x=1, and
x: used as continuous state,
u: used as input,
y: used as output.