- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » FMU export with Openmodelica?
Page Start Prev 1 Next End
FMU export with Openmodelica?
Re: FMU export with Openmodelica?
Sep-05-11 22:21:47
The following works, but support is still experimental and very much work in progress. I suggest using the very latest nightly builds.
Code:
loadString("
model M
Real r=15.0*time;
end M;
");
translateModelFMU(M);getErrorString();
// Creates file M/M.fmu
- sjoelund.se
- 1700 Posts
Page Start Prev 1 Next End
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » FMU export with Openmodelica?
There are 0 guests and 0 other users also viewing this topic