How to use FEM mesh boundary layer?

About the development of the FEM module/workbench.

Moderator: bernd

Post Reply
User avatar
Adel Chepkunov
Posts: 12
Joined: Mon Oct 07, 2019 1:03 pm

How to use FEM mesh boundary layer?

Post by Adel Chepkunov »

Hellow All!

How to use FEM mesh boundary layer?

I created one cylinder (or cube, never mind)

When I create a mesh by Gmesh and add boundary layer, it ignored. (min/1st thickness = 0)

If I set minimal size of layer to some values I get the error
0.3: Error : ...\fcfem_cyudtyjo\shape2mesh.geo', line 12 : Unknown option 'hwall_t' in field 1 of type 'BoundaryLayer'
Error : ...\fcfem_cyudtyjo\shape2mesh.geo', line 14 : Unknown option 'FacesList' in field 1 of type 'BoundaryLayer'
Warning... (warning is never mind)
And mesh is not created. :(
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: How to use FEM mesh boundary layer?

Post by bernd »

There is only one person ever who used boudaray layer AFAIK, its developer ... Hope the following two topics help more in this regard.

issue #3111 find links to various boudary layer topics over there

https://forum.freecadweb.org/viewtopic. ... 88#p336288

If you have any examples, tests, ideas, bugs to fix in the regard of boundary layer just go ahead and give information.

cheers bernd

BTW: on the contrary, mesh groups and mesh regions are well tested and widly used!
User avatar
h.tsubota
Posts: 81
Joined: Mon Mar 21, 2016 2:09 pm
Location: Osaka, Japan
Contact:

Re: How to use FEM mesh boundary layer?

Post by h.tsubota »

I have same problem and find following post. Maybe this has something to do with the problem.

https://forum.freecadweb.org/viewtopic. ... 16#p190616

So, Gmsh nolonger supports "hwall_t" and "FacesList" parameters in the BoundaryLayer field (cf. https://gmsh.info/doc/texinfo/gmsh.html).

I think that "src/Mod/Fem/femmesh/gmshtools.py" in FreeCAD repository should be updated for newer Gmsh.
Post Reply