Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 2.12 KB

FEM_MeshNetgenFromShape.md

File metadata and controls

55 lines (32 loc) · 2.12 KB
GuiCommand
Name MenuLocation Workbenches SeeAlso
FEM MeshNetgenFromShape
Mesh , FEM mesh from shape by Netgen
FEM_Workbench
FEM_tutorial

FEM MeshNetgenFromShape

Description

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.

Usage

  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.

Properties

  • Max. Size: Maximum size of the element in mm.

  • Second 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.
  • Fineness: Offers predefined levels of mesh density.

  • Growth Rate: Defines how much adjacent elements can differ in size.

  • Nb. Segs per Edge: Defines the minimum number of mesh segments per edge.

  • Nb. Segs per Radius: Defines the minimum number of mesh segments per radius.

  • Optimize:

-   true (default): applies optimization algorithm to improve mesh quality
-   false

{{FEM Tools navi}}


documentation index > FEM > FEM MeshNetgenFromShape