-
Hi,
I am trying to export a modelica model to FMU. But I always get the following error message. I need assistant to solve the problem.
The error message:
[16] 14:00:05 Übersetzung Fehler
Er…
-
This page
https://mbe.modelica.university/behavior/equations/physical
has this link
https://mbe.modelica.university/behavior/variables/#variability
which is broken
-
Related to #2056.
The function _Modelica.Fluid.Utilities.regFun3_ uses _Modelica.Constants.eps_ in several places, in assert conditions and if conditions. I am here mostly concerned about the use i…
-
Idea from the Modelica Conference:
Extend FMU model representations from Source Code and target specific binaries to target-independent ByteCode, e.g. using Webassembly.
See https://2021.intern…
-
This is the open source Modelica library which contains;
- basic components for calculation of heat transfer such as forced convection coefficient over plat plate, in circular pipe, free convection c…
-
http://book.xogeny.com/components/packages/msl/#streams misses
* [readMatrixSize](http://doc.modelica.org/help/Modelica_Utilities_Streams.html#Modelica.Utilities.Streams.readMatrixSize)
* [readRealM…
-
-
In the TEASER code, orientations are usually defined like this, e.g. in `teaser/logic/buildingobjects/buildingphysics/buildingelement.py`:
```
orientation : float [degree]
Azimuth directi…
-
The model Modelica.Fluid.Vessels.ClosedVolume contains:
```
vesselArea = pi*(3/4*V)^(2/3),
heatTransfer(surfaceAreas={4*pi*(3/4*V/pi)^(2/3)}));
```
There is a proposal to introduce the …
-
### Description
The OpenHPL libray makes use of [DynamicSelect for the diagram graphics](https://github.com/OpenSimHub/OpenHPL/blob/master/OpenHPL/Icons/Surge.mo#L34-L35). Event though this is not …