Search found 2317 matches

by kevinarden
27 Mar 2019, 12:12
Forum: ElmerGUI
Topic: Elmer Challenge
Replies: 39
Views: 22360

Re: Elmer Challenge

I added internal edge elements which Elmer accepted without complaint. However I could not do an edge load in SMITC nor ShellSolver. elmer1.png I then made an internal row of elements a separate body so I could load only that row. elmer2.png Then ShellSolver calculated 4 point bend, you could approa...
by kevinarden
26 Mar 2019, 22:30
Forum: ElmerGUI
Topic: ElmerGUI Multi-body heat transfer problem
Replies: 6
Views: 4819

Re: ElmerGUI Multi-body heat transfer problem

To merge nodes, use the following command: Geometry.Tolerance = 1e-3; // adjust value here for correct merge result Coherence Mesh; By default, the nodes in the surface with lower surface/volume number will survive. If you want the opposite, you can either assign different numbers to them or apply t...
by kevinarden
26 Mar 2019, 01:44
Forum: ElmerGUI
Topic: Elmer Challenge
Replies: 39
Views: 22360

Re: Elmer Challenge

The attached xml was able to recreate the example and run to the correct solution without having to edit the sif.
shellsolver.xml
(5.62 KiB) Downloaded 345 times
Although the sif options were not the same as Mika's sif the resulting answer was the same.
case.sif
(2.17 KiB) Downloaded 346 times
by kevinarden
26 Mar 2019, 01:39
Forum: ElmerGUI
Topic: Elmer Challenge
Replies: 39
Views: 22360

Re: Elmer Challenge

The solution appears to have worked correctly with just Cartesian selected, however the manual says 7.4 Keywords Simulation Coordinate System String Cartesian 3D The coordinate system should be selected to be three-dimensional, although basis functions for computation correspond to 2-D finite elemen...
by kevinarden
26 Mar 2019, 00:40
Forum: ElmerGUI
Topic: Elmer Challenge
Replies: 39
Views: 22360

Re: Elmer Challenge

That would be fine with me. i would like to get the check boxes for large displacement and displace mesh working. I am reviewing the Elmer Models manual for the shell solver to see what other options are available. I will test the Cartesian.
by kevinarden
25 Mar 2019, 13:54
Forum: ElmerGUI
Topic: Elmer Challenge
Replies: 39
Views: 22360

Re: Elmer Challenge

case.sif built with shellsolver.xml. Calculate Stresses and Calculate Strains options did not work.Does shellsolver calculate stresses?
case.sif
(2.3 KiB) Downloaded 266 times
by kevinarden
25 Mar 2019, 13:50
Forum: ElmerGUI
Topic: Elmer Challenge
Replies: 39
Views: 22360

Re: Elmer Challenge

I started a shell solver xml for ElmerGUI. I was able to build most of the example, but still had to use the edit sif command to make minor changes. Some of the options I could add using the free text input. The large displacement and deform mesh check boxes didn't work in the solver general options...
by kevinarden
24 Mar 2019, 03:12
Forum: ElmerGUI
Topic: Elmer Challenge
Replies: 39
Views: 22360

Re: Elmer Challenge

ElmerGUI will only get you a small set of Elmer capability. You will have to learn ElmerGrid and ElmerSolver command lines.
by kevinarden
23 Mar 2019, 12:31
Forum: General
Topic: Solve thermal strain equation for a given (fix) temperature distribution.
Replies: 1
Views: 1765

Re: Solve thermal strain equation for a given (fix) temperature distribution.

You can set the initial temperature of all the bodies then specify the temperature at every coordinate by targeting coordinates or at every node by targeting nodes.
case_ss.sif
(4.12 KiB) Downloaded 296 times
use the heatsolver for temperature and the elastic solver for strains
by kevinarden
23 Mar 2019, 12:12
Forum: Bug reports
Topic: One of the Boundaries lost from Salome to Elmer - solved
Replies: 4
Views: 4516

Re: One of the Boundaries lost from Salome to Elmer

If you are reading the unv file into ElmerGUI there are known bugs. Using ElmerGrid to convert mesh to an Elmer mesh is a better experience. Also on this board is a Slaome python script to write an Elmer mesh directly from Salome.