-
Here is the full code to reproduce the error with `@discrete_events` not being able to see connector variables.
```
using ModelingToolkit, Plots, OrdinaryDiffEq
using ModelingToolkit: t_nounits as…
-
Hello,
below you can find a modified RC example, where I inserted an AC voltage source which decreases its voltage at `t=0.04 s`.
You can see that the plotted solution is wrong if the voltage stat…
-
I am currently interested in trying to port over much of my Simulink codebase into a more open standard pipeline. One huge blocker that I am currently trying to navigate around is the ability to graph…
acxz updated
2 months ago
-
@jake484 As suggested, here is the MTK code of ModelA1 crresponding to the diagram in the text I sent you.
```julia
using DifferentialEquations
using OrdinaryDiffEq
using ModelingToolkit
using P…
-
I've seen this https://github.com/SciML/MethodOfLines.jl/issues/114
but I don't see a way to really use post-`symbolic_discretized` systems in a clean way that allows for more acausal modeling.
…
-
Subscribe to this issue and stay notified about new [daily trending repos in Julia](https://github.com/trending/julia?since=daily).
-
**Describe the bug 🐞**
The `ERROR: connect(a₊b,c₊d) contains multiple source domain connectors. There can only be one!` is unclear (this [discourse poster](https://discourse.julialang.org/t/help-ne…
-
Cursory (don't beat me) reading of some recent discussions(e.g., #3259, #3381) finds me wondering about whether the `unit` attribute is to become the "_one attribute to rule them all_". As the author …
-
`@discrete_events` or `@continuous_events` can not "see" connector variables from outside components or its own component variables.
Example component:
```
@mtkmodel PIcontroller begin
@compon…
-
I got a ping from @ChrisRackauckas about this repo. Looks like you're implementing one of Eve Marder's classic STG models via ModelingToolkit. That's pretty cool! (I studied respiratory CPGs myself)
…