Integrator Command: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Add new Integrator: Explicit difference) |
||
(10 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{CommandManualMenu}} | |||
This command is used to construct the Integrator object. The Integrator object determines the meaning of the terms in the system of equation object Ax=B. | This command is used to construct the Integrator object. The Integrator object determines the meaning of the terms in the system of equation object Ax=B. | ||
Line 6: | Line 8: | ||
* specify the tangent matrix and residual vector at any iteration | * specify the tangent matrix and residual vector at any iteration | ||
* determine the corrective step based on the displacement increment dU | * determine the corrective step based on the displacement increment dU | ||
Line 24: | Line 19: | ||
Transient Integrators: | Transient Integrators: | ||
*[[Central Difference]] | |||
*[[Newmark Method]] | *[[Newmark Method]] | ||
*[[ | *[[Hilber-Hughes-Taylor Method]] | ||
*[[Generalized Alpha Method]] | |||
*[[TRBDF2]] | |||
*[[Explicit Difference]] |
Latest revision as of 19:15, 13 June 2017
- Command_Manual
- Tcl Commands
- Modeling_Commands
- model
- uniaxialMaterial
- ndMaterial
- frictionModel
- section
- geometricTransf
- element
- node
- sp commands
- mp commands
- timeSeries
- pattern
- mass
- block commands
- region
- rayleigh
- Analysis Commands
- Output Commands
- Misc Commands
- DataBase Commands
This command is used to construct the Integrator object. The Integrator object determines the meaning of the terms in the system of equation object Ax=B.
The Integrator object is used for the following:
* determine the predictive step for time t+dt * specify the tangent matrix and residual vector at any iteration * determine the corrective step based on the displacement increment dU
The type of integrator used in the analysis is dependent on whether it is a static analysis or transient analysis.
Static Integrators:
Transient Integrators: