Unit 1 - PPT 1
Unit 1 - PPT 1
EXPERIMENTAL METHOD
EXPERIMENTAL METHOD
• 2. Select interpolation functions. Interpolation functions are used to interpolate the field variables over
the element. Often, polynomials are selected as interpolation functions. The degree of the polynomial
depends on the number of nodes assigned to the element.
• 3. Find the element properties. The matrix equation for the finite element should be established which
relates the nodal values of the unknown function to other parameters. For this task different
approaches can be used; the most convenient are: the variational approach and the Galerkin method.
• 4. Assemble the element equations. To find the global equation system for the whole solution region we
must assemble all the element equations. In other words we must combine local element equations for
all elements used for discretization. Element connectivities are used for the assembly process. Before
solution, boundary conditions (which are not accounted in element equations) should be imposed.
5. Solve the global equation system. The finite element global
equation sytem is typically sparse, symmetric and positive
definite. Direct and iterative methods can be used for solution.
The nodal values of the sought function are produced as a result
of the solution.
6. Compute additional results. In many cases we need to
calculate additional parameters. For example, in mechanical
problems strains and stresses are of interest in addition to
displacements, which are obtained after solution of the global
equation system.
FINITE DIFFERENCE METHOD
• The finite-difference method was among the first approaches applied to
the numerical solution of differential equations.
• It was first utilized by Euler, probably in 1768.
• The finite-difference method is applied directly to the differential form of the
governing equations.
• FDM is an approximate method for solving partial differential
equations. It has been used to solve a wide range of problems. These
include linear and non-linear, time independent and dependent problems.
• FDM replaces derivatives in the governing field equations by difference
in quotients, which involve values of the solution at discrete mesh points in
the domain under study.
• Not effective for regions having curved and irregular boundaries
GOVERNING EQUATION AND BOUNDARY CONDITIONS