FEM ElementGeometry2D/pt-br: Difference between revisions

From FreeCAD Documentation
(Created page with "==Notas==")
(Updating to match new version of source page)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu{{#translation:}}}}


<div class="mw-translate-fuzzy">
{{Docnav
{{Docnav
|[[FEM_ElementRotation1D/pt-br|Rotação de viga]]
|[[FEM_ElementRotation1D/pt-br|Rotação de viga]]
|[[FEM_ElementFluid1D/pt-br|Seção do fluido para fluxo 1D]]
|[[FEM_ElementFluid1D/pt-br|Seção do fluido para fluxo 1D]]
|[[FEM_Module/pt-br|FEM]]
|[[FEM_Workbench/pt-br|FEM]]
|IconL=FEM_ElementRotation1D.svg
|IconL=FEM_ElementRotation1D.svg
|IconR=FEM_ElementFluid1D.svg
|IconR=FEM_ElementFluid1D.svg
|IconC=Workbench_FEM.svg
|IconC=Workbench_FEM.svg
}}
}}
</div>


{{GuiCommand
{{GuiCommand
|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]]
}}
}}


<span id="Description"></span>
==Descrição==
==Descrição==


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


<span id="Usage"></span>
==Utilização==
==Utilização==


# 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|FEM ElementGeometry2D]]}} button.
#* 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.
#* Select the {{MenuCommand|Model → Element Geometry → [[Image:FEM_ElementGeometry2D.svg|16px]] Shell plate thickness}} option from the menu.
# Specify the shell thickness.
# Define a thickness parameter.
# 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 free, all remaining faces (whose thickness is not defined by other [[FEM_ElementGeometry2D|FEM ElementGeometry2D]] objects) will be automatically assigned.
# 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.


<span id="Limitations"></span>
== Limitações ==
== Limitações ==


* Analysis combining shell elements with solid or edge elements is not supported in the current version (FreeCAD 0.18).
* Currently, analyses combining shell elements with solid or edge elements are not supported.


<span id="Properties"></span>
==Propriedades==
==Propriedades==


{{PropertyData|Thickness}}: specifies the thickness of the shell.
{{PropertyData|Thickness}}: specifies the thickness of the shell.


<span id="Notes"></span>
==Scripting==

==Notas==
==Notas==


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




<div class="mw-translate-fuzzy">
{{Docnav
{{Docnav
|[[FEM_ElementRotation1D|Beam rotation]]
|[[FEM_ElementRotation1D/pt-br|Rotação de viga]]
|[[FEM_ElementFluid1D|Fluid section for 1D flow]]
|[[FEM_ElementFluid1D/pt-br|Seção do fluido para fluxo 1D]]
|[[FEM_Module|FEM]]
|[[FEM_Workbench/pt-br|FEM]]
|IconL=FEM_ElementRotation1D.svg
|IconL=FEM_ElementRotation1D.svg
|IconR=FEM_ElementFluid1D.svg
|IconR=FEM_ElementFluid1D.svg
|IconC=Workbench_FEM.svg
|IconC=Workbench_FEM.svg
}}
}}
</div>


{{FEM Tools navi{{#translation:}}}}
{{FEM Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 08:55, 27 January 2024

Other languages:

FEM ElementGeometry2D

Menu location
Model → Element Geometry → Shell plate thickness
Workbenches
FEM
Default shortcut
C S
Introduced in version
-
See also
FEM tutorial

Descrição

ElementGeometry2D is used to define the thickness of shell FEM elements, all or lying on the chosen surface.

Utilização

  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.

Limitações

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

Propriedades

DadosThickness: specifies the thickness of the shell.

Notas