FEM NetzGmshAusForm

From FreeCAD Documentation
Revision as of 23:26, 17 September 2020 by Maker (talk | contribs) (Created page with "{{Docnav/de |FEM mesh from shape by Netgen |FEM Netz Grenzschicht |FEM |IconL=FEM_MeshNetgenFromS...")

Diese Dokumentation ist noch nicht fertiggestellt. Bitte hilf mit und trage etwas zur Dokumentation bei.

Die Seite GuiBefehl Modell erklärt, wie Befehle dokumentiert werden sollten. Unter Category:UnfinishedDocu findest du weitere unvollständige Seiten wie diese (und unter Category:UnfinishedDocu/de unvollständige Übersetzungen). Siehe Category:Command Reference für sämtliche Befehle (und Category:UnfinishedDocu/de für vorhandene Übersetzungen).

Siehe WikiSeiten, um zu lernen, wie die Wiki-Seiten bearbeitet werden und FreeCAD Unterstützen, um andere Wege zu entdecken, wie du einen Beitrag leisten kannst.

FEM MeshGmshFromShape

Menu location
Mesh → FEM mesh from shape by Gmsh
Workbenches
FEM
Default shortcut
None
Introduced in version
-
See also
FEM tutorial

Beschreibung

For a finite elements analysis the geometry needs to be discretized into a FEM_Mesh. This command uses gmsh (which needs to be installed on the system) for calculating the mesh.

Anwendung

  1. Select the shape you want to analyze. For volume FEM this needs to be a solid or compsolid. A compsolid is necessary if your part is made from multiple materials. (A compsolid can be created with the BooleanFragments command.) -- For shell and beam FEM somebody needs to fill in the details here.
  2. Press the FEM mesh from shape by GMSH button
  3. Optionally edit the minimal and maximal element size. (Autodetection works fine unless you apply complicated boundary conditions.)
  4. Click the Apply button and wait for the computation of the mesh to complete
  5. Close the task. You now should see a new FEMMeshGMSH object in your active analysis container.