Shape functions based on Legendre Polynomials
The plate solution uses an energy method in which the displacement distributions are assumed functions. The assumed functions use a summation series with unknown coefficients. For example
where
is an unknown coefficient to be determined through minimization of potential energy.
[x] is a function that satisfies the required displacement boundary conditions.
The code a assumed functions that are constructed from Legendre polynomials. Following Szabo and Babuska ("Finite Element Analysis", pg 38, Wiley, 1991), we take the first two terms of the series as
Where in the local coordinate system, ζ has the range -1/2 to +1/2. The remaining terms of the series have the form
where
is a Legendre polynomial. The ψ functions have the characteristic of passing through zero at the endpoints.
though
are shown in the following plot.
Because the higher order functions have a value of zero at the boundary, specified boundary conditions are governed by the the first two interpolation terms
and
.
Created by Mathematica (July 9, 2004)