I\'m struggling with the size of output files for large Modelica models. Off course, I can protect some objects in order to remove them completely from the result file.However, that gives rise to two
I want to create a new medium model in Modelica. All medium model have a type temperature with min, max, star开发者_高级运维t and nominal attribute. I would like to set the minimum temperature to the
I\'m 开发者_StackOverflow中文版trying to execute a string in Modelica. This string would be saved in a variable in order to be able to change it when I need to.
i\'m using parallel python for stearing Monte Carlo simulations in Modelica. Everything works perfectly if i\'m working on a single computer with 8 ncpus, however, i fail in adding ppservers to the re
I know I can change File_init.txt\'s definitions, but I was wondering if there is some way to do it in the class file (.mo) or in a directive to the comiler (omc).
In modelica I need to connect two spaces and pass an object, lets say a ball, between them after some distance. In my example I have two spaces one which is free space (no forces) and suddenly we ente
We have a REST application that is utilized mostly by applications that dont need to maintain their state, so till date we have been quiet \"RESTFUL\" without maintaining a state. We use the Private/P