Andreas

Results 49 issues of Andreas

This issue is from a [discussion on discourse.julialang.org](https://discourse.julialang.org/t/modelingtoolkit-index-reduction-and-linear-algebraic-loops/69312/3) about ModelingToolkit.jl and that I used wrong start values for my ODE problem. **In short** I'm using the wrong start values `u0`...

DAE

I'm not sure if I got the definition of `shiftSample` ([16.11 in the Specification](https://specification.modelica.org/maint/3.5/synchronous-language-elements.html#sub-clock-conversion-operators)) right. For the following model the `intervalCounter` of `u` will change after the second tick. The...

### Description Looking at some FMUs from the FMI Cross Check there are a lot of examples where events are not hit sufficiently precise. If I remember it correctly OMSimulator...

### Description I have a non-linear algebraic loop with three variables and equations ```modelica a + b + c = 0; 2*a - 3*b + 2*c = 9; a*a +...

bug

### Description When trying to simulate a FMU from a different directory I get various errors from OMSimulator. When simulating it from the same directory (or only a few directories...

bug

### Description We seem to have some tests in our testsuite that are failing at random in our PRs. I looked through some of my last PRs and found the...

bug

### Description The flag `--timeout ` is not working for lua scripts. It never terminates one of my simulations beside needing much longer than I had set the timeout flag....

bug

### Description I have a OpenModelica FMU in a directory that contains a `+` in its path and when I simulate the FMU OMS can't find some file and reports...

bug

I would like to have a way to load a model from MSL or an other library in your Modelica library path with `ModelicaSystem`. Apparently some new users are struggling...

### Description When following https://github.com/OpenModelica/OpenModelica/blob/master/OMCompiler/README.Linux.md#debianubuntu-compile-cheat-sheet-or-read-on-for-the-full-guide to build OpenModelica on Ubuntu some tools are missing. `ccache` and `flex` are missing to build the compiler with CMake. In addition I saw that...

Installation/Linux