FEM ElementGeometry2D/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
Line 48: Line 48:


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

<span id="Scripting"></span>
==Программирование==


<span id="Notes"></span>
<span id="Notes"></span>
==Примечания==
==Примечания==


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].





Latest revision as of 08:55, 27 January 2024

FEM ElementGeometry2D

Системное название
FEM ElementGeometry2D
Расположение в меню
Model →Shell plate tickness
Верстаки
FEM
Быстрые клавиши
C S
Представлено в версии
-
См. также
FEM tutorial

Описание

ElementGeometry2D используется для определения толщины двумерных элементов МКЭ, всех или лежащих на выбранной поверхности.

Применение

  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.

Ограничения

  • Анализ, объединяющий элементы оболочки с твердотельными или краевыми элементами, не поддерживается в текущей версии (FreeCAD 0.18).

Свойства

ДанныеThickness: specifies the thickness of the shell.

Примечания