-
## Summary
### Steps to reproduce the issue
```console
from pyomo.environ import *
from pyomo.dae import *
from pyomo.dae.simulator import Simulator
def create_model():
m = …
-
The following system simulates correctly without the event. The event affect function of the event is empty, so I would have expected it to have no effect.
```julia
using ModelingToolkit, OrdinaryDi…
-
Sometimes a system of equations will have algebraic loops that causes them to be seen as DAE's by the compiler. The process of doing the algebraic manipulation, to turn the system of DAE's into a syst…
-
Applying the index-reduction algorithm (Pantelides,1988) to a high index DAE to convert it to an ODE, introduces hidden constraints. Since in FMI for ModelExchange, only ODE are supported, the index r…
-
### SETUP
OpenModelica 1.21.0
OMSimulator 2.1.1~188-gaf996ad-linux
MSL 3.2.3
ExternalMedia 3.3.2
### MODEL
~~~
model EM_prova_004
package Medium
extends ExternalMedia.Media.CoolPr…
-
**I tested the IKfast for my own robot,
But sometimes it seems could not give the full solutions:
sometimes output 4 or 2 solutions, less than 8 as below**
**The solutions piture:**
![image](…
-
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 u…
-
We are trying to generate a Lookat3D IK solver for HERB's two degree-of-freedom pan/tilt head. IKFast generates invalid C code that produces the following compilation error:
```
error: too many initi…
-
Some nonlinear problems can be very efficiently solved with non-standard methods, possibly abusing the specific structure of the problem. To allow users to efficiently utilize such methods in tandem w…
-
Hi,
I am quite new with Modelica, but when I am trying to simulate the CoolProp models, Dymola gives an error about not being able to find a function.
This is the error message I get when trying t…