Search found 5 matches

by m42kus
23 Aug 2017, 12:40
Forum: ElmerGUI
Topic: ElmerGrid generates wrong boundary name
Replies: 4
Views: 4464

Re: ElmerGrid generates wrong boundary name

The ordering of nodes in quadratic triangle seemed flawed. This is now fixed. It may have been related to that the BCs where not properly identified. The current "devel" version identifies also Edge1 and Edge3. Fetch it from GitHub or wait the changes to be migrated into the distributions...
by m42kus
22 Aug 2017, 17:02
Forum: ElmerGUI
Topic: ElmerGrid generates wrong boundary name
Replies: 4
Views: 4464

ElmerGrid generates wrong boundary name

Hi, The mesh file (2D unv) attached to this post contains the group names: Face1, Edge1 and Edge3. The Face1 group is generated just fine but the edges have weird names. Here is the mesh.names file ElmerGrid generated for me: ! ----- names for bodies ----- $ Face1 = 3 ! ----- names for boundaries --...
by m42kus
27 Jun 2017, 16:44
Forum: ElmerSolver
Topic: Naming of variables in vtu
Replies: 4
Views: 3538

Re: Naming of variables in vtu

Hi, Thanks for the fast answer and your suggestion. But I think that this would be too much of a hack to be included upstream (at least I wouldn't include it if it were my project xD). I'm going to extend the FreeCAD code to be a little bit more flexible when parsing the vtu file. That's probably mu...
by m42kus
27 Jun 2017, 11:54
Forum: ElmerSolver
Topic: Naming of variables in vtu
Replies: 4
Views: 3538

Naming of variables in vtu

Hi everyone, Is it possible to make ElmerSolver honor capitalization when it saves variables to a vtu file? E.g. I would need to export the displacement as "Displacement" and temperature as "Temperature". The reason for that is that I'm currently implementing ElmerSolver support ...
by m42kus
06 Jun 2017, 10:39
Forum: General
Topic: Integrating Elmer into FreeCAD FEM workbench
Replies: 25
Views: 27218

Re: Integrating Elmer into FreeCAD FEM workbench

Hey, I am currently working on integrating Elmer into FreeCAD as part of my GSoC (Google Summer of Code) project. For more info see my project proposal: https://docs.google.com/document/d/1mX34Hy00eTQ42R4eObHOVzElMbCpKAUYtMO_bwQWr8E/edit?usp=sharing I already almost finished phase 1 of the project. ...