Sunday, April 16, 2017

A BRIEF HISTORYOF THE FINITE ELEMENT METHOD AND ANSYS.

The finite element method (FEM) is a numerical technique that can be applied to obtain solutions to a variety of problems in different engineering branch. Steady state, transient, linear, or nonlinear problems in stress analysis, vibrational, heat transfer, fluid flow, electrical and electromagnetism problems may be analyzed with finite element methods. The origin of the modern finite element method may be traced back to the early 1900s when some investigators approximated and modeled elastic continua using discrete equivalent elastic bars. However, Courant (1943) has been credited with being the first person to develop the finite element method.
In a paper published in the early 1940s, Courant used piecewise polynomial interpolation over triangular subregions to investigate torsion problems. 
The next significant step in the utilization of finite element methods was taken by Boeing in the 1950s when Boeing, followed by others, used triangular stress elements to model airplane wings. Yet, it was not until 1960 that Clough made the term finite element popular. During the 1960s, investigators began to apply the finite element method to other areas of engineering, such as heat transfer and seepage flow problems. Zienkiewicz and Cheung (1967) wrote the first book entirely devoted to the finite element method in 1967.
 In 1971, ANSYS was released for the first time. ANSYS is a comprehensive general-purpose finite element computer program that contains more than 100,000 lines of code. ANSYS is capable of performing static, dynamic, vibrational, heat transfer, fluid flow, and electromagnetism analyses. ANSYS has been a leading FEA program for well over 45 years. The current version of ANSYS 17.0 has a completely new look, with multiple windows incorporating a graphical user interface (GUI), pull-down menus, dialog boxes, and a tool bar. Today, you will find ANSYS in use in many engineering fields, including aerospace, automotive, electronics, and nuclear. In order to use ANSYS or any other "canned" FEA computer program intelligently, it is imperative that one first fully understands the underlying basic concepts and limitations of the finite element methods. 
ANSYS is a very powerful and impressive engineering tool that may be used to solve a variety of problems. However; a user without a basic understanding of the finite element methods will find himself or herself in the same predicament as a computer technician with access to many impressive instruments and tools, but who cannot fix a computer because he or she does not understand the inner workings of a computer!

Sunday, April 9, 2017

Introduction to FEM

The finite element method is a numerical procedure that can be used to obtain solutions to a large class of engineering problems involving stress analysis, heat transfer, electro­magnetism, and fluid flow. Having a clear understanding of the basic concepts will enable you to use a general-purpose finite element software, such as ANSYS.
In general, engineering problems are mathematical models of physical situations. Mathematical models of many engineering problems are differential equations with a set of corresponding boundary and/or initial conditions. The differential equations are derived by applying the fundamental laws and principles of nature to a system or a control volume. These governing equations represent balance of mass, force, or energy. When possible, the exact solution of these equations renders detailed behavior of asystem under a given set of conditions.
The analytical solutions are composed of two parts:
a homogenous part and
a particular part
In any given engineering problem, there are two sets of design parameters that influence the way in which a system behaves. First, there are those parameters that provide information regarding the natural behavior of a given system. These parameters include material and geometric properties such as modulus of elasticity, thermal conductivity, viscosity, and area, and second moment of area.
On the other hand, there are parameters that produce disturbances in a system.

Problem Type
Examples of Parameters that Produce Disturbances in a System
Solid Mechanics
external forces and moments; support reaction
Heat Transfer
temperature difference; heat input
Fluid Flow and Pipe Networks
pressure difference; rate of flow
Electrical Network
voltage difference

TABLE Parameters causing disturbances in various engineering systems

It is important to understand the role of these parameters infinite element modeling in terms of their respective appearances in stiffness or conductance matrices and load or forcing matrices. The system characteristics will always show up in the stiffness matrix, conductance matrix, or resistance matrix, whereas the disturbance parameters will always appear in the load matrix.
There are many practical engineering problems for which we cannot obtain exact solutions. This inability to obtain an exact solution may be attributed to either the complex nature of governing differential equations or the difficulties that arise from dealing with the boundary and initial conditions. To deal with such problems, we resort to numerical approximations. In contrast to analytical solutions, which show the exact behavior of a system at any point within the system, numerical solutions approximate exact solutions only at discrete points, called nodes. The first step of any numerical procedure is discretization.
This process divides the medium of interest into a number of small sub regions (elements) and nodes. There are two common classes of numerical methods:
Finite difference methods and
Finite element methods.
With finite difference methods, the differential equation is written for each node, and the derivatives are replaced by differential equations. This approach results in a set of simultaneous linear equations. Although finite difference methods are easy to understand and employ in simple problems, they become difficult to apply to problems with complex geometries or complex boundary conditions. This situation is also true for problems with non-isotropic material properties.

In contrast, the finite element method uses integral formulations rather than difference equations to create a system of algebraic equations. Moreover, a continuous function is assumed to represent the approximate solution for each element. The complete solution is then generated by connecting or assembling the individual solutions, allowing for continuity at the interelemental boundaries.