python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Dymola data processing
I want to seek a good data processing method of Dymola from you。I have the following needs:
1.Record the simulation data after each model change to achieve the purpose of comparison. Because the model...
Zhang san
Votes: 0
Answers: 1
Conditional migration of a class in Dymola when parameter is String
Library migration: Is it possible to convert a component to a different class when the condition parameter is of type String? Trying something like
convertClassIf("OldClass",
...
modelicaFan
Votes: 0
Answers: 1
Highlighted words in Eclipse
I've been coding in Dymola for few months and I found it really useful that when I highlighted a word, all the identical words across the code got highlighted as well. The question is that now I'm sti...

EngineerInProgress
Votes: 0
Answers: 0
How do I allow access to variables in enclosing scope in modelica?
I tried this model from the book by Fritzson (2015, section 3.16 on page 102) to better understand variable lookup.
The one modification I made is that I instantiated IC and BC as variables ic and bc....
paul
Votes: 0
Answers: 1