Opened 8 years ago

Closed 3 years ago

#3739 closed defect (fixed)

Compilation errors for MSL trunk

Reported by: martin.otter@… Owned by: somebody
Priority: blocker Milestone: 1.16.0
Component: *unknown* Version: v1.9.4-dev-nightly
Keywords: Cc:

Description

The following models have compilation errors for MSL trunk with OpenModelica 1.9.4-dev.beta2-120 (2016-03-02 03:29):

Modelica.Mechanics.Rotational.Examples.GenerationOfFMUs
The given system is mixed-determined. [index > 3]
Please checkout the option "+maxMixedDeterminedIndex".

Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot
[Modelica.Mechanics.MultiBody.Visualizers.FixedShape: 1979:8-1980:83]: PartialModelicaServices is partial, name lookup is not allowed in partial classes.
Replacing in Modelica.Mechanics.Rotational.Components.BearingFriction the function calls Modelica.Math.Vectors.interpolate(..) by the previous implementation Modelica.Math.tempInterpol1(..) gives the following error:
Too much equations - overdetermined system. The model has 701 equations and 695 variables.
Ticket already opend by Martin S.: https://trac.openmodelica.org/OpenModelica/ticket/3738

Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator
Too many equations

Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase
Too many equations

Modelica.Magnetic.FluxTubes.Examples.Hysteresis.ThreePhaseTransformerWithRectifier

Initialization problem is structurally singular, error found sorting equations

Modelica.Fluid.Examples.HeatingSystem
Warnings and then OpenModelica hangs

Modelica.Utilities.Examples.ReadRealMatrixFromFile
OMEdit crashes

Change History (6)

comment:1 Changed 8 years ago by sjoelund.se

  • Milestone changed from 1.9.4 to 1.9.5

Milestone pushed to 1.9.5

comment:2 Changed 8 years ago by sjoelund.se

  • Milestone changed from 1.9.5 to 1.10.0

Milestone renamed

comment:3 Changed 7 years ago by sjoelund.se

  • Milestone changed from 1.10.0 to 1.11.0

Ticket retargeted after milestone closed

comment:4 Changed 7 years ago by sjoelund.se

  • Milestone changed from 1.11.0 to 1.12.0

Milestone moved to 1.12.0 due to 1.11.0 already being released.

comment:5 in reply to: ↑ description Changed 7 years ago by casella

  • Milestone changed from 1.12.0 to 2.0.0
  • Priority changed from high to blocker

Replying to martin.otter@…:
Update taken from https://libraries.openmodelica.org/branches/master/Modelica_3.2.2/Modelica_3.2.2.html

The following models have compilation errors for MSL trunk with OpenModelica 1.9.4-dev.beta2-120 (2016-03-02 03:29):

Modelica.Mechanics.Rotational.Examples.GenerationOfFMUs
The given system is mixed-determined. [index > 3]
Please checkout the option "+maxMixedDeterminedIndex".

Still present.

Modelica.Fluid.Examples.HeatingSystem
Warnings and then OpenModelica hangs

Still has issues, see #4316

Modelica.Utilities.Examples.ReadRealMatrixFromFile
OMEdit crashes

Now the issue is

[SimCode/SimCodeUtil.mo:0:0-0:0:writable] Error: Internal error function createSimCode failed [Transformation from optimised DAE to simulation code structure failed]

All other issues were solved

comment:6 Changed 3 years ago by perost

  • Milestone changed from 2.0.0 to 1.16.0
  • Resolution set to fixed
  • Status changed from new to closed

All the mentioned models now simulate correctly except for HeatingSystem which still has some issues. I'll close this ticket since HeatingSystem is covered by #3200.

Note: See TracTickets for help on using tickets.