kdavies4 / ModelicaRes

Set up, analyze, and plot Modelica simulations in Python
http://kdavies4.github.io/ModelicaRes/
Other
51 stars 20 forks source link

Is it enough to use dymola_script class to run simulations? #41

Open fran-jo opened 6 years ago

fran-jo commented 6 years ago

Hi! I am using this class, in modelicares.exps.simulators file, and... the script seems to be written fine, but I do not see how the class executes the .mos file. Its run method seems only to write commands into the .mos file, but how the .mos file is executed? Cheers!