Robert Braun

Results 37 issues of Robert Braun

`x^3` should be expanded to `x*x*x` to improve performance, but `x^2.5` should obviously not be expanded.

bug
gui:scripting

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)`.

import/export
components

The unit is "m", but should be "sPa" (assuming SI units are used in the equations).

components

**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...

bug
gui:scripting

- 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...

import/export:fmi

Evaluate external functions in optimization scripts, for example from .bat scripts. Remaining work: Parallel evaluation of all points somehow.

optimization

**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**...

bug
code

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...

import/export
simulation

**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...

import/export

**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...

components