Getting Started with OpenSees -- Summary of Gravity Loads

From OpenSeesWiki
Revision as of 22:20, 12 March 2010 by Fmk (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search




The gravity loads can be placed into a file, called GravityLoads.tcl with the following commands:

pattern Plain 1 Linear {
  load 3 0.0 -2000 -168074
  load 4 0.0 -2000 168074
}

constraints Transformation
numberer RCM
system BandGeneral
test NormDispIncr 1.0e-6 6
algorithm Newton
integrator LoadControl 0.1
analysis Static

analyze 10
loadConst -time 0.0

This file can be sourced in after the example.tcl file:

source example.tcl
source GravityLoads.tcl




Return to Getting Started with OpenSees