Note that there are some explanatory texts on larger screens.

plurals
  1. USMarco Romanoni
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COI think that with more or less any Modelica based tool you can do that. Open Modelica can be used since it exports in binary and FMI format (you can find your models in C:\Users\<User name>\AppData\Local\Temp\OpenModelica\OMEdit) but I'm not sure about the kind of license it has, depending on that you might give credits that you application was made with OpenModelica. Dymola(Modelica commercial tool)+BinaryModelExport license does that. Note that in both cases you have to code yourself a GUI to handle the textual input file from which the binary files you generated read the param of the model.
      singulars
    2. COI agree that your question is a bit light on input data, in order to help you we need at least the modelica code of your model. Which modelica-based simulation tool are you using? Which version of the Modelica Standard Library? These errors refers to the check of whiich model (AIM_SquirrelCage, or whole InductionMachine)?
      singulars
    3. COFor Dymola there are API as Java methods to use to invoke Dymola, compile a model and get the results, maybe there is somenthing similar with OMC. The real problem is that you cannot adress the problem line by line, but you have to sort all the equations of a model before compiling and than apply your integrators and ODE solvers.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload