Archive

Posts Tagged ‘Accuracy of FEA’

h-Method & p-Method

November 30, 2014 5 comments

When modeling a problem using a finite element program, it is very important to check whether the solution has converged. The word convergence is used because the output from the finite element program is converging on a single correct solution. In order to check the convergence, more than one solution to the same problem are required. If the solution is dramatically different from the original solution, then solution of the problem is not converged. However, if the solution does not change much (less than a few percent difference) then solution of the problem is considered converged.

Currently, two types method are used to demonstrate the numerical convergence of the solution :

1). h – method

2). p – method

The h- and p- versions of the finite element method are different ways of adding degrees of freedom (dof) to the model (Figure 1).

h-refinement & p-refinement

h-method –> The h-method improves results by using a finer mesh of the same type of element. This method refers to decreasing the characteristic length (h) of elements, dividing each existing element into two or more elements without changing the type of elements used.

p-method –> The p-method improves results by using the same mesh but increasing the displacement field accuracy in each element. This method refers to increasing the degree of the highest complete polynomial (p) within an element without changing the number of elements used.

The difference between the two methods lies in how these elements are treated. The h-method uses many simple elements, whereas the p-method uses few complex elements.

H-Method

More accurate information is obtained by increasing the number of elements.The name for the h-method is borrowed from mathematics. The variable h is used to specify the step size in numeric integration. If a part is modeled with a very course mesh, then the stress distribution across the part will be very inaccurate. In order to increase the accuracy of the solution, more elements must be added. This means creating a finer mesh. As an initial run, a course mesh is used to model the problem. A solution is obtained. To check this solution, a finer mesh is created. The mesh must always be changed if a more accurate solution is desired. The problem is run again to obtain a second solution. If there is a large difference between the two solutions, then the mesh must be made even finer and then solve the solution again. This process is repeated until the solution is not changing much from run to run.

h-method

P-Method

The p in p-method stands for polynomial. Large elements and complex shape functions are used in p-method problems. In order to increase the accuracy of the solution, the complexity of the shape function must be increased. Increasing the polynomial order increases the complexity of the shape function.The mesh does not need to be changed when using the p-method.

As an initial run, the solution might be solved using a first order polynomial shape function. A solution is obtained.  To check the solution the problem will be solved again using a more complicated shape function. For the second run, the solution may be solved using a third order polynomial shape function. A second solution is obtained.  The output from the two runs is compared.

If there is a large difference between the two solutions, then the solution should be run using a third order polynomial shape function.  This process is repeated until the solution is not changing much from run to run.

p-method

h & p Method

References :
Good Solid Modeling, Bad FEA by PAUL KUROWSKI
H-Code vs. P-Code : The Facts (Why Mechanica (Pro/ENGINEER Structural Simulation Option) is a better Solution for Design Engineers).


Thank You…..Everyone is Number One

Basic FEA Test

October 31, 2012 1 comment

Source : http://www.scribd.com/doc/19260249/Basic-FEA-Test

Answer True OR False to the following :

1. The finer the FE mesh on a model, the better the results.

2. A finer mesh gives better accuracy.

3. Geometry should be represented with as much detail as possible.

4. Solids give the best results because they accurately model the geometry.

5. Better (more-expensive) FEA software gives better results than less-expensive packages.

6. Automeshing is better than manual meshing.

7. An automatic-mesh generator reduces meshing to a pushbutton operation.

8. The high accuracy of FEA results comes from the high processing accuracy of the computer.

9. When your FEA software reports no error, the solution will be correct.

10. You do not really need an error estimation. FEA is always accurate enough.

Continue reading…..