FEM ConstraintSelfWeight/ru


FEM ConstraintSelfWeight.png FEM ConstraintSelfWeight

Расположение в меню
FEM → Constraint self weight
Верстаки
FEM
Быстрые клавиши
C,W
См. также
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 FEM ConstraintSelfWeight.png or choose ModelMechanical ConstraintsFEM ConstraintSelfWeight.png 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.

Scripting

import ObjectsFem
ObjectsFem.makeConstraintSelfWeight( name ) 
App.ActiveDocument.Analysis.Member = App.ActiveDocument.Analysis.Member + [ (object) ] 
import ObjectsFem
selfweight_obj = ObjectsFem.makeConstraintSelfWeight( 'MySelfWeightObject' )
App.ActiveDocument.Analysis.Member = App.ActiveDocument.Analysis.Member + [selfweight_obj] 

Solver CalculiX

Limitations

Editing CalculiX input file

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]

Solver Z88

Online version: "http://www.freecadweb.org/wiki/index.php?title=FEM_ConstraintSelfWeight/ru&oldid=257734"

Navigation menu