FEM ElementGeometry2D: Difference between revisions

From FreeCAD Documentation
No edit summary
(Marked this version for translation)
Line 10: Line 10:
==Description== <!--T:2-->
==Description== <!--T:2-->


<!--T:12-->
ElementGeometry2D is used to define thickness of 2D FEM elements, all or laying on the chosen surface.
ElementGeometry2D is used to define thickness of 2D FEM elements, all or laying on the chosen surface.


==How to use== <!--T:3-->
==How to use== <!--T:3-->


<!--T:13-->
# Press the {{Button|[[Image:FEM_ElementGeometry2D.png|32px]] [[FEM_ElementGeometry2D|FEM ElementGeometry2D]]}} button, or press {{KEY|C}} then {{KEY|S}} keys.
# Press the {{Button|[[Image:FEM_ElementGeometry2D.png|32px]] [[FEM_ElementGeometry2D|FEM ElementGeometry2D]]}} button, or press {{KEY|C}} then {{KEY|S}} keys.
# Define a thickness parameter.
# Define a thickness parameter.
Line 20: Line 22:
==Limitations== <!--T:8-->
==Limitations== <!--T:8-->


<!--T:14-->
* Analysis combining shell elements with solid or edge elements is not supported in the current version (FreeCAD 0.18).
* Analysis combining shell elements with solid or edge elements is not supported in the current version (FreeCAD 0.18).


==Properties== <!--T:9-->
==Properties== <!--T:9-->


<!--T:15-->
{{PropertyData|Thickness}}: specifies the thickness of the shell.
{{PropertyData|Thickness}}: specifies the thickness of the shell.


Line 30: Line 34:
==Notes== <!--T:11-->
==Notes== <!--T:11-->


<!--T:16-->
For viewing results from CalculiX solver on the mesh expanded to the prescribed thickness, property {{incode|Beam Shell Result Output 3D}} in the [[FEM SolverCalculixCxxtools|FEM SolverCalculixCxxtools]] need to be set to {{incode|True}}.
For viewing results from CalculiX solver on the mesh expanded to the prescribed thickness, property {{incode|Beam Shell Result Output 3D}} in the [[FEM SolverCalculixCxxtools|FEM SolverCalculixCxxtools]] need to be set to {{incode|True}}.



Revision as of 19:19, 8 May 2019

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

FEM ElementGeometry2D

Menu location
Model →Shell plate tickness
Workbenches
FEM
Default shortcut
C,S
Introduced in version
-
See also
FEM tutorial

Description

ElementGeometry2D is used to define thickness of 2D FEM elements, all or laying on the chosen surface.

How to use

  1. Press the FEM ElementGeometry2D button, or press C then S keys.
  2. Define a thickness parameter.
  3. Optionally click Add in the Task panel and then click on the face you want to have prescribed thickness. If the face selection is free, all remaining faces (which thickness is not defined by other FEM ElementGeometry2D objects) will be automatically assigned.

Limitations

  • Analysis combining shell elements with solid or edge elements is not supported in the current version (FreeCAD 0.18).

Properties

DataThickness: specifies the thickness of the shell.

Scripting

Notes

For viewing results from CalculiX solver on the mesh expanded to the prescribed thickness, property Beam Shell Result Output 3D in the FEM SolverCalculixCxxtools need to be set to True.