Directory testsuite/simulation/libraries/3rdParty/PlanarMechanics/

Total Files:
19
Deleted Files:
3
Lines of Code:
4411

[root]/testsuite/simulation/libraries/3rdParty/PlanarMechanics
                        directory in repo ReferenceFiles (49 files, 0 lines)

Lines of Code

testsuite/simulation/libraries/3rdParty/PlanarMechanics/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 180 (100.0%) 9108 (100.0%) 50.6
alash325 80 (44.4%) 4431 (48.6%) 55.3
sjoelund.se 53 (29.4%) 2336 (25.6%) 44.0
hudson 1 (0.6%) 2265 (24.9%) 2265.0
lochel 36 (20.0%) 50 (0.5%) 1.3
wbraun 5 (2.8%) 13 (0.1%) 2.6
cschubert 2 (1.1%) 10 (0.1%) 5.0
adrpo 1 (0.6%) 2 (0.0%) 2.0
jfrenkel 2 (1.1%) 1 (0.0%) 0.5

Most Recent Commits

wbraun 2015-01-07 21:01 Rev.: 23971

- fix #3064 by moving the stateSelection after the intialization

12 lines of code changed in 4 files:

  • testsuite/simulation/libraries/3rdParty/PlanarMechanics: Makefile (+3 -3), PlanarMechanicsForTesting.Examples.KinematicLoop.mos (+3 -2), PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos (+3 -2), PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos (+3 -2)
sjoelund.se 2014-04-24 13:59 Rev.: 20251

Replace measureTime=true with +d=measureTime in buildModel/etc
- Fix code generation for profiling of function calls (was disabled)
- Fix the counter for number of profiling blocks so the profiling now includes the measured blocks again

17 lines of code changed in 17 files:

  • testsuite/simulation/libraries/3rdParty/PlanarMechanics: PlanarMechanicsForTesting.Examples.ControlledCraneCrab.mos (+1 -1), PlanarMechanicsForTesting.Examples.CounterSpin.mos (+1 -1), PlanarMechanicsForTesting.Examples.CraneCrab.mos (+1 -1), PlanarMechanicsForTesting.Examples.DoublePendulum.mos (+1 -1), PlanarMechanicsForTesting.Examples.FreeBody.mos (+1 -1), PlanarMechanicsForTesting.Examples.InvertedCraneCrab.mos (+1 -1), PlanarMechanicsForTesting.Examples.KinematicLoop.mos (+1 -1), PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos (+1 -1), PlanarMechanicsForTesting.Examples.Pendulum.mos (+1 -1), PlanarMechanicsForTesting.Examples.PistonEngine.mos (+1 -1), PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos (+1 -1), PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos (+1 -1), PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos (+1 -1), PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos (+1 -1), PlanarMechanicsForTesting.Examples.TestIdealWheel.mos (+1 -1), PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos (+1 -1), PlanarMechanicsForTesting.Examples.WheelBasedCranCrab.mos (+1 -1)
sjoelund.se 2014-04-10 10:34 Rev.: 20075

Error handling updates
- Strip trailing whitespace from error-messages (error-messages add a trailing newline by default; we do not want 2 of them)
- Register Modelica*Error functions in ErrorExt.mo (for the bootstrapped compiler)
- This means we can use Modelica libraries and simply treat ModelicaError in an external function as Error.addMessage + throw()

1 lines of code changed in 2 files:

  • testsuite/simulation/libraries/3rdParty/PlanarMechanics: PlanarMechanicsForTesting.Examples.DoublePendulum.mos (-1), PlanarMechanicsForTesting.Examples.PistonEngine.mos (+1 -2)
wbraun 2013-12-19 23:41 Rev.: 18525

- bug fix for #2437

1 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/PlanarMechanics: PlanarMechanicsForTesting.Examples.PistonEngine.mos (+1 -1)
sjoelund.se 2013-10-13 12:17 Rev.: 17660

Adding API function diffSimulationResults, similar to cmpSimulationResults
- Outputs a list of csv-files with the compared values (which might be interpolated)

14 lines of code changed in 2 files:

  • testsuite/simulation/libraries/3rdParty/PlanarMechanics: PlanarMechanicsForTesting.Examples.DoublePendulum.mos (+7 -4), PlanarMechanicsForTesting.Examples.PistonEngine.mos (+7 -4)
lochel 2013-10-08 15:42 Rev.: 17606

- fix #2404

6 lines of code changed in 10 files:

  • testsuite/simulation/libraries/3rdParty/PlanarMechanics: PlanarMechanicsForTesting.Examples.ControlledCraneCrab.mos (-1), PlanarMechanicsForTesting.Examples.CraneCrab.mos (+1 -2), PlanarMechanicsForTesting.Examples.DoublePendulum.mos (+1 -2), PlanarMechanicsForTesting.Examples.InvertedCraneCrab.mos (+1 -2), PlanarMechanicsForTesting.Examples.Pendulum.mos (+1 -2), PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos (-1), PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos (+1 -2), PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos (-1), PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos (-1), PlanarMechanicsForTesting.Examples.WheelBasedCranCrab.mos (+1 -2)
lochel 2013-06-23 21:59 Rev.: 16461

- change warnings

18 lines of code changed in 13 files:

  • testsuite/simulation/libraries/3rdParty/PlanarMechanics: PlanarMechanicsForTesting.Examples.ControlledCraneCrab.mos (+2 -1), PlanarMechanicsForTesting.Examples.CraneCrab.mos (+1 -1), PlanarMechanicsForTesting.Examples.DoublePendulum.mos (+1 -1), PlanarMechanicsForTesting.Examples.FreeBody.mos (+1 -1), PlanarMechanicsForTesting.Examples.InvertedCraneCrab.mos (+1 -1), PlanarMechanicsForTesting.Examples.Pendulum.mos (+1 -1), PlanarMechanicsForTesting.Examples.PistonEngine.mos (+1 -1), PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos (+2 -1), PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos (+1 -1), PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos (+2 -1), PlanarMechanicsForTesting.Examples.TestIdealWheel.mos (+2 -1), PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos (+2 -1), PlanarMechanicsForTesting.Examples.WheelBasedCranCrab.mos (+1 -1)
lochel 2013-06-23 19:27 Rev.: 16460

- add notification for suppressed warnings of the initialization

26 lines of code changed in 13 files:

  • testsuite/simulation/libraries/3rdParty/PlanarMechanics: PlanarMechanicsForTesting.Examples.ControlledCraneCrab.mos (+2 -1), PlanarMechanicsForTesting.Examples.CraneCrab.mos (+2 -1), PlanarMechanicsForTesting.Examples.DoublePendulum.mos (+2 -1), PlanarMechanicsForTesting.Examples.FreeBody.mos (+2 -1), PlanarMechanicsForTesting.Examples.InvertedCraneCrab.mos (+2 -1), PlanarMechanicsForTesting.Examples.Pendulum.mos (+2 -1), PlanarMechanicsForTesting.Examples.PistonEngine.mos (+2 -1), PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos (+2 -1), PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos (+2 -1), PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos (+2 -1), PlanarMechanicsForTesting.Examples.TestIdealWheel.mos (+2 -1), PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos (+2 -1), PlanarMechanicsForTesting.Examples.WheelBasedCranCrab.mos (+2 -1)
sjoelund.se 2013-05-02 21:17 Rev.: 15963

Revert r15962 (accidently replaced 8 spaces with 2 spaces; was supposed to be 1 tab to 2 spaces but text editors messed up the command)
Contact me if you have problems merging your working copy

2265 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/PlanarMechanics: PlanarMechanicsForTesting.mo (+2265 -2265)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

2265 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/PlanarMechanics: PlanarMechanicsForTesting.mo (+2265 -2265)
sjoelund.se 2013-04-29 13:04 Rev.: 15927

#1863 Removed simulation options noClean and storeInTemp since they do not work and there are no tests for them

14 lines of code changed in 14 files:

  • testsuite/simulation/libraries/3rdParty/PlanarMechanics: PlanarMechanicsForTesting.Examples.ControlledCraneCrab.mos (+1 -1), PlanarMechanicsForTesting.Examples.CounterSpin.mos (+1 -1), PlanarMechanicsForTesting.Examples.CraneCrab.mos (+1 -1), PlanarMechanicsForTesting.Examples.DoublePendulum.mos (+1 -1), PlanarMechanicsForTesting.Examples.FreeBody.mos (+1 -1), PlanarMechanicsForTesting.Examples.InvertedCraneCrab.mos (+1 -1), PlanarMechanicsForTesting.Examples.Pendulum.mos (+1 -1), PlanarMechanicsForTesting.Examples.PistonEngine.mos (+1 -1), PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos (+1 -1), PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos (+1 -1), PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos (+1 -1), PlanarMechanicsForTesting.Examples.TestIdealWheel.mos (+1 -1), PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos (+1 -1), PlanarMechanicsForTesting.Examples.WheelBasedCranCrab.mos (+1 -1)
sjoelund.se 2013-01-15 08:52 Rev.: 14776

- Changed translateModel to return a Boolean instead of text that is hard to parse
- Changed compareSimulationResults to return an array of strings instead of sometimes a string and sometimes a list of strings

16 lines of code changed in 15 files:

  • testsuite/simulation/libraries/3rdParty/PlanarMechanics: PlanarMechanicsForTesting.Examples.ControlledCraneCrab.mos (+1 -1), PlanarMechanicsForTesting.Examples.CounterSpin.mos (+1 -1), PlanarMechanicsForTesting.Examples.CraneCrab.mos (+1 -1), PlanarMechanicsForTesting.Examples.FreeBody.mos (+1 -1), PlanarMechanicsForTesting.Examples.InvertedCraneCrab.mos (+1 -1), PlanarMechanicsForTesting.Examples.KinematicLoop.mos (+1 -1), PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos (+1 -1), PlanarMechanicsForTesting.Examples.Pendulum.mos (+1 -1), PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos (+1 -1), PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos (+1 -1), PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos (+2 -2), PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos (+1 -1), PlanarMechanicsForTesting.Examples.TestIdealWheel.mos (+1 -1), PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos (+1 -1), PlanarMechanicsForTesting.Examples.WheelBasedCranCrab.mos (+1 -1)
sjoelund.se 2013-01-07 11:46 Rev.: 14690

Expected output

9 lines of code changed in 2 files:

  • testsuite/simulation/libraries/3rdParty/PlanarMechanics: PlanarMechanicsForTesting.Examples.DoublePendulum.mos (+4 -1), PlanarMechanicsForTesting.Examples.PistonEngine.mos (+5 -2)
cschubert 2012-12-31 00:47 Rev.: 14592

PlanarMechanics - Test_IdealWheel: had to fix initial condition, since omc selected another one than dymola (both equally valid, since both were states with explicit start value.

7 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/PlanarMechanics: PlanarMechanicsForTesting.mo (+7 -7)
jfrenkel 2012-12-30 14:56 Rev.: 14577

- check whens and do not replace variabes set in when (equation and algorithm)

1 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/PlanarMechanics: PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos (+1 -2)
cschubert 2012-12-29 11:52 Rev.: 14565

testsuite: updated expected output

3 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/PlanarMechanics: PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos (+3 -2)
adrpo 2012-10-19 10:50 Rev.: 13487

- moved
PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos
PlanarMechanicsForTesting.Examples.KinematicLoop.mos
to failing tests as they take way too much time!

2 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/PlanarMechanics: Makefile (+2 -2)
jfrenkel 2012-10-15 17:38 Rev.: 13391

- fix for nonlinear system/tearing, generate code for all equations
- switch tearing on in some tests (still fail Modelica.Electrical.Analog.Examples.CauerLowPassSC msl221 and msl31 see #1804)

0 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/PlanarMechanics: PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos (-1)
alash325 2012-10-04 02:21 Rev.: 13168

--Update Makefile

3 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/PlanarMechanics: Makefile (+3 -2)
alash325 2012-10-04 00:56 Rev.: 13166

-3rdParty directory is moved to flattening/libraries and simulation/libraries/ directories depending on the type of test files + update Makefile

4409 lines of code changed in 22 files:

  • testsuite/simulation/libraries/3rdParty/PlanarMechanics: Makefile (+69), PlanarMechanicsForTesting.Examples.ControlledCraneCrab.mos (+33), PlanarMechanicsForTesting.Examples.CounterSpin.mos (+33), PlanarMechanicsForTesting.Examples.CraneCrab.mos (+33), PlanarMechanicsForTesting.Examples.DoublePendulum.mos (+33), PlanarMechanicsForTesting.Examples.FreeBody.mos (+33), PlanarMechanicsForTesting.Examples.InvertedCraneCrab.mos (+33), PlanarMechanicsForTesting.Examples.KinematicLoop.mos (+37), PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos (+37), PlanarMechanicsForTesting.Examples.Pendulum.mos (+33), PlanarMechanicsForTesting.Examples.PistonEngine.mos (+33), PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos (+37), PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos (+36), PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos (+38), PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos (+33), PlanarMechanicsForTesting.Examples.TestIdealWheel.mos (+33), PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos (+33), PlanarMechanicsForTesting.Examples.WheelBasedCranCrab.mos (+37), PlanarMechanicsForTesting.mo (+3755), checkPlanarMechanicsForTesting.mos (del), instantiatePlanarMechanicsForTesting.mos (del), simulation (del)
alash325 2012-10-03 04:30 Rev.: 13149

- libraries directories copied to testsuite/simulation directory + delete non simulaatable test files + update Makefile

0 lines of code changed in 19 files:

  • testsuite/simulation/libraries/3rdParty/PlanarMechanics: Makefile (new), PlanarMechanicsForTesting.Examples.ControlledCraneCrab.mos (new), PlanarMechanicsForTesting.Examples.CounterSpin.mos (new), PlanarMechanicsForTesting.Examples.CraneCrab.mos (new), PlanarMechanicsForTesting.Examples.DoublePendulum.mos (new), PlanarMechanicsForTesting.Examples.FreeBody.mos (new), PlanarMechanicsForTesting.Examples.InvertedCraneCrab.mos (new), PlanarMechanicsForTesting.Examples.KinematicLoop.mos (new), PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos (new), PlanarMechanicsForTesting.Examples.Pendulum.mos (new), PlanarMechanicsForTesting.Examples.PistonEngine.mos (new), PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos (new), PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos (new), PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos (new), PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos (new), PlanarMechanicsForTesting.Examples.TestIdealWheel.mos (new), PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos (new), PlanarMechanicsForTesting.Examples.WheelBasedCranCrab.mos (new), PlanarMechanicsForTesting.mo (new)
alash325 2012-10-01 19:42 Rev.: 13123

- Deleted wrong works

19 lines of code changed in 19 files:

  • testsuite/simulation/libraries/3rdParty/PlanarMechanics: Makefile (del), PlanarMechanicsForTesting.Examples.ControlledCraneCrab.mos (del), PlanarMechanicsForTesting.Examples.CounterSpin.mos (del), PlanarMechanicsForTesting.Examples.CraneCrab.mos (del), PlanarMechanicsForTesting.Examples.DoublePendulum.mos (del), PlanarMechanicsForTesting.Examples.FreeBody.mos (del), PlanarMechanicsForTesting.Examples.InvertedCraneCrab.mos (del), PlanarMechanicsForTesting.Examples.KinematicLoop.mos (del), PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos (del), PlanarMechanicsForTesting.Examples.Pendulum.mos (del), PlanarMechanicsForTesting.Examples.PistonEngine.mos (del), PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos (del), PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos (del), PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos (del), PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos (del), PlanarMechanicsForTesting.Examples.TestIdealWheel.mos (del), PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos (del), PlanarMechanicsForTesting.Examples.WheelBasedCranCrab.mos (del), PlanarMechanicsForTesting.mo (del)
alash325 2012-09-26 23:08 Rev.: 13065

-- testsuite/3rdParty of simulatable test cases moved to simulation/libraries/3rdParty

0 lines of code changed in 19 files:

  • testsuite/simulation/libraries/3rdParty/PlanarMechanics: Makefile (new), PlanarMechanicsForTesting.Examples.ControlledCraneCrab.mos (new), PlanarMechanicsForTesting.Examples.CounterSpin.mos (new), PlanarMechanicsForTesting.Examples.CraneCrab.mos (new), PlanarMechanicsForTesting.Examples.DoublePendulum.mos (new), PlanarMechanicsForTesting.Examples.FreeBody.mos (new), PlanarMechanicsForTesting.Examples.InvertedCraneCrab.mos (new), PlanarMechanicsForTesting.Examples.KinematicLoop.mos (new), PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos (new), PlanarMechanicsForTesting.Examples.Pendulum.mos (new), PlanarMechanicsForTesting.Examples.PistonEngine.mos (new), PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos (new), PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos (new), PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos (new), PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos (new), PlanarMechanicsForTesting.Examples.TestIdealWheel.mos (new), PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos (new), PlanarMechanicsForTesting.Examples.WheelBasedCranCrab.mos (new), PlanarMechanicsForTesting.mo (new)
Generated by StatSVN 0.7.0