Directory testsuite/simulation/modelica/msl22/

Directory Created:
2012-09-28 10:17
Total Files:
57
Deleted Files:
0
Lines of Code:
5190

[root]/testsuite/simulation/modelica/msl22

Lines of Code

testsuite/simulation/modelica/msl22/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 319 (100.0%) 9109 (100.0%) 28.5
alash325 171 (53.6%) 5183 (56.9%) 30.3
sjoelund.se 106 (33.2%) 1960 (21.5%) 18.4
hudson 19 (6.0%) 1858 (20.4%) 97.7
lochel 10 (3.1%) 71 (0.8%) 7.1
jfrenkel 8 (2.5%) 16 (0.2%) 2.0
ptaeuber 2 (0.6%) 15 (0.2%) 7.5
wbraun 3 (0.9%) 6 (0.1%) 2.0

Most Recent Commits

wbraun 2015-02-16 20:45 Rev.: 24606

- added more information for a triggered Modelica assert
- fixes partially #3074

3 lines of code changed in 1 file:

  • testsuite/simulation/modelica/msl22: InitTest.mos (+3 -1)
lochel 2015-01-28 14:16 Rev.: 24253

- #3094: fix some asserts that were not formatted according to "logFormat"

4 lines of code changed in 1 file:

  • testsuite/simulation/modelica/msl22: InitTest.mos (+4 -4)
sjoelund.se 2014-09-08 17:00 Rev.: 22174

#2800
- Rewrote traverseExp and traverseExpTopDown to take a function with 2 inputs and outputs instead of using tuples

3 lines of code changed in 1 file:

  • testsuite/simulation/modelica/msl22: First.mos (+3 -1)
lochel 2014-08-01 13:37 Rev.: 21706

- merged revision(s) r21547-r21703 from branches/initialization/
- completely new initialization approach for under-determined, over-determined and simultaneously under- and over-determined systems
- symbolic consistency check for over-determined (sub-)systems

28 lines of code changed in 1 file:

  • testsuite/simulation/modelica/msl22: Test3PhaseInitOver.mos (+28 -29)
lochel 2014-06-20 12:26 Rev.: 21216

- improve over-determined initialization approach
- If it is necessary to evaluate parameters for the consistence check, the check will now be performed during runtime.

17 lines of code changed in 1 file:

  • testsuite/simulation/modelica/msl22: Test3PhaseInitOver.mos (+17 -16)
lochel 2014-06-12 16:48 Rev.: 21081

- improve initialization approach for over-determined systems
- add some test cases for over-determined systems

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/msl22: Test3PhaseInitOver.mos (+1 -1)
ptaeuber 2014-06-10 17:49 Rev.: 21035

- manual selection of tearing variables now also works for omcTearing (see r20929)

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/msl22: Test3PhaseInitOver.mos (+1 -1)
ptaeuber 2014-06-03 12:25 Rev.: 20929

- introduced manual selection of tearing variables using annotations (works only for cellier tearing heuristic MC3 yet)
-> attributes:
tearingSelect = always: variable is forced to be iteration variable
tearingSelect = prefer: variable gets better chances to become iteration variable
tearingSelect = avoid: variable gets less chances to become iteration variable
tearingSelect = never: variable won't be iteration variable as long as it is possible to solve for it algebraically (otherwise: warning)

example:
model AnnotationTest
Real u0;
Real i1 annotation(tearingSelect=prefer);
Real i2;
Real i3;
Real u1;
Real u2 annotation(tearingSelect=avoid);
Real u3;
...

- added testmodels with manual tearing selection

14 lines of code changed in 1 file:

  • testsuite/simulation/modelica/msl22: Test3PhaseInitOver.mos (+14 -14)
lochel 2014-05-24 09:10 Rev.: 20818

- update test case

12 lines of code changed in 1 file:

  • testsuite/simulation/modelica/msl22: Test3PhaseInitOver.mos (+12 -8)
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

45 lines of code changed in 36 files:

  • testsuite/simulation/modelica/msl22: Backlash.mos (+1 -1), BearingFrictionTest.mos (+1 -1), Circuit1.mos (+1 -1), DCMotorBlocks.mos (+1 -1), DCMotorDeadzone.mos (+1 -1), DCMotorRotational.mos (+1 -1), ElasticBearing.mos (+1 -1), First.mos (+1 -1), FuncCross.mos (+1 -1), Gear2.mos (+1 -1), IdealGear.mos (+1 -1), IdealGearBrake.mos (+1 -1), InitTest.mos (+1 -1), InputOutput.mos (+1 -1), LossyGear1.mos (+1 -1), MatrixTest.mos (+1 -1), NonLinsys.mos (+5 -5), Shaft.mos (+1 -1), SineAccelerate.mos (+1 -1), SineSpeed.mos (+1 -1), SineTorque.mos (+1 -1), SineTorque2inertias.mos (+1 -1), SpringMass.mos (+1 -1), StepTorque.mos (+1 -1), Tank.mos (+1 -1), Test3PhaseInit.mos (+1 -1), Test3PhaseInitOver.mos (+1 -1), Test3PhaseInitParam.mos (+1 -1), Test3PhaseStart.mos (+1 -1), TimeVaryingLinsys.mos (+1 -1), TrapezoidTest.mos (+1 -1), WeakAxis.mos (+1 -1), avg.mos (+1 -1), blockssources.mos (+5 -5), simulation2.mos (+2 -2), tupleTest.mos (+1 -1)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

220 lines of code changed in 15 files:

  • testsuite/simulation/modelica/msl22: BearingFrictionTest.mo (+3 -3), BooleanModel.mo (+1 -1), FuncCross.mo (+3 -3), InitTest.mo (+2 -2), InitTest3Phase.mo (+84 -84), InputOutput.mo (+1 -1), MatrixTest.mo (+1 -1), NonLinsys.mo (+2 -2), NonLinsys2.mo (+1 -1), NonLinsys3.mo (+1 -1), NonLinsys4.mo (+2 -2), Test3PhaseSystemTotal.mo (+86 -86), TestModels.mo (+30 -30), TrapezoidTest.mo (+2 -2), avg.mo (+1 -1)
sjoelund.se 2014-02-26 19:57 Rev.: 19318

By default: do not output protected variables to result-file
- To override: Add simflags="-emit_protected"
- The library testing now adds -emit_protected if the compareVars is non-empty (and adds a variableFilter to only output these variables)

90 lines of code changed in 4 files:

  • testsuite/simulation/modelica/msl22: Test3PhaseInit.mos (+25 -25), Test3PhaseInitOver.mos (+22 -22), Test3PhaseInitParam.mos (+25 -25), Test3PhaseStart.mos (+18 -18)
lochel 2013-06-23 21:59 Rev.: 16461

- change warnings

3 lines of code changed in 2 files:

  • testsuite/simulation/modelica/msl22: IdealGear.mos (+1 -1), IdealGearBrake.mos (+2 -1)
lochel 2013-06-23 19:27 Rev.: 16460

- add notification for suppressed warnings of the initialization

4 lines of code changed in 2 files:

  • testsuite/simulation/modelica/msl22: IdealGear.mos (+2 -1), IdealGearBrake.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

1638 lines of code changed in 4 files:

  • testsuite/simulation/modelica/msl22: BearingFrictionTest.mo (+1 -1), InitTest3Phase.mo (+102 -102), Test3PhaseSystemTotal.mo (+841 -841), TestModels.mo (+694 -694)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

1638 lines of code changed in 4 files:

  • testsuite/simulation/modelica/msl22: BearingFrictionTest.mo (+1 -1), InitTest3Phase.mo (+102 -102), Test3PhaseSystemTotal.mo (+841 -841), TestModels.mo (+694 -694)
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

154 lines of code changed in 33 files:

  • testsuite/simulation/modelica/msl22: Backlash.mos (+3 -3), Circuit1.mos (+3 -3), DCMotorBlocks.mos (+3 -3), DCMotorDeadzone.mos (+3 -3), DCMotorRotational.mos (+3 -3), ElasticBearing.mos (+3 -3), First.mos (+3 -3), FuncCross.mos (+1 -1), IdealGear.mos (+3 -3), IdealGearBrake.mos (+5 -5), InitTest.mos (+4 -4), InputOutput.mos (+1 -1), MatrixTest.mos (+1 -1), NonLinsys.mos (+16 -16), Shaft.mos (+2 -2), SineAccelerate.mos (+3 -3), SineSpeed.mos (+3 -3), SineTorque.mos (+3 -3), SineTorque2inertias.mos (+3 -3), SpringMass.mos (+3 -3), StepTorque.mos (+3 -3), Tank.mos (+3 -3), Test3PhaseInit.mos (+15 -15), Test3PhaseInitOver.mos (+15 -15), Test3PhaseInitParam.mos (+15 -15), Test3PhaseStart.mos (+8 -8), TimeVaryingLinsys.mos (+7 -7), TrapezoidTest.mos (+1 -1), WeakAxis.mos (+4 -4), avg.mos (+1 -1), blockssources.mos (+8 -8), simulation2.mos (+4 -4), tupleTest.mos (+1 -1)
sjoelund.se 2013-03-27 17:09 Rev.: 15660

Changed MSL 2.2.1 with OM modifications to MSL 2.2.2 from the maintenance branch on modelica.org

25 lines of code changed in 25 files:

  • testsuite/simulation/modelica/msl22: Backlash.mos (+1 -1), BearingFrictionTest.mos (+1 -1), Circuit1.mos (+1 -1), DCMotorBlocks.mos (+1 -1), DCMotorDeadzone.mos (+1 -1), DCMotorRotational.mos (+1 -1), ElasticBearing.mos (+1 -1), First.mos (+1 -1), Gear.mos (+1 -1), Gear2.mos (+1 -1), IdealGear.mos (+1 -1), IdealGearBrake.mos (+1 -1), InitTest.mos (+1 -1), LossyGear1.mos (+1 -1), Shaft.mos (+1 -1), SineAccelerate.mos (+1 -1), SineSpeed.mos (+1 -1), SineTorque.mos (+1 -1), SineTorque2inertias.mos (+1 -1), SpringMass.mos (+1 -1), StepTorque.mos (+1 -1), Tank.mos (+1 -1), TrapezoidTest.mos (+1 -1), WeakAxis.mos (+1 -1), blockssources.mos (+1 -1)
sjoelund.se 2013-01-29 10:50 Rev.: 14985

- Re-merge r14982

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/msl22: blockssources.mos (+2 -2)
sjoelund.se 2013-01-29 09:02 Rev.: 14983

Revert r14982 (breaks 4 tests; 3 of them badly, 1 of them spins forever)

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/msl22: blockssources.mos (+2 -2)
lochel 2013-01-28 20:35 Rev.: 14982

- remove helpVars from Backend (was used to handle when-conditions and sample-calls)
- revise event-system (c-runtime)
- unfortunately break other runtimes (please contact me, if you need more detailed information)

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/msl22: blockssources.mos (+2 -2)
wbraun 2012-10-23 00:18 Rev.: 13555

Changes for event handling.
- From now as zero-crossing functions are used the conditions instead of single relations.
- main changes in BackendDAECreate.findZeroCrossings.
- it collects now samples, relations and zerocrossings in different lists.
- relations are still collected for cpp-runtime.
- fixed also #1866

3 lines of code changed in 2 files:

  • testsuite/simulation/modelica/msl22: blockssources.mos (+1 -1), simulation2.mos (+2 -2)
jfrenkel 2012-10-22 20:12 Rev.: 13551

- fix tests

2 lines of code changed in 2 files:

  • testsuite/simulation/modelica/msl22: IdealGear.mos (+1 -2), IdealGearBrake.mos (+1 -2)
jfrenkel 2012-10-18 15:32 Rev.: 13470

- remove newline from Warning Alias Variables ...
- no warning in case of one fixed alias variable start value

0 lines of code changed in 2 files:

  • testsuite/simulation/modelica/msl22: IdealGear.mos (-1), IdealGearBrake.mos (-1)
jfrenkel 2012-10-10 09:24 Rev.: 13287

- expexted output

12 lines of code changed in 2 files:

  • testsuite/simulation/modelica/msl22: IdealGear.mos (+5 -3), IdealGearBrake.mos (+7 -5)
jfrenkel 2012-10-10 00:11 Rev.: 13284

- fix bug for mergestartvalue, add missing negate of start value in case of a = -b
- fix tests (delete some wrong warnings, see my last commit)

2 lines of code changed in 2 files:

  • testsuite/simulation/modelica/msl22: IdealGear.mos (+1 -3), IdealGearBrake.mos (+1 -3)
sjoelund.se 2012-10-09 09:38 Rev.: 13267

- Fix UTF-8/Tab errors

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/msl22: Test3PhaseSystemTotal.mo (+1 -1)
alash325 2012-10-01 20:14 Rev.: 13126

_Moved mosfiles-msl22 from testsuite to simulation/modelica/ and renamed to msl22 plus update the Makefile

5183 lines of code changed in 57 files:

  • testsuite/simulation/modelica/msl22: Backlash.mos (new 29), BearingFrictionTest.mo (new 18), BearingFrictionTest.mos (new 29), BooleanModel.mo (new 11), Circuit1.mos (new 32), DCMotorBlocks.mos (new 29), DCMotorDeadzone.mos (new 29), DCMotorRotational.mos (new 29), ElasticBearing.mos (new 29), First.mos (new 29), FuncCross.mo (new 20), FuncCross.mos (new 24), Gear.mos (new 36), Gear2.mos (new 36), IdealGear.mos (new 34), IdealGearBrake.mos (new 35), InitTest.mo (new 14), InitTest.mos (new 28), InitTest3Phase.mo (new 471), InputOutput.mo (new 9), InputOutput.mos (new 28), LargeSteps.mo (new 5), LossyGear1.mo (new 6), LossyGear1.mos (new 37), Makefile (new 84), MatrixTest.mo (new 9), MatrixTest.mos (new 24), NonLinsys.mo (new 22), NonLinsys.mos (new 96), NonLinsys2.mo (new 8), NonLinsys3.mo (new 8), NonLinsys4.mo (new 30), Shaft.mos (new 26), SineAccelerate.mos (new 29), SineSpeed.mos (new 29), SineTorque.mos (new 29), SineTorque2inertias.mos (new 29), SpringMass.mos (new 28), StepTorque.mos (new 29), Tank.mos (new 29), Test3PhaseInit.mos (new 99), Test3PhaseInitOver.mos (new 99), Test3PhaseInitParam.mos (new 100), Test3PhaseStart.mos (new 99), Test3PhaseSystemTotal.mo (new 2033), TestModels.mo (new 870), TimeVaryingLinsys.mo (new 10), TimeVaryingLinsys.mos (new 35), TrapezoidTest.mo (new 14), TrapezoidTest.mos (new 31), WeakAxis.mos (new 32), avg.mo (new 14), avg.mos (new 20), blockssources.mos (new 88), simulation2.mos (new 43), tupleTest.mo (new 18), tupleTest.mos (new 22)
alash325 2012-10-01 19:42 Rev.: 13123

- Deleted wrong works

0 lines of code changed in 57 files:

  • testsuite/simulation/modelica/msl22: Backlash.mos (del), BearingFrictionTest.mo (del), BearingFrictionTest.mos (del), BooleanModel.mo (del), Circuit1.mos (del), DCMotorBlocks.mos (del), DCMotorDeadzone.mos (del), DCMotorRotational.mos (del), ElasticBearing.mos (del), First.mos (del), FuncCross.mo (del), FuncCross.mos (del), Gear.mos (del), Gear2.mos (del), IdealGear.mos (del), IdealGearBrake.mos (del), InitTest.mo (del), InitTest.mos (del), InitTest3Phase.mo (del), InputOutput.mo (del), InputOutput.mos (del), LargeSteps.mo (del), LossyGear1.mo (del), LossyGear1.mos (del), Makefile (del), MatrixTest.mo (del), MatrixTest.mos (del), NonLinsys.mo (del), NonLinsys.mos (del), NonLinsys2.mo (del), NonLinsys3.mo (del), NonLinsys4.mo (del), Shaft.mos (del), SineAccelerate.mos (del), SineSpeed.mos (del), SineTorque.mos (del), SineTorque2inertias.mos (del), SpringMass.mos (del), StepTorque.mos (del), Tank.mos (del), Test3PhaseInit.mos (del), Test3PhaseInitOver.mos (del), Test3PhaseInitParam.mos (del), Test3PhaseStart.mos (del), Test3PhaseSystemTotal.mo (del), TestModels.mo (del), TimeVaryingLinsys.mo (del), TimeVaryingLinsys.mos (del), TrapezoidTest.mo (del), TrapezoidTest.mos (del), WeakAxis.mos (del), avg.mo (del), avg.mos (del), blockssources.mos (del), simulation2.mos (del), tupleTest.mo (del), tupleTest.mos (del)
alash325 2012-09-28 10:17 Rev.: 13080

- Moved testsuite/mofiles-msl22 to testsuite/simulation/modelica

0 lines of code changed in 57 files:

  • testsuite/simulation/modelica/msl22: Backlash.mos (new), BearingFrictionTest.mo (new), BearingFrictionTest.mos (new), BooleanModel.mo (new), Circuit1.mos (new), DCMotorBlocks.mos (new), DCMotorDeadzone.mos (new), DCMotorRotational.mos (new), ElasticBearing.mos (new), First.mos (new), FuncCross.mo (new), FuncCross.mos (new), Gear.mos (new), Gear2.mos (new), IdealGear.mos (new), IdealGearBrake.mos (new), InitTest.mo (new), InitTest.mos (new), InitTest3Phase.mo (new), InputOutput.mo (new), InputOutput.mos (new), LargeSteps.mo (new), LossyGear1.mo (new), LossyGear1.mos (new), Makefile (new), MatrixTest.mo (new), MatrixTest.mos (new), NonLinsys.mo (new), NonLinsys.mos (new), NonLinsys2.mo (new), NonLinsys3.mo (new), NonLinsys4.mo (new), Shaft.mos (new), SineAccelerate.mos (new), SineSpeed.mos (new), SineTorque.mos (new), SineTorque2inertias.mos (new), SpringMass.mos (new), StepTorque.mos (new), Tank.mos (new), Test3PhaseInit.mos (new), Test3PhaseInitOver.mos (new), Test3PhaseInitParam.mos (new), Test3PhaseStart.mos (new), Test3PhaseSystemTotal.mo (new), TestModels.mo (new), TimeVaryingLinsys.mo (new), TimeVaryingLinsys.mos (new), TrapezoidTest.mo (new), TrapezoidTest.mos (new), WeakAxis.mos (new), avg.mo (new), avg.mos (new), blockssources.mos (new), simulation2.mos (new), tupleTest.mo (new), tupleTest.mos (new)
Generated by StatSVN 0.7.0