-
**Reported by dietmarw on 11 Sep 2015 07:51 UTC**
The latest release v2.3.3 of `Modelica_LineraSystems2` contains a change described in the release notes as:
> The following functions are not correct…
-
## Classes from MSL
The function `searchPath` from `util.js` fails to find the path to the Modelica files of various types from the MSL.
```js
console.log(process.env.MODELICAPATH) // returns /ho…
-
Please consider this MWE:
```modelica
model TestFluid
package Fluid = SOFCPoliMi.Media.MainClasses.SOS_CO2.SOS10ComponentsModelica;
Fluid fluid(p_start = 1e5, T_start = 300);
equation
flui…
-
from: https://github.com/modelica/fmi-design/tree/master/Meetings/2024/2024-07-16-FMI-Design-Webmeeting
-
I passed @henrikt-ma a flattened version of the SOFCPolimi fuel cell model, which he's currently analyzing. He found an issue that is demonstrated by this MWE:
```modelica
model M
function f
…
-
Following issue https://github.com/dynawo/dynawo/issues/3414 I've made a development which is in branch https://github.com/dynawo/dynawo/tree/3414_INIT_IEC_models . The initialisation model of the IEC…
-
Hello, I am trying to run a simulation similar to the Buildings.ThermalZones.EnergyPlus_9_6_0.Examples.SingleFamilyHouse.AirHeating model in the Modelica Buildings Library. But I wanted to use my own …
-
### Expected Behavior
We need a modelica simulation with 8760*4 (15 min interval values for the whole year) for REopt GHP analysis
### Actual Behavior
this command is leading to the following e…
-
We now have two SSP respositories:
- https://github.com/modelica/ssp-standard
- https://github.com/modelica/ssp-standard-dev
I find this super-confusing, we should standardize (!) on one of them …
-
https://github.com/CoolProp/CoolProp/issues/263
Create a new interface on the Modelica level that allows for both two-phase conditions and mixtures. It might be possible to reuse some code from https:…