Iterative Solution Methods for Nonlinear Studies
Nonlinear Static Studies
In nonlinear static analysis, the basic set of equations to be solved at any “time” step, t+Dt, is:
t+
D
t
{R} - t+
D
t
{F} = 0,
where
t+Dt{R} = Vector of externally applied nodal loads
t+Dt{F} = Vector of internally generated nodal forces.
Since the internal nodal forces t+
D
t
{F} depend on nodal displacements at time t+Dt, t+
D
t
{U}, an iterative method must be used. The following equations represent the basic outline of an iterative scheme to solve the equilibrium equations at a certain time step, t+Dt,
{
D
R}
(i-1) = t+
D
t
{R} - t+
D
t
{F}
(i-1)
t+
D
t
[K]
(i) {
D
U}
(i) = {
D
R}
(i-1)
t+
D
t
{U}
(i) = t+
D
t
{U}
(i-1) + {
D
U}
(i)
t+
D
t
{U}
(0) = t
{U};
t+
D
t
{F}
(0) = t
{F}
where,
t+Dt{R} = Vector of externally applied nodal loads
t+Dt{F}(i-1) = Vector of internally generated nodal forces at iteration (i)
{DR}(i-1) = The out-of-balance load vector at iteration (i)
{DU}(i) = Vector of incremental nodal displacements at iteration (i)
t+Dt{U}(i) = Vector of total displacements at iteration (i)
t+Dt[K](i) = The Jacobian (tangent stiffness) matrix at iteration (i).
There are different schemes to perform the above iterations. A brief description of two methods of the Newton type are presented below:
Related Topics
Nonlinear Dynamic Studies