in the modelica language I found the time derivative of x used in this equation:
der(x) = 1 - x
as always the x is set to 0 by default, what I don't understand is how this equation drives the value of x towards 1.0.
reached the 2 seconds mark, shouldn't it go to negative instead of stabilizing to 1.0?
source: https://mbe.modelica.university/behavior/equations/first_order/
Thank you