Timeline


and

2020-05-29:

18:57 Changeset in OpenModelica [f0d79210]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by hudson <openmodelica@…>
  • 1 edit in libraries

Updated libraries

  • libraries 712bdb9...b1581bc (2):

    Bump libraries
    Buildings 7.0.0

17:44 Ticket #5992 (Singelton uniontypes containing non-singelton uniontypes are not ...) created by johti17
Singelton uniontypes containing a non singleton uniontype is not …
16:41 Changeset in OpenModelica [419f112]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Lennart Ochel <lennart.ochel@…>
  • 10 edits
    5 adds in /

[C-runtime] Adding CVODE

For trac ticket 5830.

  • Adding Sundials CVODE v2.8.2 as integration method for C runtime. Use method="cvode" in OMEdit or -s=cvode when running the executable.
  • Possible to choose integrator method:
    • For stiff problems [default]: -cvodeLinearMultistepMethod=CV_BDF -cvodeNonlinearSolverIteration=CV_NEWTON.
    • For non-stiff problems: -cvodeLinearMultistepMethod=CV_ADAMS -cvodeNonlinearSolverIteration=CV_FUNCTIONAL.
  • Added tests for CVODE to testsuite.
    • problem2 still failing

Additional changes to existing files:

  • Added check in printSparseStructure to check for NULL.
  • Fixed warnings during compilation of some infoStreamPrint calls.
  • Added new flags to choose CVODE solver and set some settings.
  • Changed debug print in ida_solver.c to use LOG_SOLVER_V instead of LOG_DASSL_STATES.
  • Added CVODE to solver_main.c.
  • Addapted build system to add libsundials_cvodes.* to runtime.

Still WIP:

  • Use colored dense numberic Jacobian instead of internal dense Jacobian from CVODE
15:05 Changeset in OpenModelica [03832ba] by AnHeuermann <andreas.heuermann@…>
  • 10 edits
    5 adds in /

[C-runtime] Adding CVODE

For trac ticket 5830.

  • Adding Sundials CVODE v2.8.2 as integration method for C runtime. Use method="cvode" in OMEdit or -s=cvode when running the executable.
  • Possible to choose integrator method:
    • For stiff problems [default]: -cvodeLinearMultistepMethod=CV_BDF -cvodeNonlinearSolverIteration=CV_NEWTON.
    • For non-stiff problems: -cvodeLinearMultistepMethod=CV_ADAMS -cvodeNonlinearSolverIteration=CV_FUNCTIONAL.
  • Added tests for CVODE to testsuite.
    • problem2 still failing

Additional changes to existing files:

  • Added check in printSparseStructure to check for NULL.
  • Fixed warnings during compilation of some infoStreamPrint calls.
  • Added new flags to choose CVODE solver and set some settings.
  • Changed debug print in ida_solver.c to use LOG_SOLVER_V instead of LOG_DASSL_STATES.
  • Added CVODE to solver_main.c.
  • Addapted build system to add libsundials_cvodes.* to runtime.

Still WIP:

  • Use colored dense numberic Jacobian instead of internal dense Jacobian from CVODE
14:10 Changeset in OpenModelica [e293f5a]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by perost <perost86@…>
  • 12 edits in OMCompiler/Compiler/NFFrontEnd

[NF] Flat Modelica improvements.

  • Simplify away subscripts when devectorizing calls if possible.
  • Recheck whether a subscript is a slice or not after modifying the contained expression via e.g. Subscript.map.
  • Only dump 'input' prefix for top-level components.
  • Dump type attributes for components in e.g. functions.
  • Dump 'public' for public elements, otherwise everything will be private after the first private element.
  • Fix dumping of array dimensions which was using normal toString.
  • Change more dump functions to use IOStream.
13:19 Changeset in OpenModelica [cb30381] by Per Östlund <perost86@…>
  • 12 edits in OMCompiler/Compiler/NFFrontEnd

[NF] Flat Modelica improvements.

  • Simplify away subscripts when devectorizing calls if possible.
  • Recheck whether a subscript is a slice or not after modifying the contained expression via e.g. Subscript.map.
  • Only dump 'input' prefix for top-level components.
  • Dump type attributes for components in e.g. functions.
  • Dump 'public' for public elements, otherwise everything will be private after the first private element.
  • Fix dumping of array dimensions which was using normal toString.
  • Change more dump functions to use IOStream.

2020-05-28:

22:37 Ticket #5991 (NF cannot evaluate structural parameter during NFTyping.typeComponents) created by casella
There are over 50 models in the Buildings library that fail for the …
22:33 Ticket #5990 (NFScalarize.scalarizeVariable fails in Buildings example) created by casella
Please check …
22:29 Ticket #5989 (Issue with NF and evalSub in Buildings) created by casella
Please check …
22:23 Ticket #5988 (NF fails with no error message during NFTyping.typeComponents when ...) created by casella
Please check …
22:21 Ticket #5987 (Ragged arrays not yet supported by the NF) created by casella
Please check …
19:36 Changeset in OpenModelica [777e83a]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by hudson <openmodelica@…>
  • 1 edit in libraries

Updated libraries

  • libraries 8e18a8a...712bdb9 (2):

    Bump libraries
    Bump libraries

19:25 Changeset in OpenModelica [e84fce5]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 33 edits in OMCompiler/Compiler/NFFrontEnd

NFClass is now a uniontype (#910)

17:52 Changeset in OpenModelica [69b5c63] by johti <johti17@…>
  • 33 edits in OMCompiler/Compiler/NFFrontEnd

NFClass is now a uniontype

14:16 Ticket #5974 (OMEdit allows a second simulation to run before first one has quit ...) reopened by casella
Replying to timswait@…: > Also the simulation setup …
12:53 Ticket #5986 (Can't open wsl path from OMEdit under Windows) created by AnHeuermann
Under newer Windows 10 builds the Windows Subsystem for Linux (WSL) is …
12:32 Ticket #5969 (Export FMUs without sources) closed by lochel
fixed
09:20 Changeset in OpenModelica [c938f04e]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 6 edits in OMCompiler

Cleanup log files in black box FMUs (#906)

  • cleanup black box FMUs
  • fix issues with premature file quoting on Windows

Co-authored-by: Lennart Ochel <lennart.ochel@…>
Co-authored-by: Adrian Pop <adrian.pop@…>

2020-05-27:

20:18 Changeset in OpenModelica [39008d06]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by perost <perost86@…>
  • 2 edits
    1 add in /

[NF] Handle wildcard crefs in transferSubscripts.

19:17 Changeset in OpenModelica [a1d0d101] by Per Östlund <perost86@…>
  • 2 edits
    1 add in /

[NF] Handle wildcard crefs in transferSubscripts.

17:50 Changeset in OpenModelica [8061c64] by Adrian Pop <adrian.pop@…>
  • 3 edits in OMCompiler

fix issues with premature file quoting on Windows

  • do not quote Windows filename prematurely, do it in System.systemCall as otherwise System.removeFile and some other file calls will not work on the quoted path
  • add some commente debugging code for omc_file.c when deleting
14:25 Ticket #5920 (UnitDefinitions are missing in modelDescription.xml) closed by casella
fixed
14:25 Ticket #5845 (FMU export not creating UnitDefinitions section in ModelDescription.xml) closed by casella
fixed: Since this is a blocker ticket and we are close to the release date, I …
11:57 Changeset in OpenModelica [6ac7c593] by Lennart Ochel <lennart.ochel@…>
  • 1 edit in OMCompiler/Compiler/Script/CevalScriptBackend.mo

Don't disable configureFMU

11:36 Changeset in OpenModelica [2bfe590] by Lennart Ochel <lennart.ochel@…>
  • 2 edits in OMCompiler/Compiler/SimCode

Fix problem with info.json

09:54 Changeset in OpenModelica [1d9918b5] by Lennart Ochel <lennart.ochel@…>
  • 5 edits in OMCompiler/Compiler

export config flag FMI_FILTER to SimCodeTV.mo

09:54 Changeset in OpenModelica [6c93da82] by Lennart Ochel <lennart.ochel@…>
  • 1 edit in OMCompiler/Compiler/Script/CevalScriptBackend.mo

allow ConfigureFMU and not remove static.log

09:54 Changeset in OpenModelica [54dd057] by Lennart Ochel <lennart.ochel@…>
  • 4 edits in OMCompiler/Compiler

#5983 Cleanup black box FMUs

08:53 Ticket #5936 (Simulation statistics) closed by lluc@…
fixed
00:40 Changeset in OpenModelica [d00ac6bc]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by hudson <openmodelica@…>
  • 1 edit in libraries

Updated libraries

  • libraries a260df3...8e18a8a (2):

    Bump libraries
    add MEV library

2020-05-26:

20:27 Changeset in OpenModelica [7232ad8e]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 11 edits
    1 add in /

add unit definitions to the modelDescription.xml (#896)

18:34 Changeset in OpenModelica [673116c] by Lennart Ochel <lennart.ochel@…>
  • 1 edit in OMCompiler/Compiler/FrontEnd/MetaModelicaBuiltin.mo

WIP

18:26 Changeset in OpenModelica [d20597da] by Lennart Ochel <lennart.ochel@…>
  • 3 edits in OMCompiler/Compiler

Try again with realAlmostEq

17:49 Ticket #5970 (Compile error on array of models with expandable connector) closed by perost
fixed: Fixed in bca2d571.
17:46 Changeset in OpenModelica [7388aef]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by perost <perost86@…>
  • 3 edits
    1 add in /

[NF] Improve expandable connectors.

  • Handle expandable connectors in complex arrays better.
17:23 Changeset in OpenModelica [3afe1e9f] by Lennart Ochel <lennart.ochel@…>
  • 3 edits in OMCompiler/Compiler

Fix realAlmostEq

17:02 Changeset in OpenModelica [bca2d571] by Per Östlund <perost86@…>
  • 3 edits
    1 add in /

[NF] Improve expandable connectors.

  • Handle expandable connectors in complex arrays better.
16:45 Changeset in OpenModelica [9b8984c] by Lennart Ochel <lennart.ochel@…>
  • 3 edits in OMCompiler/Compiler

Add realAlmostEq

15:59 Changeset in OpenModelica [6fed5ce5]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by perost <perost86@…>
  • 6 edits in OMCompiler/Compiler

[NF] Fix flat Modelica dumping.

  • Fix flat Modelica dumping so that it's done before scalarization, otherwise it doesn't work correctly.
15:31 Changeset in OpenModelica [8011338f] by Lennart Ochel <lennart.ochel@…>
  • 2 edits in OMCompiler/Compiler/Template

Use realEq

15:15 Ticket #5980 (OMC Spins forever if components are mutally recursive) closed by johti17
fixed: Fixed in …
14:59 Changeset in OpenModelica [d655917] by Per Östlund <perost86@…>
  • 6 edits in OMCompiler/Compiler

[NF] Fix flat Modelica dumping.

  • Fix flat Modelica dumping so that it's done before scalarization, otherwise it doesn't work correctly.
14:46 Changeset in OpenModelica [946d35c5]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 2 edits
    4 adds in /

Check for mutally cyclic components for MM (#902)

  • Avoid reodering but check cycles for MM
  • Added tests for mutally recursive constants for MM
14:35 Changeset in OpenModelica [4d44b401] by arun3688 <rain100falls@…>
  • 1 edit in OMCompiler/Compiler/Template/CodegenFMUCommon.tpl

update offset in BaseUnits

14:12 Changeset in OpenModelica [ebee799] by arun3688 <rain100falls@…>
  • 1 edit
    1 add in testsuite/openmodelica/fmi/ModelExchange/2.0

add small testcase to check unitDefinitions

14:08 Changeset in OpenModelica [e35ca80] by arun3688 <rain100falls@…>
  • 4 edits in /

fix factor calculation and update expected output

13:40 Changeset in OpenModelica [7c0e139a] by johti <johti17@…>
  • 1 edit
    4 adds in testsuite/metamodelica/meta

Added tests for mutally recursive constants for MM

13:37 Changeset in OpenModelica [979b43b]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adeel Asghar <adeel.asghar@…>
  • 2 edits in OMEdit

Use PRE_TARGETDEPS to recompile OMEdit executable if needed

13:33 Changeset in OpenModelica [a908a454]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adeel Asghar <adeel.asghar@…>
  • 6 edits in OMEdit/OMEditLIB

Enable text editing for OMSimulator models

Right now its only possible to do the text change at the model level.
This uses the oms_loadSnapshot API. The whole model is reloaded.

13:32 Changeset in OpenModelica [2a7b5004]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adeel Asghar <adeel.asghar@…>
  • 4 edits in /

Added support for new fmi export flags --fmiFilter and --fmiSources

Fixes ticket:3105 and ticket:5969
Added --fmiFilter options descriptions.
Change description of --fmiFilter.
Disable "Include Source Code" checkbox if filter is blackBox.

13:05 Changeset in OpenModelica [2a4e7f17] by Adeel Asghar <adeel.asghar@…>
  • 2 edits in OMEdit

Use PRE_TARGETDEPS to recompile OMEdit executable if needed

11:02 Changeset in OpenModelica [4cbadb3] by arun3688 <rain100falls@…>
  • 4 edits in testsuite

Expected Output

11:02 Changeset in OpenModelica [8dc57ae5] by arun3688 <rain100falls@…>
  • 5 edits in OMCompiler/Compiler

Export UnitDefinition data in modeldescription.xml

11:02 Changeset in OpenModelica [1c4f0e48] by arun3688 <rain100falls@…>
  • 1 edit in OMCompiler/Compiler/SimCode/SimCodeUtil.mo

catch the units that are not valid

11:02 Changeset in OpenModelica [8b7ce086] by arun3688 <rain100falls@…>
  • 4 edits in OMCompiler/Compiler

add new dataStructures for UnitDefinitions to export in modelDescription.xml

10:43 Ticket #5985 (Code foldings for ssp source code) created by adeas31
Code folding for xml nodes would help a lot, especially because text …
10:42 Ticket #5984 (OMSimulator text editing enhancements) created by adeas31
* It would be good to indicate if a text view is in fact not editable. …
08:26 Ticket #5983 (Cleanup black box FMUs) created by lochel
FMUs contain log files and additional information for the …
02:04 Ticket #5982 (Support macros text strings within diagrams) created by casella
The Modelica Specification, …

2020-05-25:

23:52 Changeset in OpenModelica [90d12d4] by johti <johti17@…>
  • 1 edit in OMCompiler/Compiler/FrontEnd/InstUtil.mo

Avoid reodering but check cycles for MM

23:31 Ticket #5951 (OMC build time has increased) closed by casella
fixed: Given @adrpo's report, I would tentatively close this ticket. Feel …
23:01 Ticket #5981 (OMEdit does not handle correctly modified inherited parameters) created by casella
Please check the attached test package. Open the model S and …
20:46 Ticket #5978 (Unable to pass argument to nested function defined as argument) closed by perost
invalid: FunctionPass3.Functions.InnerFun() is a function call, which fails …
20:08 Ticket #5807 (Start value for final parameters with fixed=false is ignored) closed by casella
fixed: The original problem was solved, now I can get this to run correctly …
19:43 Ticket #5974 (OMEdit allows a second simulation to run before first one has quit ...) closed by casella
fixed: Doing this properly is not completely trivial. If we disable the …
19:29 Changeset in OpenModelica [b7ab1929]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by hudson <openmodelica@…>
  • 1 edit in libraries

Updated libraries

  • libraries 36e3f3a...a260df3 (1):

    Bump libraries

18:23 Ticket #5980 (OMC Spins forever if components are mutally recursive) created by johti17
Code like: […] Results in the omc spinning forever if it is used …
17:50 Changeset in OpenModelica [aa8e80b]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by perost <perost86@…>
  • 3 edits in OMCompiler/Compiler/NFFrontEnd

Flat modelica output improvements.

  • Don't quote time.
  • Handle builtin call names correctly.
17:44 Changeset in OpenModelica [4737bf65]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 26 edits in OMCompiler/Compiler/NFFrontEnd

NFBinding is now a Uniontype instead of pkt/ut hybrid (#900)

17:33 Changeset in OpenModelica [347457cb] by johti <johti17@…>
  • 1 edit in OMCompiler/Compiler/FrontEnd/InstUtil.mo

Check for mutally cyclic components for MM

17:13 Ticket #5979 (OMEdit dies when checking model with mutually recursive constants) created by johti17
Consider the following model […] I am on Windows using …
17:11 Ticket #5769 (Initialization of HeatingSystem model broken because of questionable ...) closed by Karim.Abdelhak
fixed: I tested this with OMCompiler v1.16.0-dev.400+gfc2c716261 and …
16:58 Ticket #5978 (Unable to pass argument to nested function defined as argument) created by dariomangoni@…
I have an outer function that have: - a Real argument - a function …
16:46 Changeset in OpenModelica [b4ad575] by Per Östlund <perost86@…>
  • 3 edits in OMCompiler/Compiler/NFFrontEnd

Flat modelica output improvements.

  • Don't quote time.
  • Handle builtin call names correctly.
16:37 Changeset in OpenModelica [19133eb] by johti <johti17@…>
  • 26 edits in OMCompiler/Compiler/NFFrontEnd

NFBinding is now a Uniontype instead of pkt/ut hybrid

16:19 Changeset in OpenModelica [d0b18bfc] by Lennart Ochel <lennart.ochel@…>
  • 1 edit in libraries

Patch a unit string in Modelica 3.1/Mechanics/Translational.mo

16:18 Changeset in OpenModelica [3ab5efe]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by hudson <openmodelica@…>
  • 1 edit in libraries

Updated libraries

  • libraries 26d8376...36e3f3a (1):

    Patch a unit string in Modelica 3.1/Mechanics/Translational.mo

16:11 Changeset in OpenModelica [5c1cf16]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by perost <perost86@…>
  • 16 edits in OMCompiler/Compiler

[NF] Enable flat output with instantiateModel.

  • Break out the instantiateModel handling from CevalScriptBackend.cevalInteractiveFunctions3 to its own function and make it handle flat modelica output when -f is set.
  • Change NFInst.instClassInProgram to return NF structures instead of DAE, and convert to DAE in CevalScriptBackend.runFrontEndWork instead.
  • Rename getCommentsFromSource to getComments in ElementSource, since the FromSource part can be inferred from it being in ElementSource.
  • Added ElementSource.getOptComment to fetch the first added comment.
  • Simplify flat model handling by changing the Comment in FlatModel into a ElementSource, to also embed the SourceInfo in the flat model.
  • Remove the name of the class from all the execStat calls in the NF except for the first to simplify the interface between the modules, since it doesn't provide any extra information.
16:05 Ticket #5977 (Schedule for 1.16.0 release) created by casella
After today's discussion at the devmeeting, we agreed on this …
15:08 Changeset in OpenModelica [10ee4db] by Per Östlund <perost86@…>
  • 16 edits in OMCompiler/Compiler

[NF] Enable flat output with instantiateModel.

  • Break out the instantiateModel handling from CevalScriptBackend.cevalInteractiveFunctions3 to its own function and make it handle flat modelica output when -f is set.
  • Change NFInst.instClassInProgram to return NF structures instead of DAE, and convert to DAE in CevalScriptBackend.runFrontEndWork instead.
  • Rename getCommentsFromSource to getComments in ElementSource, since the FromSource part can be inferred from it being in ElementSource.
  • Added ElementSource.getOptComment to fetch the first added comment.
  • Simplify flat model handling by changing the Comment in FlatModel into a ElementSource, to also embed the SourceInfo in the flat model.
  • Remove the name of the class from all the execStat calls in the NF except for the first to simplify the interface between the modules, since it doesn't provide any extra information.
15:02 Ticket #5968 (Support for self recursive constants in Uniontypes) closed by johti17
fixed: Fixed in https://github.com/OpenModelica/OpenModelica/pull/890
15:01 Changeset in OpenModelica [edc4067c]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 6 edits
    2 adds in /

Recursive constants in ut (#890)

  • Do not check for self recursive components in UT
  • Added tests for self recursive ut
  • Inst UT temporary in InstVar. Fixed testsuite
11:41 Changeset in OpenModelica [9312e19d] by johti <johti17@…>
  • 1 edit in OMCompiler/Compiler/FrontEnd/NFSCodeCheck.mo

Removed unused code

11:38 Changeset in OpenModelica [09a27e2] by johti <johti17@…>
  • 2 edits in OMCompiler/Compiler/FrontEnd

Removed unused code

10:44 Changeset in OpenModelica [0302062] by johti <johti17@…>
  • 3 edits in /

Inst UT temporary in InstVar. Fixed testsuite

2020-05-24:

13:07 Changeset in OpenModelica [72988c73] by Adeel Asghar <adeel.asghar@…>
  • 4 edits in /

Added support for new fmi export flags --fmiFilter and --fmiSources

Fixes ticket:3105 and ticket:5969
Added --fmiFilter options descriptions.
Change description of --fmiFilter.
Disable "Include Source Code" checkbox if filter is blackBox.

2020-05-23:

19:29 Changeset in OpenModelica [4c967e0a]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by hudson <openmodelica@…>
  • 1 edit in libraries

Updated libraries

  • libraries 1f11291...26d8376 (2):

    Bump libraries
    Bump libraries

19:26 Ticket #5976 (Impossible to set parameters with units different from displayUnit ...) created by ceraolo
Consider the following model: […] From the GUI it seems possible …
19:05 Ticket #5975 (Numerical problems with initialization of thermofluid model in ...) created by hendrikjob98@…
Hi, I'm new to OM. So I hope, that this issue can be solve by more …
13:39 Ticket #5974 (OMEdit allows a second simulation to run before first one has quit ...) created by julian@…
If you click on the Simulate button while a simulation is already …

2020-05-22:

19:50 Changeset in OpenModelica [d43852ab]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 2 edits in /

Update OMSimulator (#895)

  • Update OMSimulator
  • Update expected output
19:47 Ticket #5973 (Make it possible to enable custom set of runtime flags in FMUs) created by lochel
It is important to be able to customize runtime flags for FMUs. This …
18:27 Changeset in OpenModelica [8060831] by Lennart Ochel <lennart.ochel@…>
  • 1 edit in testsuite/omsimulator/test03.mos

Expected output

17:38 Ticket #5972 (Bad display of diagrams in plot perspective when inheritance is involved) created by ceraolo
Consider the attached Diagviewissue.mo Display of M is totally wrong …
15:38 Changeset in OpenModelica [2f51f4e] by Lennart Ochel <lennart.ochel@…>
  • 1 edit in OMSimulator

Update OMSimulator

13:49 Ticket #5971 (TLM pendulum example error) created by lluc@…
When executing the pendulum example as in …
Note: See TracTimeline for information about the timeline view.