Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 640 Bytes

readme.md

File metadata and controls

25 lines (17 loc) · 640 Bytes

Dahlquist

The model implements the Dahlquist test equation.

der(x) = -k * x

with

Variable Description Start
x The only state 1
der(x) The derivative 0
k Parameter 1

The analytical solution of this system is

x(t) = exp(-k * t)

The plot shows the reference result computed with simulate_fmi3_me.c.

Plot