FEM ElementGeometry2D: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu{{#translation:}}}}
{{UnfinishedDocu}}
<translate>
<translate>


Line 7: Line 7:
|[[FEM_ElementRotation1D|Beam rotation]]
|[[FEM_ElementRotation1D|Beam rotation]]
|[[FEM_ElementFluid1D|Fluid section for 1D flow]]
|[[FEM_ElementFluid1D|Fluid section for 1D flow]]
|[[FEM_Module|FEM]]
|[[FEM_Workbench|FEM]]
|IconL=FEM_ElementRotation1D.svg
|IconL=FEM_ElementRotation1D.svg
|IconR=FEM_ElementFluid1D.svg
|IconR=FEM_ElementFluid1D.svg
Line 17: Line 17:
|Name=FEM ElementGeometry2D
|Name=FEM ElementGeometry2D
|MenuLocation=Model → Element Geometry → Shell plate thickness
|MenuLocation=Model → Element Geometry → Shell plate thickness
|Workbenches=[[Fem_Workbench|FEM]]
|Workbenches=[[FEM_Workbench|FEM]]
|Shortcut={{KEY|C}} {{KEY|S}}
|Shortcut={{KEY|C}} {{KEY|S}}
|SeeAlso=[[FEM_tutorial|FEM tutorial]]
|SeeAlso=[[FEM_tutorial|FEM tutorial]]
Line 31: Line 31:
<!--T:13-->
<!--T:13-->
# There are several ways to invoke the command:
# There are several ways to invoke the command:
#* Press the {{Button|[[Image:FEM_ElementGeometry2D.svg|16px]] [[FEM_ElementGeometry2D|ElementGeometry2D]]}} button.
#* Press the {{Button|[[Image:FEM_ElementGeometry2D.svg|16px]] [[FEM_ElementGeometry2D|FEM ElementGeometry2D]]}} button.
#* Select the {{MenuCommand|Model → Element Geometry → [[Image:FEM_ElementGeometry2D.svg|16px]] Shell plate thickness}} option from the menu.
#* Select the {{MenuCommand|Model → Element Geometry → [[Image:FEM_ElementGeometry2D.svg|16px]] Shell plate thickness}} option from the menu.
# Define a thickness parameter.
# Define a thickness parameter.
Line 58: Line 58:
|[[FEM_ElementRotation1D|Beam rotation]]
|[[FEM_ElementRotation1D|Beam rotation]]
|[[FEM_ElementFluid1D|Fluid section for 1D flow]]
|[[FEM_ElementFluid1D|Fluid section for 1D flow]]
|[[FEM_Module|FEM]]
|[[FEM_Workbench|FEM]]
|IconL=FEM_ElementRotation1D.svg
|IconL=FEM_ElementRotation1D.svg
|IconR=FEM_ElementFluid1D.svg
|IconR=FEM_ElementFluid1D.svg

Revision as of 16:22, 6 November 2021

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 → Element Geometry → Shell plate thickness
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.

Usage

  1. There are several ways to invoke the command:
    • Press the FEM ElementGeometry2D button.
    • Select the Model → Element Geometry → Shell plate thickness option from the menu.
  2. Define a thickness parameter.
  3. Optionally press the Add button in the task panel and then click on the face you want to have a prescribed thickness. If the face selection is free, all remaining faces (whose 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.