Previous Topic

Next Topic

Book Contents

Static Analysis

This command is used to construct a StaticAnalysis object.

analysis Static

This analysis object is constructed with the component objects previously created by the analyst. If none has been created, default objects are constructed and used:

Component Object

Default object

SolutionAlgorithm, StaticIntegrator (Displacement Control, integrator Command, Load Control, Minimum Unbalanced Displacement Norm)

NewtonRaphson EquiSolnAlgo with a CTestNormUnbalance with a tolerance of 1e-6 and a maximum of 25 iterations

ConstraintHandler

PlainHandler ConstraintHandler

DOF_Numberer

RCM DOF_Numberer

LinearSOE, LinearSolver

profiled symmetric positive definite LinearSOE and Linear Solver

Integrator

LoadControl StaticIntegrator with a constant load increment of 1.0

Previous Topic

Next Topic