Changes between Version 7 and Version 8 of CoverageIssues


Ignore:
Timestamp:
2016-04-08T14:02:04+02:00 (8 years ago)
Author:
wbraun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CoverageIssues

    v7 v8  
    5555[[Image(https://test.openmodelica.org/libraries/history/MSL_3.2.1_cpp-trend.svg, link=https://test.openmodelica.org/libraries/MSL_3.2.1_cpp/BuildModelRecursive.html, 550px)]]
    5656
    57 * Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD
    58 * Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair
    59 * Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings
    60 * Modelica.Fluid.Examples.HeatingSystem
    61 * Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase
     57Following 5 models are missing for the full coverage of the cRuntime here.
     58 
     59* [https://test.openmodelica.org/libraries/MSL_3.2.1/files/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.err Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD]
     60  * fails with alarm clock
     61  * works in our testsuite, because omcTearing is used
     62  * IndexReduction seems okay
     63  * works with a different sorting -> {{{+preOptModules+=sortEqnsVars}}}
     64  * -> probably really a tearing issue of select corrent iteration variable
     65
     66* [https://test.openmodelica.org/libraries/MSL_3.2.1/files/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.err Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase]
     67  * singular linear system while simulation, initialization is solved via totalpivot
     68  * works with different sorting -> {{{+preOptModules+=sortEqnsVars}}} or other remove simple equation module {{{+removeSimpleEquations=none|new}}}
     69  * fails without tearing
     70  * -> most likely an IndexReduction issue [#3691]
     71
     72* [https://test.openmodelica.org/libraries/MSL_3.2.1/files/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.err Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair]
     73  * Combination of Nonlinear and Dassl > initialization passes -> solver
     74  * the algebraic loops differs a lot compared with dymola 52 varibale and we have 29.
     75  * IndexReduction seems okay.
     76  * -> perhaps bad algorithm handling
     77
     78* [https://test.openmodelica.org/libraries/MSL_3.2.1/files/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.err Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings]
     79  * non-linear system fails at initialization
     80  * dymola also struggles with it
     81  * -> stream handling, non-linear solver issue or model error
     82 
     83* [https://test.openmodelica.org/libraries/MSL_3.2.1/files/Modelica.Fluid.Examples.HeatingSystem.err Modelica.Fluid.Examples.HeatingSystem]
     84  * non-linear system fails at initialization
     85  * has dynamic stateSelection, but even with "stateSelect" always on dymola states it fails.
     86  * non-linear problem that fails is mixed
     87  * homotopy is used
     88  * -> perhaps mixed non-linear problem or homotopy handling
    6289
    6390== [...] ==