FEM NetzNetgenAusForm

From FreeCAD Documentation
This page is a translated version of the page FEM MeshNetgenFromShape and the translation is 64% complete.

FEM NetzNetgenAusForm

Menüeintrag
Netz → FEM mesh from shape by Netgen
Arbeitsbereich
FEM
Standardtastenkürzel
Keiner
Eingeführt in Version
-
Siehe auch
FEM Anleitung

Beschreibung

For a finite element analysis the geometry needs to be discretized into a FEM Mesh. This command uses Netgen (which needs to be installed on the system) for calculating the mesh.

Depending on your operating system and your installation package Netgen might be bundled with FreeCAD or not. For further information see FEM Install.

Anwendung

  1. Select the shape you want to analyze. For a volume, 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 Part BooleanFragments command.)
  2. Optionally, edit the parameters.
  3. Click the Apply button to make a mesh, or OK button to make a mesh and close the dialogue.

Eigenschaften

  • DatenMax. Size: Maximum size of the element in mm.
  • DatenSecond order: Second order elements contain more nodes per element. Usually, it is enough to use rougher mesh to obtain same solution precision as with the first order elements,
    • true (default); second order elements,
    • false; first order elements.
  • DatenFineness: Offers predefined levels of mesh density.
  • DatenGrowth Rate: Defines how much adjacent elements can differ in size.
  • DatenNb. Segs per Edge: Defines the minimum number of mesh segments per edge.
  • DatenNb. Segs per Radius: Defines the minimum number of mesh segments per radius.
  • DatenOptimize:
    • true (default): applies optimization algorithm to improve mesh quality
    • false