packageModelicaTest
Library to test components of package Modelica
Version 4.2.0 dev
Uses Complex 4.2.0 dev, Modelica 4.2.0 dev.
Extends from Modelica.Icons.Package (Icon for standard packages).
Information
This library provides models and functions to test components of package Modelica (the Modelica Standard Library).
Further development of this library should be performed in the following way:
- Functions that are added to this library to test functions of the Modelica Standard Library, should be called in "ModelicaTest.testAllFunctions()". The idea is that all test functions are called, when calling "testAllFunctions()".
- Models that are added to this library should have the annotation
(with an appropriate StopTime):
This gives the tool vendors the possibility to automatically identify the models that shall be simulated and, e.g., that shall be used in an automatic regression test.annotation(experiment(StopTime=1.1));
Copyright © 1998-2025, Modelica Association and contributors
This Modelica package is free software and the use is completely at your own risk; it can be redistributed and/or modified under the terms of the 3-Clause BSD license. For license conditions (including the disclaimer of warranty) visit https://modelica.org/licenses/modelica-3-clause-bsd.
Contents
| Name | Description |
|---|---|
| Runs all test cases for functions | |
| Test models for Modelica.Blocks | |
| Test models for the table blocks in Modelica.Blocks | |
| Test models for Modelica.Electrical | |
| Test examples of Modelica.Magnetic | |
| Test models for Modelica.Fluid | |
| Test models for Modelica.Media | |
| Test models for Modelica.Math | |
| Test models for Modelica.Mechanics.MultiBody | |
| Test models for Modelica.Mechanics.Rotational | |
| Test models for Modelica.Mechanics.Translational | |
| Test functions for Modelica.Utilities | |
| Test functions for Complex and Modelica.ComplexMath |