Archived OpenModelica forums. Posting is disabled.

Alternative forums include GitHub discussions or StackOverflow (make sure to read the Stack Overflow rules; you need to have well-formed questions)


Forgot password? | Forgot username? | Register

Function Call problem

Function Call problem

I am getting the following error messages which is weird.

The language feature differentiation of function abs is not supported. Suggested workaround: no suggestion
Error: Derivative of expression abs(-CV.Outlet.w) is non-existent


I guess the error is for the following snippet of code

der(po) = wi - wo;
  po - pi + g * L + k * wi * abs(wi) = 0;
  A * der(H) + wi * B * H + E * H = A * der(po) * V - D * T + D * Tw + M * hIN;

Edited by: jkocherry - May-26-10 09:00:29
There are 0 guests and 0 other users also viewing this topic