QSS Solver Changelog

What's new in QSS Solver 3.1 Revision 1570

Aug 15, 2016
  • New features:
  • Parallel simulation is supported for Linux platform;
  • Modelica User Defined Functions (UDF) are now supported (including external C functions);
  • The Modelica Package class containing UDF's is now supported;
  • 'for' statements can be used in "event handler" definitions, i.e. inside 'when' and 'elsewhen' statements;
  • Modelica array element-wise operations are supported (.+,.-,.*,./);
  • Modelica reduction operations for arrays are supported:
  • sum
  • product
  • min
  • max
  • Classic numerical integration methods DASSL and DOPRI can be used to run simulations.

New in QSS Solver 3.0 (Nov 28, 2014)

  • Modelica User Defined Functions (UDF) are now supported (including external C functions).
  • The Modelica Package class containing UDF's is now supported.
  • 'for' statements can be used in "event handler" definitions, i.e. inside 'when' and 'elsewhen' statements.
  • Modelica array element-wise operations are supported (.+,.-,.*,./).
  • Modelica reduction operations for arrays are supported: - sum - product - min - max -
  • Classic numerical integration methods DASSL and DOPRI can be used to run simulations.