-
```scala
case class Dut() extends Component {
val io = new Bundle {
val i = in Bool()
val o = out Bool()
}
io.o := io.i
}
object Test extends App {
Config.sim.compile(Dut()).d…
-
Dear Dr.Mahmoud,
In the steady-state simulation, I want to set the saturation of the non-wetting phase to 20%, and I also set this value in the control file, but the final saturation will be less. My…
-
### Add GUI options to change simulation parameters
- #4 has to be done prior to this.
- Use this [GUI library](https://github.com/dataarts/dat.gui) to make controls for sim params.
- All updates i…
-
This is somewhat related to issue #6. An HTG should come with the parameters that led to its construction, the use should not be asked to provide the simulation settings
-
After #1271 was fixed, the [master-fmi](https://libraries.openmodelica.org/branches/master-fmi/Buildings_11/Buildings_11.html) report for Buildings 11.0.0, which uses OMSimulator, reports 1462 model s…
-
Hello,
I've been studying the packages and trying out the demos in the LBR-Stack, specifically the Pose Control in lbr_demos_advanced_cpp. My question is, is it possible to run the demos without an…
-
### Summary
We should converge to 2 simulation packages, one for app simulation and one for module simulations.
### Problem Definition
Currently, we have 3 simulation packages.
- github.com/cosmo…
-
Every ~30 seconds need to evaluate how the battles on the map are going and update the amount of equipment each unit has.
Using a [Django Background Task](https://django-background-tasks.readthedoc…
-
Hello!
I've noticed that we could run simulations in parallel if we handled the process outside the simulate() method.
It is useful to me because I need to run a log of simulations, and running t…
-
Dear Prof.Fan
I am training FAPbI3 model, and while the RMSE during training stays within a normal range, I encounter an issue when performing molecular dynamics simulations. Specifically, the FA m…