Modia.jl icon indicating copy to clipboard operation
Modia.jl copied to clipboard

Modeling and simulation of multidomain engineering systems

Results 52 Modia.jl issues
Sort by recently updated
recently updated
newest added

## testing a simple control circuit with a nonlinear element and received wrong result. ![circuit](https://github.com/ModiaSim/Modia.jl/assets/88904874/e61410a8-879a-4972-a4bb-33a12e18128e) OM circuit diagram ### wrong result - Modia ![Figure_1](https://github.com/ModiaSim/Modia.jl/assets/88904874/d599a93b-0bfc-49ff-88e2-5ed94332634f) ### correct result - Modia -...

I am a little confused on the difference between merging with the `Map` function versus the `Model` function. For instance, is `Map` only for assigning `input`s and `output`s whereas `Model`...

I am studying this product, but it is incredibly problematic with the version compatibility of other very common libraries, such as JuliaDB. The version problem is really exasperating and in...

While fiddling with Modia, I tried to implement a basic NPN BJT model referring to the MATLAB code from (https://gist.github.com/bencholmes/d3ce40d1e9450f692320f68fd0a239f7) like this ```julia BJT_NPN = Model( b = Pin, c...

## test case `instModel.result.n_w_invariant = 149` `instModel.nsegments = 1` `length(instModel.x_start) = 17` `number of result points = 5509` ### timing ``` ... Timings for simulation of SMtest (without initialization): ─────────────────────────────────────────────────────────────────────────────────────────...

A GUI to edit components might make a good Google Summer of Code project. One approach to implementing a GUI might be the [CImGui package](https://github.com/Gnimuc/CImGui.jl) ([discourse announcement](https://discourse.julialang.org/t/ann-cimgui-jl-a-wrapper-for-bloat-free-immediate-mode-graphical-user-interface-dear-imgui/21268)). In the ImGui...

in my example I tried to simulate an induction machines in a 3~ system with position dependent coupling/inductance's. ## part of the model for testing ```julia netz = Spannung |...

There are simulation and / or control applications in which the input data, for each time cycle (1/20 ... 1/60 of a second), comes from external devices (or external simulation...

I tried to run my MODELICA model for synchronous machine with a quadratic saturation in Modia ### my 1st attempt ==> unstable ```julia SynchronousMachine = SynchrPart | Model( Omegarated=Var(_outer=true), rfd...

I tried to linearize a simple electrical system and received an error message when using option ```analytic=true``` * ```linearize!(model, analytic=false, ...``` ==> OK * ```simulate!(...``` ==> OK The problem occurs...