Page 7 of 7

Re: Salome: Elmer-plugin available

Posted: 04 May 2021, 14:03
by raback
Hi,

Rainer, what is the path that the XML files get into the plugin, or do you use the XML files of the Elmer installation?

For this particular problem I just removed "Displacement" from the XML file as this is also the internal default in the code. ElmerGUI knows how to replace "cdim" by the dimension of the case but I think it is easier if you use the defaults.

-Peter

Re: Salome: Elmer-plugin available

Posted: 04 May 2021, 17:31
by RaJa
Peter, I take the xmls from the Elmer-installation as in ..\share\ElmerGUI\edf. So when Elmer is updated, I use the most recent configuration.

Where do you get the dimensions from the case? The only information I have found is:

Code: Select all

Coordinate Mapping(3) = 1 2 3
I could extract "cdim" there if that is the correct place.

Re: Salome: Elmer-plugin available

Posted: 19 May 2021, 10:42
by raback
Hi

I think there is very brutal logic checking if any of the max(z)-min(z)>0. Many formats don't come with dimensionality. Also you could have a mesh consisting of 2D elements that is still 3D.

The user may actually give the coordinate system to be "cartesian 2d" or "cartesian 3d" but this only applied to ElmerSolver. If the dimensionality is given the ElmerSolver code will not check the z-coordinate.

-Peter