packagePerformance

Package of examples that demonstrate computation speed performance

Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).

Information

This package contains examples that illustrate the Modelica conference paper by Jorissen et al. (2015) about speed optimization.

References

  • Filip Jorissen, Michael Wetter and Lieve Helsen.
    Simulation speed analysis and improvements of Modelica models for building energy simulation.
    Submitted: 11th Modelica Conference. Paris, France. Sep. 2015.

Contents

NameDescription
Example1v1Example 1 model without mixing volume
Example1v2Example 1 model with mixing volume
Example2Example 2 model with series pressure components
Example3Example 3 model with mixed series/parallel pressure drop components
Example4Example 4 model of simple condensing heat exchanger
Example5Example 5 model of Modelica code that is inefficiently compiled into C-code
Example6Example 6 model of Modelica code that is inefficiently compiled into C-code
Example7Example 7 model of Modelica code that is more efficiently compiled into C-code
Example8Common subexpression elimination example
PressureDropPackage with various configurations of pressure drop models to analyze symbolic processing
BaseClasses