|
Menu location |
---|
Model → Mechanical Constraints → Constraint self weight |
Workbenches |
FEM |
Default shortcut |
C,W |
See also |
FEM tutorial |
Constraint self weight defines gravity acceleration 9,81 m/s^2 acting on the whole model in the prescribed direction.
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]
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]