FEM MaterialReinforced: Difference between revisions

From FreeCAD Documentation
Line 23: Line 23:
==Description==
==Description==


Creates a material for reinforced matrix material. It combines a matrix material (e.g. concrete) and a reinforcement material (e.g. steel).
Creates a reinforced matrix material. It combines a matrix material (e.g. concrete) and a reinforcement material (e.g. steel).


==Usage==
==Usage==

Revision as of 09:24, 12 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 MaterialReinforced

Menu location
Model → Materials → Reinforced material (concrete)
Workbenches
FEM
Default shortcut
None
Introduced in version
-
See also
FEM tutorial

Description

Creates a reinforced matrix material. It combines a matrix material (e.g. concrete) and a reinforcement material (e.g. steel).

Usage

  1. To define a reinforced material model do the following:
  2. To edit an existing MaterialReinforced object:
    • Click it in the Tree view.
    • Select the matrix material. Optionally, press the Edit button the edit its properties. The following material properties have to be defined: Young's modulus, Poisson's ratio, compressive strength and angle of friction.
    • Select the reinforcement material. Optionally, press the Edit button the edit its properties. Yield strength has to be defined.

Notes