Wich version for FEM shell development?

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Wich version for FEM shell development?

Post by bernd »

made a hack in the view provider to make all visible just to really proof FreeCAD has them all ... BTW: a BoleanFragment was used instead of a normal Compound. Thus the mesh is conformal !

https://github.com/berndhahnebach/FreeC ... olumeshell

EDIT: new branch together with mixed mesh analysis ...
https://github.com/berndhahnebach/FreeC ... ixedmeshes


screen1.jpg
screen1.jpg (447.05 KiB) Viewed 1728 times

screen2.jpg
screen2.jpg (769.51 KiB) Viewed 1728 times
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Wich version for FEM shell development?

Post by bernd »

User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Wich version for FEM shell development?

Post by bernd »

udated the branch https://github.com/berndhahnebach/FreeC ... olumeshell

EDIT: new branch together with mixed mesh analysis ...
https://github.com/berndhahnebach/FreeC ... ixedmeshes



Is shows all Nodes, all Edges, all Faces and all Faces of Volumes or at least it should show them all. Even lonley nodes and stuff like that ...

Attached a mesh with volumes, faces and edges. It is a BooleanFragment means I assume all topology is glued together in the mesh. Means all topology has shared nodes on the connection points in the mesh. We really need to attract the mixed inp-writer.

vol_shell_edge--mesh.fcstd
(153.37 KiB) Downloaded 49 times
screen.jpg
screen.jpg (91.19 KiB) Viewed 1634 times
User avatar
Groguigui
Posts: 25
Joined: Thu Mar 09, 2017 2:13 pm
Location: Lille

Re: Wich version for FEM shell development?

Post by Groguigui »

Ok, thank you very much Bernd! This hack is a good idea. :D

Currently we compare Code_Aster and FreeCAD/Calculix to choose which is better for our work.
User avatar
FemUser
Posts: 134
Joined: Wed Aug 23, 2017 6:45 pm

Re: Wich version for FEM shell development?

Post by FemUser »

I have seen quite some improvements from FreeCAD version 0.16 to 0.17 in the FEM module. I think freeCAD 0.17 main focus was integration of many already available tools: Gmsh, NetGen, Calculi... already present in version 0.16 but badly integrated. Hopefully in the future Elmer. Also the solution environment has improved. It is really a great step.

Take a look here for a small round trip on a few things that are new...

http://numerica.pt/2017/08/15/freecad-0 ... p-forward/

The FEM team is doing a superb work.

A year ago I would say that open source simulation would never fly. When I tried the 0.17 version I noticed the progress was very big. Contacts, fluids, .... it's still not official but they are on the right track to start to attract users that will push more development aboard...

I start to believe in what I read in this post: http://numerica.pt/2017/08/23/and-the-race-begins/

Maybe after all there is a chance for the open source software to battle agains proprietary solutions it will take time but it will get there... And in the end we will all benefit.
Post Reply