Robert Braun
Robert Braun
`x^3` should be expanded to `x*x*x` to improve performance, but `x^2.5` should obviously not be expanded.
Support laplace `s` in inline transformation and thereby also in Modelica models alongside with the `der()` operator. In inline integration it simply replaced by the integration method, similarly to `der(1)`.
The unit is "m", but should be "sPa" (assuming SI units are used in the equations).
**Describe the bug** Program will crash if user tries to change a model parameter that does not exist, if a variable of the same name exists locally in HCOM. **To...
- Added FMI 3.0 support - All FMI import is now handled through FMIWrapper component - Added fmi4c dependency (FMI library is still kept for backwards compatibility) - Harmonized FMI...
Evaluate external functions in optimization scripts, for example from .bat scripts. Remaining work: Parallel evaluation of all points somehow.
**Describe the bug** In recent versions of Hopsan, users often get a MultiCache Error message in the terminal. For some reason Hopsan cannot write to the temporary directory. **To Reproduce**...
Support for the [Distributed Co-simulation Protocol (DCP)](https://dcp-standard.org/) standard. This enables communication between Hopsan and other DCP supporting tools, as well as with physical devices. Hopsan is hard-coded to use UDP...
**Is your improvement request related to a problem? Please describe.** Right now data variables can only be fetched from hopsanc interfaces (Matlab/Julia/Python) through the `getDataVector` function, which works for only...
**Is your improvement request related to a problem? Please describe.** You often want to view the source code for default components, either to understand how they are implemented or for...