FEM MeshGmshFromShape/de: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 15: Line 15:
|MenuLocation=Netz → FEM Netz aus Form durch Gmsh
|MenuLocation=Netz → FEM Netz aus Form durch Gmsh
|Workbenches=[[Fem Workbench/de|FEM]]
|Workbenches=[[Fem Workbench/de|FEM]]
|Shortcut=None
|Shortcut=Kein
|SeeAlso=[[FEM_tutorial/de|FEM Ttutorium]]
|SeeAlso=[[FEM_tutorial/de|FEM Tutorium]]
}}
}}



Revision as of 07:16, 18 September 2020

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 NetzGmshAusForm

Menüeintrag
Netz → FEM Netz aus Form durch Gmsh
Arbeitsbereich
FEM
Standardtastenkürzel
Kein
Eingeführt in Version
-
Siehe auch
FEM Tutorium

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.