-
The Buildings.ThermalZones.Detailed.Examples.FFD.* models (except ForcedConvection with OMC under Linux) fail at runtime with OMC 1.25.0-dev and Dymola 2024x. The runtime errors are different:
- out …
-
Similarly to https://github.com/traversaro/MechanicsMTKExperiments/issues/1, I would like to reproduce with ModellingToolkit.jl the following Modelica model:
Model:
![3d_pendulum](https://user-ima…
-
The following models fail in result comparison.
Tested revision: f9bddf86 (2024-02-16)
Changed models, need reference update after library officer check:
- [x] Modelica.Mechanics.Rotational.Examp…
-
**Modified by dietmarw on 27 Feb 2015 12:01 UTC**
Since some time we have had a directory Modelica/Resources/BuildProjects to make it easier to compile the binary libraries used by the package. This m…
-
@jowr What do you think about moving the EXTTP code just back into the Modelica code? Originally that's what I thought we were going to do. I suppose it is fine as is, but it also seems the enable/d…
ibell updated
11 years ago
-
Hello,
I am trying to load this type of modelica library https://github.com/UdK-VPT/BuildingSystems/blob/master/BuildingSystems/Applications/PhotovoltaicSystems/PhotovoltaicSystem.mo and I am havin…
-
The ability to write Modelica output files, subsequent to modifying an AST programmatically, would be convenient and help with debugging compilation stages such as flattening.
-
See definition of: https://www.modelica.org/documents/ModelicaSpec34.pdf#%5B%7B%22num%22%3A177%2C%22gen%22%3A0%7D%2C%7B%22name%22%3A%22XYZ%22%7D%2C54%2C713%2C0%5D
Also, must work for the old version…
-
Consider this MWE
```modelica
model TestWhenInitialString
constant String constString = "Constant string";
String varString;
algorithm
when initial() then
varString := "Variable strin…
-
Please consider the following N-pendulum model (adapted from https://github.com/OpenModelica/OpenModelica/pull/10471#issuecomment-1753193826):
```modelica
model NPendulum
constant Integer N = 1;
…