Jorrit Wronski

Results 115 comments of Jorrit Wronski

1. Ordinary simulations that do not create an FMU, but run inside of Dymola. 2. Wait with that until we have fixed everything on our end.

Did you restart Dymola after you deleted the files in the root folder?

I think this is a super nice opportunity. Please go ahead and prepare a PR - I will support the integration and I may also help with the CI part.

Hi, I have now made a few changes and I need some feedback: - We can use GCC 9 to 12 and Clang 10 to 14. Is that what you...

Hi - I have tried addressing this, but the combination of CMake 3.8 and GCC 4.8 is not very common and I have problems getting the docker images to compile...

Thank you very much - it may take some time to review the changes, but your effort is highly appreciated!

> * check that `sqlcipher` is included and define `SQLITECPP_USE_SQLITE3MULTIPLECIPHERS` if enabled > * check that `SQLite3MultipleCiphers` is included and define `SQLITECPP_USE_SQLCIPHER` if enabled Actually, it is the other way...

No, there should be no problem using the system SQLite3 as long as you disable the internal implementation. This behaviour is unchanged compared to how it works today. ![image](https://user-images.githubusercontent.com/769593/211797798-48ca4d00-726d-4a89-be36-1ca53e0e5467.png)

I recall some PR that changed some SWIG settings. Maybe we missed something there? I would be happy to release an updated version once we fix this.

Hi - thanks for reporting the issue. The Halley solver used in `solver_dpdrho0_Tp` seems to overshoot and tries to calculate with a negative molar density which then fails ungracefully. This...