Search found 77 matches

by RaJa
16 Oct 2016, 18:13
Forum: Software development
Topic: Elmer module for Salomé
Replies: 69
Views: 68216

Re: Elmer module for Salomé

Hi Matthias, I have finalized the GUI-code. All windows/dialogs are now in the git repository. Now we have to think about functionality. There are certain issues that we have to reinvent due to the limitations of Salome. For example, it seems that the dynamically changed menu items are not working. ...
by RaJa
14 Oct 2016, 15:05
Forum: ElmerSolver
Topic: coupled heat and cfd
Replies: 9
Views: 6384

Re: coupled heat and cfd

Hi Mark, I made some cfd + heat simulations only a few days ago and had similar problems. After some testing I have solved the problem by setting a few solver specific options for both solvers (heat + navier-stokes): Nonlinear System Newton After Iterations = 100 Nonlinear System Newton After Tolera...
by RaJa
12 Oct 2016, 18:34
Forum: Software development
Topic: Elmer module for Salomé
Replies: 69
Views: 68216

Re: Elmer module for Salomé

In that case, would it be possible to organise the repository so that others (e.g. me ;) ) can see which is the last version known to work, and which is "work in progress" I assume that this is the purpose of Git :D I have updated the Git rep with a new version of the files. I have also m...
by RaJa
12 Oct 2016, 15:34
Forum: Software development
Topic: Elmer module for Salomé
Replies: 69
Views: 68216

Re: Elmer module for Salomé

Hi, okay, the typo you have already corrected. The lengthy error massage is related to the xml-structure of the edf files. Some weeks ago I played around with them and realized that one of the files is "not well-formed" (this problem has to be tackled later). I have moved it from the "...
by RaJa
12 Oct 2016, 08:30
Forum: Software development
Topic: Elmer module for Salomé
Replies: 69
Views: 68216

Re: Elmer module for Salomé

Could you post the error message? Or at least what Salome is complaining about? I will compare that with my local version in the evening. That one was working.
by RaJa
09 Oct 2016, 20:19
Forum: Software development
Topic: Elmer module for Salomé
Replies: 69
Views: 68216

Re: Elmer module for Salomé

Hi Matthias, if you have some leisure time, you could check the following post in the Salome forum: http://www.salome-platform.org/forum/forum_12/575675631 I am trying to get the dynamic salome menues implemented, but I am having problems with the salome plugins manager that seems to ignore my chang...
by RaJa
19 Sep 2016, 15:52
Forum: Software development
Topic: Elmer module for Salomé
Replies: 69
Views: 68216

Re: Elmer module for Salomé

No worries :) The current stuff is straight forward - convert C-Qt-code to PyQt-code. It is mainly copy&paste and replacing "->" by "." It will become more challenging when we start to add the necessary functionality. So I would suggest that you lean back and concentrate on y...
by RaJa
18 Sep 2016, 17:02
Forum: Software development
Topic: Elmer module for Salomé
Replies: 69
Views: 68216

Re: Elmer module for Salomé

Soo, I was busy over the weekend and managed to implement the DynamicEditor of Elmer. This one handles equation and solver settings as well as the material settings. There is no functionality yet, just the interface. The other windows seem to be easy as one can use the ui-files of Elmer again. Big q...
by RaJa
05 Sep 2016, 13:31
Forum: Software development
Topic: Elmer module for Salomé
Replies: 69
Views: 68216

Re: Elmer module for Salomé

Hi, It should work when you change line 17 in the salome-plugins.py. This line declares the additional search path for python that will be appended to the environment in the line 18. Usually, path = os.path.dirname(os.path.abspath(__file__)) returns the path of the current interpreted file. But I do...
by RaJa
03 Sep 2016, 18:33
Forum: Software development
Topic: Elmer module for Salomé
Replies: 69
Views: 68216

Re: Elmer module for Salomé

Hi, I have started putting some thoughts into this little project. First, there is a github-rep that contains my output and a small install instruction. So far it is just the interaction with Salomes plugin manager: https://github.com/physici/ElmerSalome Next item on the list is the graphical interf...