FEM ElementGeometry1D: Difference between revisions

From FreeCAD Documentation
No edit summary
(button name update)
Line 31: Line 31:
<!--T:15-->
<!--T:15-->
# There are several ways to invoke the command:
# There are several ways to invoke the command:
#* Press the {{Button|[[Image:FEM_ElementGeometry1D.svg|16px]] [[FEM_ElementGeometry1D|FEM ElementGeometry1D]]}} button.
#* Press the {{Button|[[Image:FEM_ElementGeometry1D.svg|16px]] [[FEM_ElementGeometry1D|Beam cross section]]}} button.
#* Select the {{MenuCommand|Model → Element Geometry → [[Image:FEM_ElementGeometry1D.svg|16px]] Beam cross section}} option from the menu.
#* Select the {{MenuCommand|Model → Element Geometry → [[Image:FEM_ElementGeometry1D.svg|16px]] Beam cross section}} option from the menu.
# Choose the type of cross section and specify the necessary dimensions:
# Choose the type of cross section and specify the necessary dimensions:

Revision as of 19:47, 10 November 2023

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 ElementGeometry1D

Menu location
Model → Element Geometry → Beam cross section
Workbenches
FEM
Default shortcut
C B
Introduced in version
-
See also
FEM tutorial

Description

ElementGeometry1D is used to define cross sections for beam elements. Currently the following types of cross sections are available: rectangular, circular and pipe.

Usage

  1. There are several ways to invoke the command:
    • Press the Beam cross section button.
    • Select the Model → Element Geometry → Beam cross section option from the menu.
  2. Choose the type of cross section and specify the necessary dimensions:
    • Rectangular: width and height,
    • Circular: diameter,
    • Pipe: diameter and thickness.
  3. Optionally press the Add button in the task panel and then click on the edge you want to have a prescribed cross section. If the edge selection is free, all remaining edges (whose cross section is not defined by other FEM ElementGeometry1D objects) will be automatically assigned.

Options

Properties

Limitations

Notes

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

Scripting