-
with the following MWE:
```modelica
model SmoothTearing
Real x;
Real y;
initial equation
der(x) = 0;
equation
der(x) = y;
y = smooth(0, if x > 0 then -2*x else -x) - 1;
end Smooth…
-
### Problem Description
The current terrain simulation systems do not provide a sufficiently realistic, scalable, and dynamic response to both player interactions and environmental phenomena in 2D …
-
The current implementation of the `DiscreteEventScheduler` (as of #1890) could be improved by allowing task interruptions and resumptions, and integrating system-level event handling.
#### Motivati…
-
The attached
[HeatingSystemExogenous](https://github.com/OpenModelica/OpenModelica/files/13077754/HeatingSystemExogenous.mo.txt) package contains some test cases of systems that can hugely benefit f…
-
The following variables of the model `Buildings.Controls.OBC.ASHRAE.G36.AHUs.MultiZone.VAV.SetPoints.Validation.ReliefFanGroup` fail the verification vs the reference transient generated by Dymola:
-…
-
Related to my project of coarsening / Mohammad's method.
@cssherman and I made a good progress by using the `EventManager` to triggers the first three Flow simulations at the fine scale using three…
-
In some simulations, it is necessary to remove an event from the priority queue based on an event identifier. I was wondering if this functionality would be worth adding to DiscreteEvents.jl. Here is …
-
documentation that contextualizes SST as a DES.
Deliverable: A document in Latex that contains hyperlinks posted to https://github.com/sstsimulator/
Scope: Compare SST with other DES frameworks…
-
# Problem
Simulating FPGAs is difficult.
Tickit differs from [the FPGA simulation on which was based](https://pandablocks.github.io/PandABlocks-FPGA/master/reference/block.html#block-simulation) i…
-
[`https://sourceforge.net/p/sed-ml/feature-requests/3/`](https://sourceforge.net/p/sed-ml/feature-requests/3/)
from @lenov
At the moment, the changes applied to a model are meant to apply before …