{{{#!div style="float: right; margin: 0 1em" ← [../1.9.4] | [../Future] → }}} {{{#!div style="margin-top: .5em; padding: 0 1em; background-color: #ffd; border:1px outset #ddc; text-align: center; clear: right" This is not the final release version }}} = Release Notes for OpenModelica [milestone:1.11.0] = [[PageOutline(2-3)]] * Dramatically improved compilation speed and performance, in particular for large models. * 3D animation visualization of regular MSL MultiBody simulations and for real-time FMUs. * Better support for synchronous and state machine language elements, now supports 90% of the clocked synchronous library. * Several OMEdit improvements including folding of large annotations. * 64-bit OM on Windows further stabilized * An updated OMDev (OpenModelica Development Environment), involving msys2. This was needed for the shift to 64-bit on Windows. * Integration of Sundials/IDA DAE solver with potentially large increase of simulation performance for large models with sparse structure. * Improved library coverage. * Parameter sensitivity analysis added to OMC. == OpenModelica Compiler (OMC) == * Real-time synchronization support by using simFlag -rt=1.0 (or some other time scaling factor). * A prototype implementation of OPC UA using an [http://open62541.org open source OPC UA implementation]. The old OPC implementation was not maintained and relied on a Windows-only proprietary OPC DA+UA package. (At the moment, OPC is experimental and lacks documentation; it only handles reading/writing Real/Boolean input/state variables. It is planned for OMEdit to use OPC UA to re-implement interactive simulations and plotting.) * Dramatically improved compilation speed and dramatically reduced memory requirements for very large models. In Nov 2015, the largest power generation and transmission system model that OMC could handle had 60000 equations and it took 700 seconds to generate the simulation executable code; it now takes only 45 seconds to do so with OMC 1.11.0, which can also handle a model 10 times bigger (600 000 equations) in less than 15 minutes and with less than 32 GB of RAM. Simulation times are comparable to domain-specific simulation tools. See for example [https://test.openmodelica.org/libraries/ScalableTestSuite_Experimental/BuildModelRecursive.html ScalableTestSuite] for some of the improvements. * Improved library coverage * Better support for synchronous and state machine language elements, now simulates 90% of the clocked synchronous library. * Enhanced Cpp runtime to support the PowerSystems library. * Integration of Sundials/IDA solver as an alternative to DASSL. * A DAEMode solver mode was added, which allows to use the sparse IDA solver to handle the DAEs directly. This can lead to substantially faster simulation on large systems with sparse structure, compared to the traditional approach. * The direct sparse solvers KLU and SuperLU have been added, with benefits for models with large algebraic loops. * Multi-parameter sensitivity analysis added to OMC. * Progress on more efficient inline function mechanism. * Stabilized 64-bit Windows support. * Performance improvement of parameter evaluation. * Enhanced tearing support, with prefer iteration variables and user-defined tearing. * Support for external object aliases in connectors and equations (a non-standard Modelica extension). * Code generation directly to file (saves maximum memory used). #3356 * Code generation in parallel is enabled since #3356 (controlled by omc flag `-n`). This improves performance since generating code directly to file avoid memory allocation. * Allowing mixed dense and sparse linear solvers in the generated simulation (chosen depending on simflags `-ls` (dense solver), `-lss` (sparse solver), `-lssMaxDensity` and `-lssMinSize`). == Graphic Editor OMEdit == * Significantly faster browsing of most libraries. * Several GUI improvements including folding of multi-line annotations. * Further improved code formatting preservation during edits. * Support for all simulation logging flags. * Select and export variables after simulation. * Support for [https://en.wikipedia.org/wiki/Byte_order_mark Byte Order Mark]. Added support enables other tools to correctly read the files written by OMEdit. * Save files with line endings according to OS (Windows (CRLF), Unix (LF)). * Added OMEdit support for FMU cross compilation. This makes it possible to launch OMEdit on a remote or virtual Linux machine using a Windows X server and export an FMU with Windows binaries. * Support of DisplayUnit and unit conversion. * Fixed automatic save. * Initial support for DynamicSelect in model diagrams (texts and visible attribute after simulation, no expressions yet). * An HTML documentation editor (not WYSIWYG; that editor will be available in the subsequent release). * Improved logging in OMEdit of structured messages and standard output streams for simulations. == FMI Support == * Cross compilation of C++ FMU export. Compared to the C runtime, the C++ cross compilation covers the whole runtime for model exchange. * Improved Newton solver for C++ FMUs (scaling and step size control). == Other things == * 3D animation visualization of regular MSL MultiBody simulations and for real-time FMUs. * An updated OMDev (OpenModelica Development Environment), involving msys2. This was needed for the shift to 64-bit on Windows. * [http://omwebbook.openmodelica.org/ OMWebbook], a web version of OMNotebook online. Also, a script is available to convert an OMNotebook to an OMWebbook. * A Jupyter notebook Modelica mode, available in OpenModelica. [[TicketQuery(milestone=1.10.0|1.11.0,status=closed,severity!=trivial,resolution=fixed|-,col=changelog,group=component,format=table)]] {{{#!comment === Wiki === === Ticket System === ==== Roadmap and Milestone ==== ==== Custom Queries ==== ==== Reports ==== === Repository Browser === === User Preferences === === Timeline === === Admin === === Others === }}}