-
## Checklist before submitting a feature request
- [x] I have reviewed [CONTRIBUTING.md](https://github.com/opencaesar/oml-vision/blob/master/CONTRIBUTING.md) document
- [x] I have done a quick se…
UTNAK updated
3 weeks ago
-
-
Follow-up of ticket OpenModelica/OpenModelica#12531 by @BasilioPV. Consider the following MWE:
```modelica
model DiscreteIssue
discrete input Real In(start=1);
discrete output Real Out(start=0…
-
### Description
The solver fails to simulate system becomes singular at initialization.
The given model is having this issue:
```
Buildings.Fluid.HydronicConfigurations.ActiveNetworks.Examples…
-
**Reported by dietmarw on 1 Sep 2010 07:51 UTC**
It would be reasonable to update this library with respect to Modelica 3.2 conventions:
* move resource file into `Resources`, e.g.:
* folder `Ima…
-
### Description
The model `IDEAS.Buildings.Examples.ZoneExample` does not simulate using OM while it does seem to be a valid model. This model worked in the past and we narrowed it down to a change…
-
The new Base Modelica standard, presented in [this paper](https://www.conftool.com/modelica2023/index.php/Kurzbach-Design_proposal_of_a_standardized_Base_Modelica_language-164_a.pdf?page=downloadPaper…
-
Replying to:
> Regarding blocks that can operate both in discrete-time and non-discrete-time, my claim is that the missing feature in Modelica is the ability to use a function as a block. This wou…
-
### Description
Since #13163 the gbode solvers are tested. There are two models failing verification.
testsuite/simulation/modelica/solver/gbode/IRKGaussian_01.mos:
```
Running RK gauss5 with …
-
As discussed on the coordination meeting.
The goal was not to standardize on an implementation, but instead standardize the interface of an FMU in Modelica.
Having an "FMU-external-object" is one …