FEM MaterialMechanicalNonlinear/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Docnav/ru |Material for fluid |Material editor |FEM |IconL=FEM_MaterialFluid.png |IconC=Workbench_FEM.svg |...")
(Updating to match new version of source page)
 
(21 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{UnfinishedDocu{{#translation:}}}}
{{Docnav/ru
{{Docnav/ru
|[[FEM_MaterialFluid/ru|Material for fluid]]
|[[FEM_MaterialFluid/ru|Текучий материал]]
|[[FEM_MaterialReinforced/ru|Усиленный материал (бетон)]]
|[[Material_editor/ru|Material editor]]
|[[FEM_Module/ru|FEM]]
|[[FEM_Workbench/ru|Верстак "FEM"]]
|IconL=FEM_MaterialFluid.png
|IconL=FEM_MaterialFluid.svg
|IconR=FEM_MaterialReinforced.svg
|IconC=Workbench_FEM.svg
|IconC=Workbench_FEM.svg
|IconR=Arch_Material_Group.svg
}}
}}


{{GuiCommand/ru
{{GuiCommand/ru
|Name=FEM MaterialMechanicalNonlinear
|Name=FEM MaterialMechanicalNonlinear
|Name/ru=FEM Нелинейный механический материал
|Name/ru=FEM MaterialMechanicalNonlinear
|MenuLocation= Model → Nonlinear mechanical material
|MenuLocation= Model → Materials Нелинейный механический материал
|Workbenches=[[Fem Workbench/ru|FEM]]
|Workbenches=[[FEM_Workbench/ru|FEM]]
|Shortcut=
|SeeAlso=[[FEM_tutorial/ru|FEM tutorial]]
|SeeAlso=[[FEM_tutorial/ru|FEM tutorial]]
}}
}}


<span id="Description"></span>
==Описание==
==Описание==


Creates a nonlinear mechanical material. Currently, only plasticity with simple (isotropic) hardening is available. {{Version|0.22}}: Kinematic hardening is also available.


<span id="Usage"></span>
==Использование==
==Применение==


# To create a new MaterialMechanicalNonlinear object do the following:
#* Add a {{Button|[[Image:FEM_MaterialSolid.svg|16px]] [[FEM_MaterialSolid|Material for solid]]}} first and select it.
#* Click the {{Button|[[Image:FEM MaterialMechanicalNonlinear.svg|16px]] [[FEM MaterialMechanicalNonlinear|Nonlinear mechanical material]]}} button or choose the {{MenuCommand|Model → Materials → [[Image:FEM_MaterialMechanicalNonlinear.svg|16px]] Nonlinear mechanical material‏‎}} option from the menu.
# To edit an existing MaterialMechanicalNonlinear object:
#* Select it in the [[Tree_view|Tree view]].
#* Select the material model (isotropic (simple) hardening or {{Version|0.22}}: kinematic hardening).
#* Define yield points (stress [MPa] vs plastic strain). The first point must have a zero plastic strain. Press the {{Button|...}} button next to {{PropertyData|Yield Points}} to input the points using a user-friendly list. The syntax is described in the [[#Notes|Notes]] section.


==Notes==

* In FreeCAD 0.19 and older versions, only 3 yield points can be specified. Since version 0.20 a list of yield points can contain as many as required.
* The syntax should be:

: {{Code|code=
stress_1, 0
stress_2, plastic_strain_2
...
}}

: With dot as the decimal separator since that's what CalculiX uses.

: For example to define a bilinear model with hardening for S275 steel:

: {{Code|code=
275, 0
490, 0.2
}}

: Or, to define perfect plasticity with no hardening for this material:

: {{Code|code=
275, 0
}}




{{Docnav/ru
{{Docnav/ru
|[[FEM_MaterialFluid/ru|Material for fluid]]
|[[FEM_MaterialFluid/ru|Текучий материал]]
|[[FEM_MaterialReinforced/ru|Усиленный материал (бетон)]]
|[[Material_editor/ru|Material editor]]
|[[FEM_Module/ru|FEM]]
|[[FEM_Workbench/ru|Верстак "FEM"]]
|IconL=FEM_MaterialFluid.png
|IconL=FEM_MaterialFluid.svg
|IconR=FEM_MaterialReinforced.svg
|IconC=Workbench_FEM.svg
|IconC=Workbench_FEM.svg
|IconR=Arch_Material_Group.svg
}}
}}


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

Latest revision as of 08:29, 7 March 2024

FEM Нелинейный механический материал

Системное название
FEM MaterialMechanicalNonlinear
Расположение в меню
Model → Materials → Нелинейный механический материал
Верстаки
FEM
Быстрые клавиши
Нет
Представлено в версии
-
См. также
FEM tutorial

Описание

Creates a nonlinear mechanical material. Currently, only plasticity with simple (isotropic) hardening is available. introduced in version 0.22: Kinematic hardening is also available.

Применение

  1. To create a new MaterialMechanicalNonlinear object do the following:
  2. To edit an existing MaterialMechanicalNonlinear object:
    • Select it in the Tree view.
    • Select the material model (isotropic (simple) hardening or introduced in version 0.22: kinematic hardening).
    • Define yield points (stress [MPa] vs plastic strain). The first point must have a zero plastic strain. Press the ... button next to ДанныеYield Points to input the points using a user-friendly list. The syntax is described in the Notes section.

Notes

  • In FreeCAD 0.19 and older versions, only 3 yield points can be specified. Since version 0.20 a list of yield points can contain as many as required.
  • The syntax should be:
stress_1, 0
stress_2, plastic_strain_2
...
With dot as the decimal separator since that's what CalculiX uses.
For example to define a bilinear model with hardening for S275 steel:
275, 0
490, 0.2
Or, to define perfect plasticity with no hardening for this material:
275, 0