Elmer Integration (GSoC) - Activity Log

Contributions from the participants, questions and answers to their projects.
Discussions of proposals for upcoming events.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
JamesMarine
Posts: 12
Joined: Tue May 21, 2019 2:07 pm

Re: Elmer Integration (GSoC) - Activity Log

Post by JamesMarine »

Another question is regarding compiling Elmer on Windows Platform, do anyone has any experience of do that? The official Elmer team is working on Linux systems only and the Windows binaries are not update-to-date. So I am thinking to comply Elmer on Windows system. But it seems the compiling process is not quite straightforward.
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Elmer Integration (GSoC) - Activity Log

Post by bernd »

Jee-Bee wrote: Tue Jul 23, 2019 5:23 pm to be honest the FEM packages i have seen none have the possebility to add constraints on meshes(Ansys, comsol, internal fem of ptc creo).
To be honest the FEM solver I have seen all add the constraints on the meshes (OOFEM, CalculiX, ElmerFEM, ...)

Whole live depends on point of view ... ;) FreeCAD FEM is the only OpenSource software which makes it possible to add constraints to geometry (AFAIK)
Jee-Bee
Veteran
Posts: 2566
Joined: Tue Jun 16, 2015 10:32 am
Location: Netherlands

Re: Elmer Integration (GSoC) - Activity Log

Post by Jee-Bee »

I speaking from user point of view and not from solver point of view. All solvers have constraints on meshes but the user don't add them on meshes.
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Elmer Integration (GSoC) - Activity Log

Post by bernd »

Jee-Bee wrote: Wed Jul 24, 2019 6:56 am I speaking from user point of view and not from solver point of view. All solvers have constraints on meshes but the user don't add them on meshes.
99 % of CalculiX, Elmer, Z88, OOFEM users apply Constraints to the mesh and not to the geometry. We need to get them to FreeCAD FEM :mrgreen:

Mostly what they mainly do is heavily use of mesh groups. Means a constraint is assigned to a mesh group. With this it is possible to change the mesh without changing the constraint definition.
Jee-Bee
Veteran
Posts: 2566
Joined: Tue Jun 16, 2015 10:32 am
Location: Netherlands

Re: Elmer Integration (GSoC) - Activity Log

Post by Jee-Bee »

I never understood the work flow without geometry... Still I see the power of the meshgroups. I think software like ansys use that for their integration into other CAD software...
https://www.ansys.com/products/structur ... cad-models
JamesMarine
Posts: 12
Joined: Tue May 21, 2019 2:07 pm

Re: Elmer Integration (GSoC) - Activity Log

Post by JamesMarine »

How about FreeCAD, do we support mesh group at the moment or it is to be done?
bernd wrote: Wed Jul 24, 2019 8:16 am 99 % of CalculiX, Elmer, Z88, OOFEM users apply Constraints to the mesh and not to the geometry. We need to get them to FreeCAD FEM :mrgreen:

Mostly what they mainly do is heavily use of mesh groups. Means a constraint is assigned to a mesh group. With this it is possible to change the mesh without changing the constraint definition.
m42kus
Posts: 159
Joined: Tue Sep 02, 2014 9:41 am

Re: Elmer Integration (GSoC) - Activity Log

Post by m42kus »

JamesMarine wrote: Wed Jul 24, 2019 4:18 am @m42kus Many thanks for the help! I am looking to do some FSI analysis using elmer solver and FreeCAD (such as flow through pipes), do you have any material for that purpose? By the way, if I want to use shell and beam/rod element in the structure analysis, can Elmer solve do the analysis as well?
Back in the day I did a simple flow simulation. I posted the results earlier in this topic: https://forum.freecadweb.org/viewtopic. ... 60#p188003. I can make a tutorial on how to setup this case if you are interested. Whats not possible in FreeCAD atm is to incooperate deformation of meshes in the simulation. I know elmer can do this somehow but I don't know how.
My GSoC Devlog: ceeli.github.io/gsoc
JamesMarine
Posts: 12
Joined: Tue May 21, 2019 2:07 pm

Re: Elmer Integration (GSoC) - Activity Log

Post by JamesMarine »

m42kus wrote: Wed Jul 24, 2019 9:45 am
JamesMarine wrote: Wed Jul 24, 2019 4:18 am @m42kus Many thanks for the help! I am looking to do some FSI analysis using elmer solver and FreeCAD (such as flow through pipes), do you have any material for that purpose? By the way, if I want to use shell and beam/rod element in the structure analysis, can Elmer solve do the analysis as well?
Back in the day I did a simple flow simulation. I posted the results earlier in this topic: https://forum.freecadweb.org/viewtopic. ... 60#p188003. I can make a tutorial on how to setup this case if you are interested. Whats not possible in FreeCAD atm is to incooperate deformation of meshes in the simulation. I know elmer can do this somehow but I don't know how.
Thanks for this, a tutorial would be wonderful. What do you mean that can not incooperate deformation of meshes? You mean just can not display or it can not calcualte deformation for the meshes? If it cannot calcualte deformation, this is not really an FSI, is that correct?
m42kus
Posts: 159
Joined: Tue Sep 02, 2014 9:41 am

Re: Elmer Integration (GSoC) - Activity Log

Post by m42kus »

JamesMarine wrote: Wed Jul 24, 2019 10:17 am Thanks for this, a tutorial would be wonderful. What do you mean that can not incooperate deformation of meshes? You mean just can not display or it can not calcualte deformation for the meshes? If it cannot calcualte deformation, this is not really an FSI, is that correct?
Yes you are correct, it cannot calculate it so it is not an FSI. Elmer is capable of doing it and it would be possible to add it to FreeCAD but it's of course quite a lot of work ;)
My GSoC Devlog: ceeli.github.io/gsoc
JamesMarine
Posts: 12
Joined: Tue May 21, 2019 2:07 pm

Re: Elmer Integration (GSoC) - Activity Log

Post by JamesMarine »

m42kus wrote: Wed Jul 24, 2019 12:28 pm
JamesMarine wrote: Wed Jul 24, 2019 10:17 am Thanks for this, a tutorial would be wonderful. What do you mean that can not incooperate deformation of meshes? You mean just can not display or it can not calcualte deformation for the meshes? If it cannot calcualte deformation, this is not really an FSI, is that correct?
Yes you are correct, it cannot calculate it so it is not an FSI. Elmer is capable of doing it and it would be possible to add it to FreeCAD but it's of course quite a lot of work
I assume the major workload is on the solver input file, is that correct? Do you expect any other major workload?

If multiphysic such as FSI is not included, what is the typical case that Elmer can do but Calculix can not do?

Sorry that I am a beginner and my question may not be quite professional.
Last edited by JamesMarine on Wed Jul 24, 2019 1:06 pm, edited 1 time in total.
Post Reply