FEM ElementGeometry2D: Difference between revisions

From FreeCAD Documentation
(Filling basic content (icon in the "How to use" is too large))
mNo edit summary
 
(30 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu}}
<translate>
<translate>

<!--T:4-->
<!--T:4-->
{{Docnav
{{Docnav|[[FEM_ElementRotation1D|Beam rotation]]|[[FEM_ElementFluid1D|Fluid section for 1D flow]]|[[FEM_Module|FEM]]|IconL=Fem-beam-rotation.svg|IconC=Workbench_FEM.svg|IconR=FEM_ElementFluid1D.png}}
|[[FEM_ElementRotation1D|Beam rotation]]
|[[FEM_ElementFluid1D|Fluid section for 1D flow]]
|[[FEM_Workbench|FEM]]
|IconL=FEM_ElementRotation1D.svg
|IconR=FEM_ElementFluid1D.svg
|IconC=Workbench_FEM.svg
}}


<!--T:1-->
<!--T:1-->
{{GuiCommand
{{GuiCommand|Name=FEM ElementGeometry2D|MenuLocation=Model →Shell plate tickness||Workbenches=[[Fem Workbench|FEM]]|Shortcut=C,S|SeeAlso=[[FEM_tutorial|FEM tutorial]]}}
|Name=FEM ElementGeometry2D
|MenuLocation=Model → Element Geometry → Shell plate thickness
|Workbenches=[[FEM_Workbench|FEM]]
|Shortcut={{KEY|C}} {{KEY|S}}
|SeeAlso=[[FEM_tutorial|FEM tutorial]]
}}


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


==How to use== <!--T:3-->
<!--T:12-->
'''ElementGeometry2D''' is used to define the thickness of shell FEM elements, all or lying on the chosen surface.
# Press the {{Button|[[Image:FEM_ElementGeometry2D.png]] [[FEM_ElementGeometry2D|FEM ElementGeometry2D]]}} button, or press {{KEY|C}} then {{KEY|S}} keys.
# Define a thickness parameter.
# Optionally click {{incode|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.


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


<!--T:13-->
==Properties==
# There are several ways to invoke the command:
#* Press the {{Button|[[Image:FEM_ElementGeometry2D.svg|16px]] [[FEM_ElementGeometry2D|Shell plate thickness]]}} button.
#* Select the {{MenuCommand|Model → Element Geometry → [[Image:FEM_ElementGeometry2D.svg|16px]] Shell plate thickness}} option from the menu.
# Specify the shell thickness.
# Optionally press the {{Button|Add}} button in the task panel and then click on the face you want to have a prescribed thickness. If the face selection is empty, all remaining faces (whose thickness is not defined by other [[FEM_ElementGeometry2D|FEM ElementGeometry2D]] objects) will be automatically assigned.

==Limitations== <!--T:8-->

<!--T:14-->
* Currently, analyses combining shell elements with solid or edge elements are not supported.

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

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


==Notes== <!--T:11-->
==Scripting==


<!--T:16-->
==Notes==
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]] 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}}.
* This feature uses the [https://web.mit.edu/calculix_v2.7/CalculiX/ccx_2.7/doc/ccx/node238.html *SHELL SECTION card in CalculiX].


<!--T:5-->
{{Docnav|[[FEM_ElementRotation1D|Beam rotation]]|[[FEM_ElementFluid1D|Fluid section for 1D flow]]|[[FEM_Module|FEM]]|IconL=Fem-beam-rotation.svg|IconC=Workbench_FEM.svg|IconR=FEM_ElementFluid1D.png}}


<!--T:6-->
<!--T:5-->
{{Docnav
{{FEM Tools navi}}
|[[FEM_ElementRotation1D|Beam rotation]]
|[[FEM_ElementFluid1D|Fluid section for 1D flow]]
|[[FEM_Workbench|FEM]]
|IconL=FEM_ElementRotation1D.svg
|IconR=FEM_ElementFluid1D.svg
|IconC=Workbench_FEM.svg
}}


<!--T:7-->
{{Userdocnavi}}
</translate>
</translate>
{{FEM Tools navi{{#translation:}}}}
{{clear}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 08:55, 27 January 2024

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 the thickness of shell FEM elements, all or lying on the chosen surface.

Usage

  1. There are several ways to invoke the command:
    • Press the Shell plate thickness button.
    • Select the Model → Element Geometry → Shell plate thickness option from the menu.
  2. Specify the shell thickness.
  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 empty, all remaining faces (whose thickness is not defined by other FEM ElementGeometry2D objects) will be automatically assigned.

Limitations

  • Currently, analyses combining shell elements with solid or edge elements are not supported.

Properties

DataThickness: specifies the thickness of the shell.

Notes