FEM tutorial/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 53: Line 53:
Мы создали сетку для нашего объекта и готовы добавить к нему ограничения и действующие силы.
Мы создали сетку для нашего объекта и готовы добавить к нему ограничения и действующие силы.


==== Ограничения и силы ====
==== Constraints and Forces ====
# Hide the mesh from the Tree View.
# Скройте сетку внутри древа проекта.
# Show the original model
# Откройте оригинальную модель
# Выберите [[Image:FEM_FixedConstraint.png|16px]] [[Fem_ConstraintFixed/ru|Создать МКЭ с фиксированными ограничениями]]
# Select [[Image:FEM_FixedConstraint.png|16px]] [[FEM_ConstraintFixed|Create FEM fixed constraint]]
# Select the back face of the Cube (face on the '''YZ''' axis) and click OK
# Выберите заднюю поверхность Куба (поверхность осей '''YZ''') и кликните OK
# Выберите [[Image:FEM_ForceConstraint.png|16px]] [[Fem_ConstraintForce/ru|Создать МКЭ с ограничениями силы]]
# Select [[Image:FEM_ForceConstraint.png|16px]] [[FEM_ConstraintForce|Create FEM force constraint]]
# Select the front face of the Cube (the face parallel to the back face) and set the '''Area load''' value to 9000000.00
# Выберите фронтальную поверхность Куба (грань, параллельная задней поверхности) и установите значение '''Area load''' в 9000000,00
# Установите '''Direction''' в '''-Z''' выбором одной из граней параллельно этому направлеию.
# Set the '''Direction''' to '''-Z''' by selecting one of the face edges parallel to that direction.
# Кликните OK
# Click OK


Теперь мы установили ограничения и силы для нашего статического анализа.
Теперь мы установили ограничения и силы для нашего статического анализа.
Line 69: Line 69:
# Нажмите '''OK'''
# Нажмите '''OK'''


==== Запуск решателя ====
==== Running the Solver ====
===== Стандартная процедура =====
===== Standard Procedure =====
# Выберите объект решателя [[Image:FEM_Solver.png|16px]], находящийся в '''Mechanical Analysis'''
# Select the solver object [[Image:FEM_Solver.png|16px]] contained in the '''Mechanical Analysis'''
# Выберите в меню [[Image:FEM_Calculation.png|16px]] [[Fem_ControlSolver/ru|Start solver job control]]
# Select [[Image:FEM_Calculation.png|16px]] [[FEM_SolverControl|Start calculation]] from the menu
# Выберите '''Write Calculix Input File'''
# Select '''Write Calculix Input File'''
# Выберите '''Run Calculix'''
# Select '''Run Calculix'''
# Кликните '''Close'''
# Click '''Close'''


===== Быстрая процедура =====
===== Quick Procedure =====
# Выберите объект решателя [[Image:FEM_Solver.png|16px]], находящийся в '''Mechanical Analysis'''
# Select the solver object [[Image:FEM_Solver.png|16px]] contained in the '''Mechanical Analysis'''
# Кликните на [[Image:FEM_RunCalculiXccx.png|16px]] [[Fem_RunSolver/ru|Run CalculiX ccx]].
# Click on [[Image:FEM_RunCalculiXccx.png|16px]] [[FEM_SolverRun|Quick Analysis]].


==== Результаты анализа ====
==== Analyzing Results ====
# From the '''Object Tree''', select the '''Results''' object
# Выберите объект '''Results''' из '''Object Tree'''
# Выберите [[Image:FEM_ShowResult.png|16px]] [[Fem_ShowResult/ru|Show result]]
# Select [[Image:FEM_ShowResult.png|16px]] [[FEM_ResultShow|Show result]]
# Choose among the different Result types to view the results
# Выберите для просмотра из различных типов результата нужные
# The slider at the bottom can be used to alter the mesh visualization. This allows us to visualize the deformation experienced by the object, keep in mind that this is an approximation.
# Движок внизу может использоваться для изменения визуализации сетки. Это позволяет визуализировать деформацию, испытываемую объектом, учитывая, что это приближение.
# Для удаления результатов выберите [[Image:FEM_PurgeResults.png|16px]] [[Fem_PurgeResults/ru|Purge results]]
# To remove the results select [[Image:FEM_PurgeResults.png|16px]] [[FEM_ResultsPurge|Purge results]]


{{Note|Comparison to previous example file|If you select the '''Z displacement''' result type, you can see that the obtained value is almost identical to the test example provided by FreeCAD. Differences may occur due to the quality of the mesh and the number of nodes it possesses.}}
{{Note|Comparison to previous example file|If you select the '''Z displacement''' result type, you can see that the obtained value is almost identical to the test example provided by FreeCAD. Differences may occur due to the quality of the mesh and the number of nodes it possesses.}}

Revision as of 20:33, 9 April 2017

Tutorial
Topic
Finite Element Analysis
Level
Beginner
Time to complete
10 minutes + Solver time
Authors
Drei
FreeCAD version
0.16.6700 or above
Example files
See also
None

Введение

Это руководство предназначено для того чтобы ознакомить с основными принципами работы с верстаком FEM, а также большинством доступных инструментов для статического анализа.

Requirements

  • FreeCAD version 0.16.6700 or above
  • Netgen and/or GMSH is installed on the system
  • In the case of GMSH, installation of psicofil's macro is recommended
  • Calculix is installed on the system
  • The reader has the basic knowledge to use the Part and PartDesign Workbenches

Последовательность действий

Моделирование

В этом примере в качестве объекта исследования используется Куб, но также вместо него могут быть использованы модели созданные в Верстаках Part или PartDesign.

  1. Создать новый документ
  2. Активировать верстак Part
  3. Создать Куб
  4. Изменить его размеры (Box) на следующие:
    1. Length: 8000 мм
    2. Width: 1000 мм
    3. Height: 1000 мм

Теперь у нас есть модель с которой можно работать.

Creating the Analysis

Netgen
  1. Select the model
  2. Click New mechanical analysis from the menu to create an analysis from the object that was selected
  3. In the meshing dialog, click OK

Вы также можете перетащить сетку в Mechanical Analysis, у которого нет сетки, внутри древа проекта.

GMSH

Макросы от psicofil's - строго рекомендуются и используется в данном примере.

  1. Активировать макрос
  2. Выбрать объект, который вы хотите использовать. В нашем случае это Куб
  3. Выберете пункт Create Mechanical Analysis from mesh
  4. Кликните OK

Мы создали сетку для нашего объекта и готовы добавить к нему ограничения и действующие силы.

Constraints and Forces

  1. Hide the mesh from the Tree View.
  2. Show the original model
  3. Select Create FEM fixed constraint
  4. Select the back face of the Cube (face on the YZ axis) and click OK
  5. Select Create FEM force constraint
  6. Select the front face of the Cube (the face parallel to the back face) and set the Area load value to 9000000.00
  7. Set the Direction to -Z by selecting one of the face edges parallel to that direction.
  8. Click OK

Теперь мы установили ограничения и силы для нашего статического анализа.

Последние приготовления

  1. Нажмите Mechanical material... и выберете Calculix-Steel в качестве материала.
  2. Нажмите OK

Running the Solver

Standard Procedure
  1. Select the solver object contained in the Mechanical Analysis
  2. Select Start calculation from the menu
  3. Select Write Calculix Input File
  4. Select Run Calculix
  5. Click Close
Quick Procedure
  1. Select the solver object contained in the Mechanical Analysis
  2. Click on Quick Analysis.

Analyzing Results

  1. From the Object Tree, select the Results object
  2. Select Show result
  3. Choose among the different Result types to view the results
  4. The slider at the bottom can be used to alter the mesh visualization. This allows us to visualize the deformation experienced by the object, keep in mind that this is an approximation.
  5. To remove the results select Purge results
Comparison to previous example file

If you select the Z displacement result type, you can see that the obtained value is almost identical to the test example provided by FreeCAD. Differences may occur due to the quality of the mesh and the number of nodes it possesses.


Теперь мы закончили с основными принципами работы FEM Module.



Other languages: