FEM MeshNetgenFromShape/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu{{#translation:}}}}


{{Docnav
{{Docnav
Line 31: Line 30:


# 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|Part BooleanFragments]] command.)
# 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|Part BooleanFragments]] command.)
#* Press the {{Button|[[Image:FEM_MeshNetgenFromShape.svg|16px]] [[FEM_MeshNetgenFromShape|FEM MeshNetgenFromShape]]}} button, or
#* Press the {{Button|[[Image:FEM_MeshNetgenFromShape.svg|16px]] [[FEM_MeshNetgenFromShape|FEM mesh from shape by Netgen]]}} button, or
#* Select the {{MenuCommand|Mesh → [[Image:FEM_MeshGmshFromShape.svg|16px]] FEM mesh from shape by Netgen}} option from the menu.
#* Select the {{MenuCommand|Mesh → [[Image:FEM_MeshGmshFromShape.svg|16px]] FEM mesh from shape by Netgen}} option from the menu.
# Optionally, edit the parameters.
# Optionally, edit the parameters.
Line 42: Line 41:
** true (default); second order elements,
** true (default); second order elements,
** false; first order elements.
** false; first order elements.
* {{PropertyData|Fineness}}: Defines how fine the mesh should be.
* {{PropertyData|Fineness}}: Offers predefined levels of mesh density.
* {{PropertyData|Growth Rate}}: Defines how much adjacent elements can differ in size.
* {{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 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|Nb. Segs per Radius}}: Defines the minimum number of mesh segments per radius.
* {{PropertyData|Optimize}}:
* {{PropertyData|Optimize}}:
** true (default); applies optimization algorithm to improve mesh quality,
** true (default): applies optimization algorithm to improve mesh quality
** false;
** false



{{Docnav
{{Docnav
Line 61: Line 61:
{{FEM Tools navi{{#translation:}}}}
{{FEM Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 13:06, 24 November 2023

Other languages:

FEM MeshNetgenFromShape

Системное название
FEM MeshNetgenFromShape
Расположение в меню
FEM → FEM mesh from shape by Netgen
Верстаки
FEM
Быстрые клавиши
Нет
Представлено в версии
-
См. также
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 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