FEM ConstraintForce: Difference between revisions

From FreeCAD Documentation
m (Change section to 'Usage')
mNo edit summary
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu}}
{{UnfinishedDocu{{#translation:}}}}
<translate>
<translate>
<!--T:7-->
<!--T:7-->
{{Docnav
{{Docnav|[[FEM_ConstraintTransform|Constraint transform]]|[[FEM_ConstraintPressure|Constraint pressure]]|[[FEM_Module|FEM]]|IconL=FEM_ConstraintTransform.png|IconC=Workbench_FEM.svg|IconR=FEM_ConstraintPressure.png}}
|[[FEM_ConstraintTransform|Constraint transform]]
|[[FEM_ConstraintPressure|Constraint pressure]]
|[[FEM_Module|FEM]]
|IconL=FEM_ConstraintTransform.png
|IconC=Workbench_FEM.svg
|IconR=FEM_ConstraintPressure.png
}}


<!--T:1-->
<!--T:1-->
{{GuiCommand
{{GuiCommand|Name=FEM ConstraintForce|MenuLocation=Model → Mechanical Constraints → Constraint force||Workbenches=[[Fem Workbench|FEM]]|Shortcut=|SeeAlso=[[FEM_tutorial|FEM tutorial]]}}
|Name=FEM ConstraintForce

|MenuLocation=Model → Mechanical Constraints → Constraint force

|Workbenches=[[Fem Workbench|FEM]]
|Shortcut=
|SeeAlso=[[FEM_tutorial|FEM tutorial]]
}}


==Description== <!--T:2-->
==Description== <!--T:2-->
Line 41: Line 52:


<!--T:8-->
<!--T:8-->
{{Docnav
{{Docnav|[[FEM_ConstraintTransform|Constraint transform]]|[[FEM_ConstraintPressure|Constraint pressure]]|[[FEM_Module|FEM]]|IconL=FEM_ConstraintTransform.png|IconC=Workbench_FEM.svg|IconR=FEM_ConstraintPressure.png}}
|[[FEM_ConstraintTransform|Constraint transform]]

|[[FEM_ConstraintPressure|Constraint pressure]]
<!--T:9-->
|[[FEM_Module|FEM]]
{{FEM Tools navi}}
|IconL=FEM_ConstraintTransform.png
|IconC=Workbench_FEM.svg
|IconR=FEM_ConstraintPressure.png
}}


<!--T:10-->
{{Userdocnavi}}
</translate>
</translate>
{{FEM Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}
{{clear}}

Revision as of 02:09, 1 March 2020

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 ConstraintForce

Menu location
Model → Mechanical Constraints → Constraint force
Workbenches
FEM
Default shortcut
None
Introduced in version
-
See also
FEM tutorial

Description

This command applies a force of given value [N] to selected target geometry.

Usage

1) Applying a force in normal direction to a face

    • In FEM workbench, click on Constraint Force or select ModelMechanical ConstraintsConstraint force to open Force Constraint properties dialog

    • If you have Mesh displayed, you need to hide it (select the mesh object and press spacebar or right click and select Hide item) and show the original model.
    • Click on a face to which a force should be applied. It will appear in the list of geometrical objects.
    • Fill in Line load with a force value in [N] (attention: Not in [N/m])

    • Direction: In a typical case, you'll click this field empty to apply a force in normal direction to the face. You can revert the direction of the force by clicking Reverse direction. In other cases, you need to pick a face or plane, which is in normal to the force direction (it could differ from the face, to which the force is being applied)
    • Click Close to finish the dialog and create ConstraintForce object


2) Applying a force in to line in selected direction

    • In FEM workbench, click on Constraint Force or select ModelMechanical ConstraintsConstraint force to open Force Constraint properties dialog
    • If you have Mesh displayed, you need to hide it (select the mesh object and press spacebar or right click and select Hide item) and show the original model.
    • Click on a line segment to which a force should be applied. It will appear in the list of geometrical objects.
    • Fill in Area load with a force value in [N]
    • Direction: Now, with line segment selected, it si likely that the force is applied in a wrong direction. We need to specify the direction by clicking the button Direction and then clicking a face pointing with its normal to the direction of the force (or reversed direction). Again, you can revert the direction of the force by clicking Reverse direction.

    • Click Close to finish the dialog and create ConstraintForce object