Nonlinear finite elements/Nonlinear axial bar weak form
From Wikiversity
Contents |
[edit] Symmetric weak form for the axially loaded bar
Let us start with the weak form and derive a symmetric stiffness matrix. We have,
Once again, we multiply with a weighting function and integrate over an element to get
Integrating the first term by parts, we get
Taking the internal force terms to the left and the external force terms to the right, we get
Note that, at x = L,
Also, at x = 0, we have w = 0. The external surface force is zero at all other points. Therefore,
[edit] The finite element approximation
Let the trial and weighting functions be
Then, we get
Take the constants outside the integral sign as usual, and we can write
The above can be written in the usual form as
where
This stiffness matrix is symmetric. However, we are still left with the problem of dealing with the E(u) part.
[edit] Dealing with E(u)
The expression of E(u) is
In terms of the trial function, we have
I have chosen to call the index k in order to distinguish it from the index names that we have already used, that is i and j.
Plugging the expansion for E(u) into the expression for Kij we get
Notice that the stiffness matrix continues to remain symmetric when we do this because the sum over k includes all the relevant nodes.
The stiffness matrix is now a function of the unknown displacements ui and the system of equations can be written as
This is a nonlinear system of equations and cannot be solved directly (as was done for linear systems).
[edit] Making things a bit more concrete
Let us get a bit more explicit about what all that leads to.
Assume that the bar is divided into two linear elements. Therefore, there are three global nodes: 1, 2, and 3. Each element has two nodes which have local numbers 1 and 2.
The shape functions within each element are
where x1 is the coordinate of node 1 of the element, and x2 is the coordinate of node 2 of the element. The length of the element is h.
The derivatives of the shape functions are
The element stiffness matrix terms can be written as
where u1 is the displacement of local node 1, and u2 is the displacement of local node 2.
Plugging in the values of the derivatives of the shape functions, we get
The terms inside the integrals are the same for all the coefficients of the stiffness matrix (this is not true in general), and we have
Therefore,
In matrix form, the element stiffness matrix is
For simplicity, let us set the body force term a to zero. Let us also assume that both elements have equal lengths. Then the assembled global system of equations (for the two element mesh) is
After simplification, we have
The stiffness matrix is a function of u1, u2, and u3.
The boundary condition at x = 0 is u1 = 0. Therefore, the reduced system of equations can be written as
The reduced stiffness matrix is a function of u2 and u3.
How can we find u2 and u3 under these circumstances? We will use the Newton-Raphson numerical technique.
![{
A~\cfrac{d}{dx}\left[E(u)\cfrac{du}{dx}\right] + ax = 0 ~.
}](http://upload.wikimedia.org/math/d/b/b/dbb1480fc327297e9111f9eb984f2aad.png)
![\int_{\Omega} A~\cfrac{d}{dx}\left[E(u)\cfrac{du}{dx}\right]w~dx +
\int_{\Omega} axw = 0 ~.](http://upload.wikimedia.org/math/4/3/a/43ae9333d91dc6b4dbf1ad44ad57540a.png)






















