FEM MeshNetgenFromShape/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "MES: Siatka Netgen z kształtu")
 
(Updating to match new version of source page)
Line 20: Line 20:
==Description==
==Description==


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

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


==Usage==
==Usage==


# 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 [[Part_BooleanFragments|BooleanFragments]] command.)
#* Press the {{Button|[[Image:FEM_MeshNetgenFromShape.svg|16px]] [[FEM_MeshNetgenFromShape|FEM MeshNetgenFromShape]]}} button, or
#* select the {{MenuCommand|Mesh → [[Image:FEM_MeshGmshFromShape.svg|16px]] FEM mesh from shape by Netgen}} option from the menu.
# Optionally, edit the parameters.
# Click the {{Button|Apply}} button to make a mesh, or {{Button|OK}} button to make a mesh and close the dialogue.

== Properties ==

* {{PropertyData|Max. Size}}: Maximum size of the element in mm.
* {{PropertyData|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.
* {{PropertyData|Fineness}}: Defines how fine the mesh should be.
* {{PropertyData|Growth Rate}}: Defines how much adjacent elements can differ in size.
* {{PropertyData|Nb. Segs per Edge}}: Defines the minimum number of mesh segments per edge.
* {{PropertyData|Nb. Segs per Radius}}: Defines the minimum number of mesh segments per radius.
* {{PropertyData|Optimize}}:
** true (default); applies optimization algorithm to improve mesh quality,
** false;


{{Docnav
{{Docnav

Revision as of 19:32, 5 October 2022

Ta dokumentacja nie jest ukończona. Prosimy o pomoc w tworzeniu dokumentacji.

Strona Model polecenia GUI wyjaśnia jak powinny być dokumentowane polecenia. Przejrzyj stronę Category:UnfinishedDocu, aby zobaczyć więcej niekompletnych stron, takich jak ta. Zobacz stronę Category:Command Reference aby poznać wszystkie komendy.

Zobacz stronę wytycznych Wikidla FreeCAD aby dowiedzieć się, jak edytować strony Wiki, i przejdź do strony Pomóż w rozwoju FreeCAD, aby dowiedzieć się o innych sposobach, w jakie możesz wnieść swój wkład.

FEM MeshNetgenFromShape

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

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 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.)
    • Press the FEM MeshNetgenFromShape button, or
    • select the Mesh → FEM mesh from shape by Netgen option from the menu.
  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

  • DANEMax. Size: Maximum size of the element in mm.
  • DANESecond 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.
  • DANEFineness: Defines how fine the mesh should be.
  • DANEGrowth Rate: Defines how much adjacent elements can differ in size.
  • DANENb. Segs per Edge: Defines the minimum number of mesh segments per edge.
  • DANENb. Segs per Radius: Defines the minimum number of mesh segments per radius.
  • DANEOptimize:
    • true (default); applies optimization algorithm to improve mesh quality,
    • false;