FEM ElementGeometry1D/it: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 37: Line 37:
#* Rectangular: width and height,
#* Rectangular: width and height,
#* Circular: diameter,
#* Circular: diameter,
#* Pipe: diameter and thickness.
#* Pipe: outer diameter and thickness.
# Optionally, press the {{Button|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|FEM ElementGeometry1D]] objects) will be automatically assigned.
# Optionally, press the {{Button|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|FEM ElementGeometry1D]] objects) will be automatically assigned.


Line 45: Line 45:
* {{PropertyData|Section Type}}: specifies the type of the beam section (''Rectangular'', ''Circular'' or ''Pipe'')
* {{PropertyData|Section Type}}: specifies the type of the beam section (''Rectangular'', ''Circular'' or ''Pipe'')
* {{PropertyData|Circ Diameter}}: diameter of circular section, used if {{PropertyData|Section Type}} is ''Circular''
* {{PropertyData|Circ Diameter}}: diameter of circular section, used if {{PropertyData|Section Type}} is ''Circular''
* {{PropertyData|Pipe Diameter}}: diameter of pipe section, used if {{PropertyData|Section Type}} is ''Pipe''
* {{PropertyData|Pipe Diameter}}: outer diameter of pipe section, used if {{PropertyData|Section Type}} is ''Pipe''
* {{PropertyData|Pipe Thickness}}: thickness of pipe section, used if {{PropertyData|Section Type}} is ''Pipe''
* {{PropertyData|Pipe Thickness}}: thickness of pipe section, used if {{PropertyData|Section Type}} is ''Pipe''
* {{PropertyData|Rect Height}}: height of rectangular section, used if {{PropertyData|Section Type}} is ''Rectangular''
* {{PropertyData|Rect Height}}: height of rectangular section, used if {{PropertyData|Section Type}} is ''Rectangular''

Revision as of 13:10, 12 February 2024

FEM ElementGeometry1D

Posizione nel menu
Modello → Sezione trasversale di trave
Ambiente
FEM
Avvio veloce
C B
Introdotto nella versione
-
Vedere anche
FEM tutorial

Descrizione

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

Utilizzo

  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: outer 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.

Proprietà

  • DatiSection Type: specifies the type of the beam section (Rectangular, Circular or Pipe)
  • DatiCirc Diameter: diameter of circular section, used if DatiSection Type is Circular
  • DatiPipe Diameter: outer diameter of pipe section, used if DatiSection Type is Pipe
  • DatiPipe Thickness: thickness of pipe section, used if DatiSection Type is Pipe
  • DatiRect Height: height of rectangular section, used if DatiSection Type is Rectangular
  • DatiRect Width: width of rectangular section, used if DatiSection Type is Rectangular

Limitazioni

  • Other types of cross-sections available in CalculiX (elliptical, box and general) are not currently supported. One can edit the input file to use them.

Note