-
We are using this for pymoca (a python/antlr4 based modelica compiler). I would like to cite this repository in an upcoming publication, how best to do that?
Usage in pymoca: https://github.com/pym…
-
**Reported by rfranke on 17 Jan 2013 19:39 UTC**
Modelica.Fluid generally uses the names `rho` for density and `mu` for dynamic viscosity. See e.g.:
```
Modelica.Fluid.Machines.Pump
Modelica.Fluid…
-
Dear Buildings developers,
please check the latest OpenModelica [regression test report](https://libraries.openmodelica.org/branches/history/master/2024-03-06%2022:42:24..2024-03-07%2022:25:06.html…
-
The definition of _partial classes_ in the MLS is a bit vague, see [Section 4.4.2](https://specification.modelica.org/maint/3.6/class-predefined-types-and-declarations.html#component-declaration-stati…
-
**Reported by rfranke on 8 Jan 2013 07:14 UTC**
SVN r5891 attempts to solve the blocker https://github.com/modelica/ModelicaStandardLibrary/issues/646.
The base model `PumpMonitoringBase` can be u…
-
Re-simulating (i.e. simulating without re-building the exe, so see what happens when changing a non-structural parameter), is very useful in general and in particular in Powergrids.
When we make Po…
-
Generate code for parameter equations to simulate
```modelica
model helloWorld
parameter Real a = 0.5;
Real x (start=1, fixed = true);
equation
der(x) = a * x;
end helloWorld;
```
fro…
-
Regarding: https://modelica.github.io/fmi-guides/main/fmi-profiles/#_basic_hil_sensor_hil_profile
I propose to move "Scheduled Execution Interface" from required to optional.
"New Integer Types"…
-
The discussion in [OMC #6240 comment 2](https://trac.openmodelica.org/OpenModelica/ticket/6240#comment:2) puts forward a proposal for an extension of the current overconstrained connector semantics, t…
-
Modelica.Mechanics.Translational.UsersGuide.StateSelection and Modelica.Mechanics.Rotational.UsersGuide.StateSelection speak about the error control of unbounded absolute state variables:
https://g…