Timeline


and

2020-01-31:

23:45 Ticket #5817 (Usage of three-phase Aron sensor got problematic last December 2019) created by ceraolo
Consider attached models InvSW and InvSWaron. They differ only for an …
19:49 Changeset in OpenModelica [533e9a8]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 2 edits in /

Update OMSens submodules

19:04 Changeset in OpenModelica [11d9e19] by Adeel Asghar <adeel.asghar@…>
  • 2 edits in /

Update OMSens submodules

16:03 Ticket #5816 (Issues with icon extents in diagrams) created by casella
Please check the attached test package, which reproduces issues I'm …
15:13 Ticket #5815 (OMEdit not showing results) created by dersh
After a recent upgrade (both 1.16.0~dev-146 and 1.16.0~dev-154) I …
14:35 Ticket #5814 (for loop in algorithm section gets wrong values) created by r8KZbITHbJBHykci96Mg@…
The following example is a simple demonstration of the bug. […] …
13:43 Changeset in OpenModelica [df40f2b9]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

Pass arguement by value for make_inde_spec (#709)

  • Ideally this should accept by pointer. However, the way we have

it now it does not always get an lvalue to pass around. Sometimes
it gets a function call as arguement.

  • Until we normalize all array ops to return to a tmp variable and then provide that variable for further usage, we have to do this.
13:31 Ticket #5754 (Bad error message in SimCodeFunctionUtil.lookForExtFunctionLibrary) closed by sjoelund.se
fixed: https://github.com/OpenModelica/OpenModelica/pull/708
13:30 Changeset in OpenModelica [9a86b549]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 1 edit in OMCompiler/Compiler/SimCode/SimCodeFunctionUtil.mo

Fix error message (#708)

Library not found despite compilation success did not pass the required
arguments.

https://trac.openmodelica.org/OpenModelica/ticket/5754

12:16 Changeset in OpenModelica [de351ee] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 6 edits in OMCompiler

Pass arguement by value for make_inde_spec

  • Ideally this should accept by pointer. However, the way we have it now it does not always get an lvalue to pass around. Sometimes it gets a function call as arguement.
  • Until we normalize all array ops to return to a tmp variable and then provide that variable for further usage, we have to do this.
11:17 Changeset in OpenModelica [d0224bc6] by Martin Sjölund <martin.sjolund@…>
  • 1 edit in OMCompiler/Compiler/SimCode/SimCodeFunctionUtil.mo

Fix error message

Library not found despite compilation success did not pass the required
arguments.

https://trac.openmodelica.org/OpenModelica/ticket/5754

10:47 Changeset in OpenModelica [7de2014c]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 4 edits in OMCompiler/SimulationRuntime/cpp

[cppRuntime] use C- codegen as default in OMC C-Api library

10:42 Changeset in OpenModelica [436b9b06] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 1 edit in OMCompiler/Compiler/SimCode/SimCodeFunctionUtil.mo

Remove bind from outside markings for default constructors.

  • The default constructor should not use outside bindings.
  • constructors with outisde inputs are generated explicitly with a name that contains the index of the variable.
  • We remove the outside binding markings from the types_vars even for the default constructor so that they are not picked by the codegen function when generating the body for the default constructors.

2020-01-30:

20:28 Changeset in OpenModelica [9ff2eee8]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/OMEditLIB

Enable OMSens menu items except on MAC

Send the proper data to OMSens backend

20:28 Changeset in OpenModelica [9aeb014]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@…>
  • 1 edit in Makefile.omdev.mingw

Added a target to copy OMSens to build directory on Windows

18:39 Changeset in OpenModelica [b7cab80] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in Makefile.omdev.mingw

Added a target to copy OMSens to build directory on Windows

18:31 Changeset in OpenModelica [d0d5b70] by Adeel Asghar <adeel.asghar@…>
  • 2 edits in OMEdit/OMEditLIB

Enable OMSens menu items except on MAC

Send the proper data to OMSens backend

17:41 Ticket #5813 (Improve selection of start attributes for alias variables) created by casella
The selection of start attributes in alias variable sets is a crucial …
16:35 Changeset in OpenModelica [f30f7a7]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 3 edits in OMCompiler

Simple fix for normalizing pass by value usage in binary array operations. (#697)

  • Make parameter passing more consistent.
15:32 Ticket #5810 (Mac OMEdit fails to build) closed by dersh
fixed
14:53 Ticket #5802 (handling of causality="none" for FMI -2.0) closed by lochel
fixed
14:52 Changeset in OpenModelica [6a33916d]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
    1 add in /

Fix ticket:5802 to handle causality=none for FMI2.0 (#684)

13:38 Ticket #5812 (Start values lost in big power plant initialization) created by casella
When trying to simulate …
11:50 Ticket #5811 (Install OMC for Jenkins in the most problematic paths) created by casella
OMC has always been plagued by issues in the installation and working …
11:15 Changeset in OpenModelica [56aa705d] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 3 edits in OMCompiler

Simple fix for normalizing pass by value usage in binary array operations.

  • Make parameter passing more consistent.
10:11 Changeset in OpenModelica [d743202] by arun3688 <rain100falls@…>
  • 3 edits
    1 move in /

add tests to makefile

09:53 Changeset in OpenModelica [49eec4b8] by kabdelhak <karim.abdelhak@…>
  • 2 edits in OMCompiler/Compiler

[BE] replace start values of calculated parameters

  • ticket #5807
  • Added evaluation of start expressions for CALCULATED parameters.
  • Necessary for correct start values in loops.
09:11 Changeset in OpenModelica [c17cf4c] by niklwors <niklas.worschech@…>
  • 4 edits in OMCompiler/SimulationRuntime/cpp

[cppRuntime] use C- codegen as default in OMC C-Api library

02:02 Changeset in OpenModelica [f7acc44b]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 2 edits in /
  • revert the changes to the OMSens_Qt
  • do not stop when building OMSens_Qt even if it fails
01:09 Changeset in OpenModelica [172652d] by Adrian Pop <adrian.pop@…>
  • 2 edits in /
  • revert the changes to the OMSens_Qt
  • do not stop when building OMSens_Qt even if it fails

2020-01-29:

22:23 Changeset in OpenModelica [88b1a844] by Adrian Pop <adrian.pop@…>
  • 1 edit in OMSens_Qt

update OMSens_Qt submodule / std++ fixes

20:28 Ticket #5804 (Profiling blocks+html is broken again in OMEdit) closed by adrpo
fixed: Of course, this will also work from command line. The call to gnuplot …
19:39 Changeset in OpenModelica [6589c81c]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 2 edits in OMCompiler/SimulationRuntime/c/simulation

fix ticket:5804 quote the executable and the entire system command on windows

18:56 Ticket #5803 (Library FCSys incompatible) closed by casella
wontfix: Replying to anonymous: > Yes > > Replying to [comment:1
18:30 Changeset in OpenModelica [8321072b] by Adrian Pop <adrian.pop@…>
  • 2 edits in OMCompiler/SimulationRuntime/c/simulation

fix ticket:5804 quote the executable and the entire system command on windows

18:07 Ticket #5476 (BE tries to generate non-existent boolean attributes when disabling tearing) closed by AnHeuermann
fixed
17:26 Changeset in OpenModelica [72e50fd7] by arun3688 <rain100falls@…>
  • 1 add in testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_09.mos

add minimal tests for not generating causality = none in fmi-2.0

16:09 Ticket #5810 (Mac OMEdit fails to build) created by dersh
I have 1.16.0~dev-78-g9317df6_0 installed (using Macports). I have …
15:41 Changeset in OpenModelica [03f83a6]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 1 edit in OMSens_Qt

update OMSens_Qt submodule

14:31 Changeset in OpenModelica [f9cd945] by Adrian Pop <adrian.pop@…>
  • 1 edit in OMSens_Qt

update OMSens_Qt submodule

13:55 Changeset in OpenModelica [13ddf90]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 1 edit in OMSens_Qt

update OMSens_Qt submodule

13:53 Ticket #5809 (Allow multiple installations on the same Windows PC) created by ceraolo
I have a production model (a three-phase PWM inverter) that works …
13:13 Changeset in OpenModelica [d56f8704] by Adrian Pop <adrian.pop@…>
  • 1 edit in OMSens_Qt

update OMSens_Qt submodule

11:48 Changeset in OpenModelica [0c2bebf3]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@…>
  • 1 edit in OMEdit/OMEditLIB/MainWindow.cpp

Hide the OMSens menu item until

For now don't show the OMSens menu until its fully fixed and supported

11:30 Changeset in OpenModelica [abbeb6c]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 in OMCompiler/Compiler/NFFrontEnd

[NF] Don't evaluate expressions with homotopy.

  • Mark homotopy as impure.
  • Fix Call.isImpure so that it works on untyped calls too.
11:18 Changeset in OpenModelica [2bdfb898] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditLIB/MainWindow.cpp

Hide the OMSens menu item until

For now don't show the OMSens menu until its fully fixed and supported

10:58 Ticket #5750 (buildModel fails when model is extended from) closed by sjoelund.se
worksforme: Please reopen this if you have additional input.
10:45 Changeset in OpenModelica [5c9ca2ed]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@…>
  • 1 edit in OMCompiler/SimulationRuntime/c/simulation/simulation_input_xml.c

ticket:5804 Escape the path with double quotes

10:37 Changeset in OpenModelica [41d36e7] by Per Östlund <perost86@…>
  • 2 edits in OMCompiler/Compiler/NFFrontEnd

[NF] Don't evaluate expressions with homotopy.

  • Mark homotopy as impure.
  • Fix Call.isImpure so that it works on untyped calls too.
10:09 Changeset in OpenModelica [de84246]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 1 edit in OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo

Do not simplify n*n=n2.0 when n is an integer (#693)

https://trac.openmodelica.org/OpenModelica/ticket/5715

09:45 Changeset in OpenModelica [54eb452] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMCompiler/SimulationRuntime/c/simulation/simulation_input_xml.c

ticket:5804 Escape the path with double quotes

09:27 Changeset in OpenModelica [6d2a7ea1] by Martin Sjölund <martin.sjolund@…>
  • 1 edit in OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo

Do not simplify n*n=n2.0 when n is an integer

https://trac.openmodelica.org/OpenModelica/ticket/5715

03:16 Ticket #5808 (OMedit focus jumps from one block to another on a right click....) created by mdonolo@…
To reproduce I select a block by left clicking it in the diagram view. …
01:09 Ticket #5807 (Start value for final parameters with fixed=false is ignored) created by casella
Consider the following model (also attached) […] The Newton solver …

2020-01-28:

22:54 Ticket #5806 (Initialization with homotopy and --daeMode does not generate ...) created by casella
When the homotopy operator is used, a separate set of intial …
20:50 Changeset in OpenModelica [0a8d7d76]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 2 edits in /

update libraries and OMSens_Qt submodules

20:09 Changeset in OpenModelica [cc6a7a90] by Adrian Pop <adrian.pop@…>
  • 2 edits in /

update libraries and OMSens_Qt submodules

19:27 Changeset in OpenModelica [0876070]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 1 edit in OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo

[BE] update homotopy adjacency matrix entries

  • analyze only actual expression for simulation system
  • analyze actual and simplified expression for initial system
15:58 Changeset in OpenModelica [abbc0e7] by kabdelhak <karim.abdelhak@…>
  • 1 edit in OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo

[BE] update homotopy adjacency matrix entries

  • analyze only actual expression for simulation system
  • analyze actual and simplified expression for initial system
13:19 Ticket #5805 (Homotopy logging does not work together with nonlinear solver logging ...) created by casella
@AnHeuermann, please check the attached package with test cases that …

2020-01-27:

16:30 Changeset in OpenModelica [1a699f76]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 5 edits in /

[BE] update -d=dumpLoops and -d=dumpLoopsVerbose

  • also dump initialization system
  • don't dump empty system headers
  • add size information
13:34 Changeset in OpenModelica [511b98b5] by Karim Abdelhak <karim.abdelhak@…>
  • 5 edits in /

[BE] update -d=dumpLoops and -d=dumpLoopsVerbose

  • also dump initialization system
  • don't dump empty system headers
  • add size information
13:20 Changeset in OpenModelica [6a5601bf]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by perost <perost86@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo

[NF] Fix InstNode.scopeListClass for redeclares.

12:34 Changeset in OpenModelica [65be6a4d] by Per Östlund <perost86@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo

[NF] Fix InstNode.scopeListClass for redeclares.

2020-01-25:

19:24 Changeset in OpenModelica [119136b5]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 1 edit in OMSens_Qt

update OMSens_Qt submodule

18:41 Changeset in OpenModelica [0547bfd2] by Adrian Pop <adrian.pop@…>
  • 1 edit in OMSens_Qt

update OMSens_Qt submodule

2020-01-24:

23:34 Changeset in OpenModelica [0fa4fe7]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@…>
  • 1 edit in OMSens_Qt

Updated OMSens_Qt submodule

18:52 Ticket #5804 (Profiling blocks+html is broken again in OMEdit) created by casella
It seems that we really cannot keep profiling to work for more than …
18:34 Changeset in OpenModelica [fdfd6ac]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 67 edits in /

[BE] rename incidence to adjacency matrix

  • misleading name incidence matrix changed to adjacency matrix
  • all instances of incidence Incidence and INCIDENCE have been replaced
14:23 Ticket #5803 (Library FCSys incompatible) created by pinard.amelie@…
‌Hello, I am currently starting with OpenModelica and I need to work …
13:26 Changeset in OpenModelica [a435d76] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMSens_Qt

Updated OMSens_Qt submodule

13:05 Changeset in OpenModelica [82bde83] by Karim Abdelhak <karim.abdelhak@…>
  • 67 edits in /

[BE] rename incidence to adjacency matrix

  • misleading name incidence matrix changed to adjacency matrix
  • all instances of incidence Incidence and INCIDENCE have been replaced
12:40 Changeset in OpenModelica [14b259c9] by arun3688 <rain100falls@…>
  • 1 edit in OMCompiler/Compiler/Template/CodegenFMUCommon.tpl

fix #5802 to handle causality=none for FMI2.0

10:56 Ticket #5802 (handling of causality="none" for FMI -2.0) created by arun3688
FMPy refuses to simulate a model if one of the variables has the …
Note: See TracTimeline for information about the timeline view.