Analysis Commands: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
[[image:analysis.gif]] | [[image:analysis.gif]] | ||
[[image: | [[image:Example5.1.tcl]] | ||
The following Analysis commands are added to the interpreter to create the Analysis and perform the analysis: | The following Analysis commands are added to the interpreter to create the Analysis and perform the analysis: |
Revision as of 21:48, 22 February 2010
In OpenSees, an analysis is an object which is composed by the aggregation of component objects. It is the component objects which define the type of analysis that is peformed on the model. The component classes, as shown in the figure below, consist of the following:
- ConstraintHandler -- determines how the constraint equations are enforced in the analysis -- how it handles the boundary conditions/imposed displacements
- DOF_Numberer -- determines the mapping between equation numbers and degrees-of-freedom
- Integrator -- determines the predictive step for time t+dt
- SolutionAlgorithm -- determines the sequence of steps taken to solve the non-linear equation at the current time step
- SystemOfEqn/Solver -- within the solution algorithm, it specifies how to store and solve the system of equations in the analysis
- Convergence Test -- determines when convergence has been achieved.
The following Analysis commands are added to the interpreter to create the Analysis and perform the analysis: