FEM ConstraintSelfWeight

From FreeCAD Documentation
Revision as of 06:51, 18 March 2017 by Renatorivo (talk | contribs) (Created page with "<translate> {{GuiCommand|Name=FEM ConstraintSelfWeight|MenuLocation=FEM → Constraint self weight||Workbenches=FEM|Shortcut=C,W|SeeAlso=FEM_tutorial|FEM t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

FEM ConstraintSelfWeight

Menu location
FEM → Constraint self weight
Workbenches
FEM
Default shortcut
C,W
Introduced in version
-
See also
FEM tutorial

Description

Constraint self weight defines gravity acceleration 9,81 m/s^2 acting on the whole model in the prescribed direction.

How to use

  1. Click on or choose FEM Constraint self weight from the top menu or press C then W keys.
  2. You can modify the direction of gravitation by changing its vector coordinates in the property bar of newly created ConstraintSelfWeight object.

Limitations

  • You need to modify .inp file to edit gravity acceleration.
  • Self weight is applied to the whole model.

Changing gravity acceleration

Acceleration constant can be edited by hand modification after generating CalculiX input file.

Example of lines in .inp file:

*DLOAD
Eall,GRAV,9810,0.0,0.0,-1.0

where 9810 is gravity acceleration in [mm/s^2]