Open access peer-reviewed chapter

Solution of Differential Equations with Applications to Engineering Problems

Written By

Cheng Yung Ming

Submitted: 06 May 2016 Reviewed: 19 January 2017 Published: 15 March 2017

DOI: 10.5772/67539

From the Edited Volume

Dynamical Systems - Analytical and Computational Techniques

Edited by Mahmut Reyhanoglu

Chapter metrics overview

7,601 Chapter Downloads

View Full Metrics

Abstract

Over the last hundred years, many techniques have been developed for the solution of ordinary differential equations and partial differential equations. While quite a major portion of the techniques is only useful for academic purposes, there are some which are important in the solution of real problems arising from science and engineering. In this chapter, only very limited techniques for solving ordinary differential and partial differential equations are discussed, as it is impossible to cover all the available techniques even in a book form. The readers are then suggested to pursue further studies on this issue if necessary. After that, the readers are introduced to two major numerical methods commonly used by the engineers for the solution of real engineering problems.

Keywords

  • differential equations
  • analytical solution
  • numerical solution

1. Introduction

1.1. Classification of ordinary and partial equations

To begin with, a differential equation can be classified as an ordinary or partial differential equation which depends on whether only ordinary derivatives are involved or partial derivatives are involved. The differential equation can also be classified as linear or nonlinear. A differential equation is termed as linear if it exclusively involves linear terms (that is, terms to the power 1) of y, y′, y″ or higher order, and all the coefficients depend on only one variable x as shown in Eq. (1). In Eq. (1), if f(x) is 0, then we term this equation as homogeneous. The general solution of non-homogeneous ordinary differential equation (ODE) or partial differential equation (PDE) equals to the sum of the fundamental solution of the corresponding homogenous equation (i.e. with f(x) = 0) plus the particular solution of the non-homogeneous ODE or PDE. On the other hand, nonlinear differential equations involve nonlinear terms in any of y, y′, y″, or higher order term. A nonlinear differential equation is generally more difficult to solve than linear equations. It is common that nonlinear equation is approximated as linear equation (over acceptable solution domain) for many practical problems, either in an analytical or numerical form. The nonlinear nature of the problem is then approximated as series of linear differential equation by simple increment or with correction/deviation from the nonlinear behaviour. This approach is adopted for the solution of many non-linear engineering problems. Without such procedure, most of the non-linear differential equations cannot be solved. Differential equation can further be classified by the order of differential. In general, higher-order differential equations are difficult to solve, and analytical solutions are not available for many higher differential equations. A linear differential equation is generally governed by an equation form as Eq. (1).

d n y d x n + a 1 ( x ) d n 1 y d x n 1 + + a n ( x ) y = f ( x ) E1

“Non-linear” differential equation can generally be further classified as

  1. Truly nonlinear in the sense that F is nonlinear in the derivative terms.

    F ( x 1 , x 1 , x n , u , u x 1 , u x 2 , 2 u x 1 x 2 ) = 0 E2

  2. Quasi-linear 1st PDE if nonlinearity in F only involves u but not its derivatives

    A 1 ( x 1 , x 2 , u ) u x 1 + A 2 ( x 1 , x 2 , u ) u x 2 = B ( x 1 , x 2 , u ) E3

  3. Quasi-linear 2nd PDE if nonlinearity in F only involves u and its first derivative but not its second-order derivatives

    A 11 ( x 1 , x 2 ,u, u x 1 , u x 2 ) 2 u x 1 2 + A 12 ( x 1 , x 2 ,u, u x 1 , u x 2 ) 2 u x 1 x 2 + A 22 ( x 1 , x 2 ,u, u x 1 , u x 2 ) 2 u x 2 2 =F( x 1 , x 2 ,u u x 1 , u x 2 ) E4

Examples of differential equations:

  1. d y d x = 3 x + 2 ; first-order ODE (linear)/nonhomogeneous

  2. ( y 2 x ) d y 3 y d x = 0 ; first-order ODE (nonlinear)/homogenous

  3. d 2 y d t 2 + t 2 y ( d y d t ) 3 + y = 0 ; second-order ODE (nonlinear)/homogenous

  4. d 4 x d t 4 + 5 d 2 x d t 2 + 7 x = s i n t ; fourth-order ODE (linear)/nonhomogeneous

  5. z x + z y = 2 z ; first-order PDE (linear)/homogeneous

  6. 2 u x 2 + 2 u y 2 + 4 x + 3 y u z = 0 ; second-order PDE (linear)/nonhomogeneous

  7. x 2 u x 2 + 2 u 2 u y 2 + 3 u 2 = 0 ; second-order PDE (linear)/homogeneous

  8. d u d x d v d x = 6 x ; 1st ODE (linear) for two unknowns/nonhomogeneous

1.2. Typical differential equations in engineering problems

Many engineering problems are governed by different types of partial differential equations, and some of the more important types are given below.

  1. Tricomi equation: y 2 u x 2 + 2 u y 2 = 0 { y > 0 : e l l i p t i c y < 0 : h y p e r b o l i c

  2. Laplace equation (or variants): 2 φ x 2 + 2 φ y 2 = 2 φ = 0

  3. Poisson’s equation: 2 φ x 2 + 2 φ y 2 = f ( x , y )

  4. Helmholtz equation: 2 φ x 2 + 2 φ y 2 + c 2 φ = 0

  5. Plate bending: 2 2 w = 4 w = q D

  6. Wave equation (1D-3D): 2 u t 2 c 2 ( 2 u x 2 + 2 u y 2 ) = 0

  7. Fourier equation: T t = α ( 2 T x 2 )

There are many methods of solutions for different types of differential equations, but most of these methods are not commonly used for practical problems. In this chapter, the most important and basic methods for solving ordinary and partial differential equations will be discussed, which will then be followed by numerical methods such as finite difference and finite element methods (FEMs). For other numerical methods such as boundary element method, they are less commonly adopted by the engineers; hence, these methods will not be discussed in this chapter.

1.3. Separable differential equations

For equations which can be expressed in separable form as shown below, the solution can be obtained easily as

d y d x = F ( x , y ) d y Φ ( y ) = f ( x ) d x   d y Φ ( y ) = f ( x ) d x + c E5
M ( x , y ) d x + N ( x , y ) d y = 0   M ( x ) d x = N ( y ) d y E6
then M ( x ) d x = N ( y ) d y + c E7

Example:

d y d x = x 3 ( y 2 + 1 ) d y y 2 + 1 = x 3 d x d y y 2 + 1 = x 3 d x + c t a n 1 y = 1 4 x 4 + C y = t a n ( 1 4 x 4 + c ) E9000

Example:

d y d x = 3 x 2 + 4 x + 2 2 ( y 1 ) subject to   y ( 0 ) = 1

Since this is a separable function, the problem can be solved as

2 ( y 1 ) d y = ( 3 x 2 + 4 x + 2 ) d x y 2 2 y = x 3 + 2 x 2 + 2 x + c E9008

Based on the boundary condition, c = 3, hence y 2 2 y = x 3 + 2 x 2 + 2 x + 3 .

This quadratic equation in y 2 can be solved with two solutions by the quadratic equation as

y = 1 x 3 + 2 x 2 + 2 x + 4  and  y = 1 + x 3 + 2 x 2 + 2 x + 4 . E9001

Since the second solution does not satisfy the boundary condition, it will not be accepted; hence, the solution to this differential equation is obtained.

1.4. Variation of parameters

For the following equation form, it is possible to solve it by variations of parameters.

For  d y d x = p ( x ) y + Q ( x ) E8

Put y = c ( x ) e p ( x ) d x . By differentiating, it gives d y d x = d c ( x ) d x e p ( x ) d x + c ( x ) p ( x ) e p ( x ) d x p ( x ) y . Substitute it to the original ODE d c ( x ) d x = Q ( x ) e p ( x ) d x . Comparing the terms, it gives

c ( x ) = Q ( x ) e p ( x ) d x d x + c ¯ . E9

Example:

( x + 1 ) d y d x n y = e x ( x + 1 ) n + 1 E9003

This equation is now expressed as

d y d x = p ( x ) y + Q ( x ) d y d x = n x + 1 y + e x ( x + 1 ) n Q ( x ) E9002

For x ≠ −1

Solving the homogeneous part of the ODE

d y d x = n x + 1 y then d y y = n x + 1 d x

l n | y | = n l n | x + 1 | + c 1 y = c ( x + 1 ) n E9005

Look for solution y = c ( x ) ( x + 1 ) n , where c(x) is the variation of parameters. Substitute it to the ODE

d c ( x ) d x ( x + 1 ) n + n c ( x ) ( x + 1 ) n 1 = n c ( x ) ( x + 1 ) n 1 + e x ( x + 1 ) n d y d x = n x + 1 y + e x ( x + 1 ) n E9006

Comparison gives d c ( x ) d x = e x

Integration of this equation gives c ( x ) = e x + C ¯

General solution is hence given by y = ( x + 1 ) n ( e x + C ¯ )

The Bernoulli equation is an important equation type which can be solved in a similar way by variation of parameters. Consider the following form of equation

d y d x = p ( x ) y + Q ( x ) y n E10
S t e p   1 :  Put  z = y 1 n E11
S t e p   2 :  Then  d z d x = ( 1 n ) y n d x d y d z d x = ( 1 n ) P ( x ) z + ( 1 n ) Q ( x ) E12

The non-linear ODE now becomes linear ODE. It can be solved by formula

Step 3: n = −1, z = y 2. Inverting z to get y

d y d x = y 2 x + x 2 2 y E13
d z d x = 1 x z + x 2 E14
z = e 1 x d x ( x 2 e 1 x d x d x + c ) = c x + 1 2 x 3 E15

Back substitution of z = y 2

y 2 = c x + 1 2 x 3 E16

1.5. Homogeneous equations

For equation of the following type, where all the coefficients are constant, it can be evaluated according to different conditions.

d y d x = a 1 x + b 1 y + c 1 a 2 x + b 2 y + c 2 E17

Case 1: c 1 = c 2 = 0

d y d x = a 1 x + b 1 y a 2 x + b 2 y = a 1 + b 1 y x a 2 + b 2 y x = g ( y x ) E18

Step 1: Set u = y x , then d y d x = x d u d x + u

Step 2: d u d x = g ( u ) u x . The resulting non-linear ODE is hence separable and can be solved implicitly.

Step 3: Inverting u to get y.

Case 2: | a 1 a 2 b 1 b 2 | = 0

a 1 b 2 a 2 b 1 = 0 then a 1 a 2 = b 1 b 2 = k

d y d x = a 1 x + b 1 y + c 1 a 2 x + b 2 y + c 2 = k ( a 2 x + b 2 y ) + c 1 a 2 x + b 2 y + c 2 = f ( a 2 x + b 2 y ) E19

By change of variables as u = a 2 x + b 2 y

d u d x = a 2 + b 2 d y d x = a 2 + b 2 f ( u ) , then

d u a 2 + b 2 f ( u ) = d x E20

The resulting non-linear ODE is now separable and can be solved.

Case 3: | a 1 a 2 b 1 b 2 | 0 c 1 0 and c 2 0

Set { a 1 x + b 1 y + c 1 = 0 a 2 x + b 2 y + c 2 = 0 . Intersecting point of these two lines on xy - plane and (α, β) ≠ 0

x y plane and  ( α , β ) ( 0 , 0 ) E21

Apply change of variables

{ X = x α Y = y β { x = X + α y = Y + β E22
a 1 x + b 1 y + c 1 = a 1 ( X + α ) + b 1 ( Y + β ) + c 1 = a 1 X + b 1 Y + ( a 1 α + b 1 β + c 1 ) a 2 x + b 2 y + c 2 = a 2 ( X + α ) + b 2 ( Y + β ) + c 2 = a 2 X + b 2 Y + ( a 2 α + b 2 β + c 2 ) E23

The original ODE will now become d Y d X = a 1 X + b 1 Y a 2 X + b 2 Y which is homogeneous and separable!

Example: d y d x = x + y 1 x y + 3

Solve for { x + y 1 = 0 x y + 3 = 0 we have α = 1 , β = 2

Change of variables X = x + 1, Y = y   2

Then, d Y d X = d y d x = x + y 1 x y + 3 = X + Y X Y = 1 + Y X 1 Y X

Use a change of variable u = Y X   X d u d X = 1 + u 2 1 u   ( 1 u ) d u 1 + u 2 = d X X

t a n 1 u 1 2 l n ( 1 + u 2 ) = l n | X | + c t a n 1 u = l n [ 1 + u 2 X ] + c = l n [ ( X 2 + Y 2 ) ] + c t a n 1 ( y 2 x + 1 ) = l n ( x + 1 ) 2 + ( y 2 ) 2 + c E9007

There are various tricks to solve the differential equations, like integration factors and other techniques. A very good coverage has been given by Polyanin and Nazaikinskii [29] and will not be repeated here. The purpose of this section is just for illustration that various tricks have been developed for the solution of simple differential equations in homogeneous medium, that is, the coefficients are constants inside a continuous solution domain. The readers are also suggested to read the works of Greenberg [14], Soare et al. [34], Nagle et al. [28], Polyanin et al. [30], Bronson and Costa [4], Holzner [18], and many other published books. There are many elegant tricks that have been developed for the solution of different forms of differential equations, but only very few techniques are actually used for the solution of real life problems.

1.6. Partial differential equations

In many engineering or science problems, such as heat transfer, elasticity, quantum mechanics, water flow and others, the problems are governed by partial differential equations. By nature, this type of problem is much more complicated than the previous ordinary differential equations. There are several major methods for the solution of PDE, including separation of variables, method of characteristic, integral transform, superposition principle, change of variables, Lie group method, semianalytical methods as well as various numerical methods. Although the existence and uniqueness of solutions for ordinary differential equation is well established with the Picard-Lindelöf theorem, but that is not the case for many partial differential equations. In fact, analytical solutions are not available for many partial differential equations, which is a well-known fact, particularly when the solution domain is nonregular or homogeneous, or the material properties change with the solution steps.

1.6.1. Classification of second-order PDE

Refer to the following general second-order partial differential equation:

A 2 u x 2 + B 2 u x y + C 2 u y 2 + D u x + E u y + F u + G = 0 E24

To begin with, let us consider a review of conic curves (ellipse, parabola and hyperbola)

A x 2 + B x y + C y 2 + D x + E y + F = 0 E25

The conic curve can be classified with the following criterion.

B 2 4 A C = { > 0   hyperbola = 0   parabola < 0   ellipse E26

Following the conic curves, the general partial differential is also classified according to similar criterion as

Classification { B 2 4 A C > 0 : elliptic B 2 4 A C = 0 : parabolic B 2 4 A C < 0 : hyperbolic E27

This classification was proposed by Du Bois-Reymond [41] in 1839. In this section, only some of the more common techniques are discussed, and the readers are suggested to read the works of Hillen et al. [16], Salsa [33], Polyanin and Zaitsev [31], Bertanz [2], Haberman [15] and many other published texts.

1.7. Parabolic type: heat conduction/soil consolidation/diffuse equation

The following equation form is commonly found in many engineering applications.

α 2 2 u x 2 = u t , 0 < x < L , t > o E28

Initial condition: u ( x , 0 ) = f ( x ) , 0 x L

Boundary condition: u ( 0 , t ) = 0 , u ( L , t ) = 0 , t > 0

α 2 is a constant known as the thermal diffusivity or coefficient of consolidation. For soil consolidation problem, the governing conditions are given by

Initial excess pore pressure

u e ( z , 0 ) = u i ( z ) , 0 z 2 d u e ( 0 , t ) = 0 , u e ( 2 d , t ) = 0 , t > 0 E29

Drained boundary

α 2 u x x = u t , 0 < x < L , t > 0 u ( 0 , t ) = 0 , u ( L , t ) = 0 , t > 0 u ( x , 0 ) = f ( x ) , 0 x L E30

Assuming variable u(x, t) can be separated, using separation of variables

u ( x , t ) = X ( t ) T ( t ) E31
α 2 X T = X T X X = 1 α 2 T T X X = 1 α 2 T T = λ { X + λ X = 0 T + α 2 λ T = 0 E32

A PDE now becomes two ODE which can be solved readily. Based on the boundary condition u ( 0 , t ) = 0 , u ( L , t ) = 0 , t > 0

u ( 0 , t ) = X ( 0 ) , T ( t ) = 0 X ( 0 ) = 0 , X ( L ) = 0 X + λ X = 0 , X ( 0 ) = 0 , X ( L ) = 0 E33

This is an eigenvalue problem which has solution only for certain λ. The eigenvalues are given by

λ n = n 2 π 2 L 2 , n = 1 , 2 , 3 , E34

Hence the eigenfunctions are expressed as

X n ( x ) = s i n ( n π x L ) , n = 1 , 2 , 3 E35

For the time-dependent function T,

T ' + α 2 λ T = 0 E36
d T T = α 2 λ d t l n | T | = α 2 n 2 π 2 t L 2 + C E37

hence   T n = k n e ( n π α / L ) 2 t ,   k n constant. The fundamental solutions are then expressed as

u ( x , t ) = e ( n π α / L ) 2 t s i n ( n π x L ) , n = 1 , 2 , 3 E38

The Fourier series expansion in x is given by

u ( 0 , t ) = f ( x ) , 0 x L E39
u ( x , t ) = n = 1 c n u n ( x , t ) = n = 1 c n e ( n π α / L ) 2 t s i n ( n π x L ) E40

Initial condition is given as

u ( x , 0 ) = f ( x ) = n = 1 c n s i n ( n π x L ) E41
0 L f ( x ) s i n ( m π x L ) d x = n = 1 c n 0 L s i n ( m π x L ) s i n ( n π x L ) d x 0 L f ( x ) s i n ( n π x L ) d x = c n 0 L s i n 2 ( m π x L ) d x = c n L 2 E8000

Solution of the soil consolidation equation is hence given by

u ( x , t ) = n = 1 c n e ( n π α / L ) 2 t s i n ( n π x L ) E42
c n = 2 L 0 L f ( x ) s i n ( n π x L ) d x ( EulerFourier formulas ) E43

1.8. One-dimensional wave equation

One-dimensional (1D) wave equation appears in many physical and engineering problems. For example, a vibrating string or pile driving process is given by this type of differential equation. This problem is also commonly solved by the method of separation of variables

a 2 u x x = u t t , 0 < x < L , t > 0 u ( 0 , t ) = 0 , u ( L , t ) = 0 , t 0 u ( x , 0 ) = f ( x ) , u ( x , 0 ) = 0 , 0 x L E44

Consider u(x, t) is given by X(x)T(t). The wave equation will give

X X = 1 a 2 T T = λ { X + λ x = 0 T + a 2 λ t = 0 E45

The partial differential equation will then be given by two equivalent ODEs.

u t ( x , 0 ) = X ( x ) T ' ( 0 ) = 0 , 0 x L T ' ( 0 ) = 0 u ( 0 , t ) = X ( 0 ) T ( t ) = 0 , u ( L , t ) = X ( L ) T ( t )   0 x L T ' ( 0 ) = 0 E46
X + λ X = 0 , X ( 0 ) = X ( L ) = 0 E47
X n ( x ) = s i n ( n π x L ) , n = 1 , 2 , 3 , E48
λ n = n 2 π 2 L 2 , n = 1 , 2 , 3 , E49

For the time-dependent function T,

T ' + a 2 λ T = 0 E50
T ' ( 0 ) = 0   λ n = n π / L Then  T ( t ) = k 1 c o s ( n π a t / L ) k 2 s i n ( n π a t / L ) E51

Since T ' ( 0 ) = 0   k 2 = 0

Therefore, T ( t ) = k 1 c o s ( n π a t / L )

Fundamental solution is given by

u n ( x , t ) = s i n ( n π x L ) c o s ( n π a t L ) , n = 1 , 2 , 3 E52

The general solution is then given by

u ( x , t ) = n = 1 c n u n ( x , t ) = n = 1 c n s i n ( n π x L ) c o s ( n π a t L ) E53

Applying the boundary condition

u ( x , 0 ) = f ( x ) , 0 x L u ( x , 0 ) = f ( x ) = n = 1 c n s i n ( n π x L ) c n = 2 L 0 L f ( x ) s i n ( n π x L ) d x E54

The final solution is then given by

u ( x , t ) = n = 1 c n s i n ( n π x L ) c o s ( n π a t L ) E55
c n = 2 L 0 L f ( x ) s i n ( n π x L ) d x E56

1.9. Laplace equation

Laplace equation forms an important governing condition for many types of problems. Some of the more common forms are given by

  1. three-dimensional Laplace equation u x x + u y y + u z z = 0

  2. two-dimensional heat conduction α 2 ( u x x + u y y ) = u t

  3. two-dimensional seepage problem ( k x u x x + k y u y y ) = 0

There are two major types of boundary conditions to this problem:

  1. Dirichlet problem: boundary conditions prescribed as u

  2. Neumann problem: normal derivative u x or u y are usually prescribed on the boundary for many mathematical problems. This case can be solved by the use of complex analysis or series method for which many analytical solutions are available in the literature. In many anisotropic seepage problems, however, the normal of a derived quantity at any arbitrary direction (seepage flow normal to an impermeable surface) is 0 instead of u x or u y being zero. For such cases, it is very difficult to obtain the analytical solution if the solution domain is nonhomogeneous, and the use of numerical method such as the finite element method appears to be indispensable.

Consider the given Laplace equation, using separation of variables for the analysis.

u x x + u y y = 0 , 0 < x < a , 0 < y < b u ( x , 0 ) = 0 , u ( x , b ) = 0 , 0 < x < a u ( 0 , y ) = 0 , u ( a , y ) = f ( y ) , 0 < y b E57

Using separation of variables, u ( x , t ) = X ( x ) Y ( y )

X Y + X Y = 0 X X = Y Y = λ X λ X = 0 Y + λ Y = 0 E58
u x x + u y y = 0 , 0 < x < a , 0 < y < b E59
u ( x , 0 ) = 0 , u ( x , b ) = 0 , 0 < x < a u ( 0 , y ) = 0 , u ( a , y ) = f ( y ) , 0 < y b E60
u ( 0 , y ) = X ( 0 ) Y ( y ) = 0 , 0 < y < b X ( 0 ) = 0 , u ( x , 0 ) = X ( x ) Y ( 0 ) = 0 , 0 < x < a Y ( 0 ) = 0 , u ( x , b ) = X ( x ) Y ( b ) = 0 , 0 < x < a Y ( b ) = 0 , E61
X λ X = 0 , X ( 0 ) = 0 Y + λ Y = 0 , Y ( 0 ) = 0 , Y ( b ) = 0 E62
λ n = n 2 π 2 b 2 , Y n ( y ) = s i n ( n π y b ) , n = 1 , 2 , 3 , E63

X λ X = 0 , hence X ( x ) = k 1 c o s h ( n π x / b ) k 2 s i n ( n π x / b )

Since X(0) = 0, k 1 = 0

X ( x ) = k 2 s i n h ( n π x b ) E64
u n ( x , y ) = s i n h ( n π x b ) s i n ( n π y b ) n = 1 , 2 , 3 E65
u ( a , y ) = f ( y ) , 0 y b u ( x , y ) = n = 1 c n u n ( x , y ) = n = 1 c n s i n ( n π x b ) c o s ( n π y b ) E66

Based on the Fourier expansion as given by

0 b f ( y ) s i n ( m π y b ) d y = n = 1 c n s i n h ( n π a b ) 0 b s i n ( m π y b ) s i n ( n π y b ) d y 0 b f ( x ) s i n ( n π x b ) d x = s i n h m π a b c n 0 b s i n 2 ( n π x b ) d x = s i n h m π a b c n b 2 u ( a , y ) = f ( y ) = n = 1 c n s i n h ( n π a b ) s i n ( n π y b ) E67
c n s i n h ( n π a b ) = 2 b 0 b f ( y ) s i n ( n π y b ) d y c n = 2 b s i n h ( n π a b ) 1 0 b f ( y ) s i n ( n π y b ) d y E9009

1.10. Introduction to numerical methods

In general, analytical solutions are not available for most of the practical differential equations, as regular solution domain and homogeneous conditions may not be present for practical problems. Moreover, the solution domain may be indeterminate (free surface seepage flow), the displacement is large so that the solution may deform under motion, or in an extreme case part of the material may tear off from the main body with continuous formation and removal of contacts. Many engineering problems fall into such category by nature, and the use of numerical methods will be necessary. Currently, there are several major numerical methods commonly used by the engineers: finite difference method, finite element method, boundary element method and distinct element. There are also other less common numerical methods available for practical problems, and many researchers also try to combine two or even more fundamental numerical methods so as to achieve greater efficiency in the analysis. In general, the solution domain is discretized into series of subdomains with many degrees of freedom. The number of variables or degrees of freedom may even exceed millions for large-scale problems, and sometimes very special material properties are encountered so that the system is highly sensitive to the method of discretization and the method of solution. Similar to the ODE and PDE, it is impossible to discuss the details of all the numerical methods and the author choose to discuss the finite element method due to the wide acceptance of the method and this method is more suitable for general complicated methods.

Except for some simple problems with regular geometry and loading, it is very difficult to solve most of the boundary value problems with the yield of analytical solutions. Towards this, the use of numerical method seems indispensable, and the finite element is one of the most popular methods used by the engineers [32, 38]. There are two fundamental approaches to FEM, which are the weighted residual method (WRM) and variational principle, but there are also other less popular principles which may be more effective under certain special cases. In finite element analysis of an elastic problem, solution is obtained from the weak form of the equivalent integration for the differential equations by WRM as an approximation. Alternatively, different approximate approaches (e.g. collocation method, least square method and Galerkin method) for solving differential equations can be obtained by choosing different weights based on the WRM and the Galerkin method appears to be the most popular approach in general.

Specifically, in elasticity for instance, the principle of virtual work (including both principle of virtual displacement and virtual stress) is considered to be the weak form of the equivalent integration for the governing equilibrium equations. Furthermore, the aforementioned weak form of equivalent integration on the basis of the Galerkin method can also be evolved to a variation of a functional if the differential equations have some specific properties such as linearity and selfadjointness. Principles of minimum potential energy and complementary energy are two variational approaches equivalent to the fundamental equations of elasticity.

Since displacement is usually the basic unknown quantity in FEM, only the principle of virtual displacement and minimum potential energy will be introduced in the following section. In this case, the FEM introduced herein is also called displacement finite element method (DFEM). There are other ways to form the basis of FEM with advantages in some cases, but these approaches are less general and will not be discussed here.

1.11. Principle of virtual displacement

The principle of virtual displacement is the weak form of the equivalent integration for equilibrium equations and force boundary conditions. Given the equilibrium equations and force boundary conditions in index notation,

σ i j , j + f i = 0 , ( in domain   V ) E68
σ i j n j T i = 0 , ( on domain boundary  S σ ) E69

In WRM, without loss of generality, the variation of true displacement δ u i and its boundary value (i.e. δ u i ) can be selected as the weight functions in the equivalent integration

V δ u i ( σ i j , j + f i ) d V S σ δ u i ( σ i j n j T i ) d S = 0 E70

The weak form of Eq. (70) is given as

V ( δ ε i j σ i j + δ u i f i ) d V + S σ δ u i T i d S = 0 E71

It can be seen clearly from Eq. (71) that the first item in the volume integral indicates the work done by the stresses under the virtual strain (i.e. internal virtual work), while the remaining items indicate the work done by the body force and surface force under the virtual displacement (i.e. external virtual work). In other words, the summation of the internal and external virtual works is equal to 0, which is called the principle of virtual displacement. Under this case, we can conclude that a force system will satisfy the equilibrium equations if the summation of the work done by it under any virtual displacement and strain is equal to 0.

1.12. Principle of minimum potential energy (PMPE)

Based on Eq. (71), we can deduce that

V ( δ ε i j D i j k l ε k l δ u i f i ) d V + S σ δ u i T i d S = 0 E72

Due to the symmetry of the constitutive matrix D i j k l , we can further obtain

( δ ε i j ) D i j k l ε k l = δ ( 1 2 D i j k l ε i j ε k l ) = δ U ( ε m n ) E73

where U ( ε m n ) is the unit volume strain energy. Given the assumptions in linear elasticity

δ ϕ ( u i ) = f i δ u i , δ ψ ( u i ) = T i δ u i E74

Eq. (72) is further simplified to

δ Π P = 0 E75

Π P is the total potential energy of the system, which is equal to the summation of the potential energy of deformation and external force and can be expressed as

Π P = Π P ( u i ) = V ( 1 2 D i j k l ε i j ε k l f i u i ) d V S σ T i u i d S E76

Eq. (75) shows that, among all the potential displacements, the total potential energy of system will take stationary value at the real displacement, and it can be further verified that this stationary value is exactly the minimum value which is the principle of minimum potential energy.

1.13. General expressions and implementation procedure of FEM

The solution of a general continuum problem by FEM always follows an orderly step-by-step process which is easy to be programmed and used by the engineers. For illustration, a three-node triangular element for plane problems is taken as an example to illustrate the general expressions and implementation procedures of FEM.

1.13.1. Discretization of domain

The first step in the finite element method is to divide the structure or solution region into subdivisions or elements. Hence, the structure is to be modelled with suitable finite elements. In general, the number, type, size, and arrangement of the elements are critical towards good performance of the numerical analysis. A typical discretization with three-node triangular element is shown schematically in Figure 1 .

Figure 1.

Discretization of a two-dimensional domain with three-node triangular element.

Mesh generation can be a difficult process for a general irregular domain. If only triangular element is to be generated, this is a relatively simple work, and many commercial programs can perform well in this respect. There are also some public domain codes (EasyMesh or Triangle written in C) which are sufficient for normal purposes. For quadrilateral or higher elements, mesh generation is not that simple, and it is preferable to rely on the use of commercial programs for such purposes.

1.13.2. Interpolation or displacement model

As can be seen from Figure 1(b) , the nodal number of a typical three-node triangular element is coded in anticlockwise order (i.e. in the order of i, j and m), and each node has two degrees of freedom (DOFs) or two displacement components which is stored in a column vector in index notation as follows:

a i = [ u i v i ] ( i , j , m ) E77

Totally, each element has six nodal displacements, i.e. six DOFs. Putting all the displacements in a column vector, we can obtain the element nodal displacement column matrix as

a e = [ a i a j a m ] = [ u i v i u j v j u m v m ] T E78

In FEM, a nodal displacement is chosen as the basic unknowns, so interpolation at any arbitrary point is based on the three nodal displacements of each element, which is called a displacement mode. For a three-node triangular element, linear polynomial is utilized, and the element displacement in both x -direction and y-direction are

u = β 1 + β 2 x + β 3 y E79
v = β 4 + β 5 x + β 6 y E80

Obviously, displacements of all the three nodes should satisfy Eqs. (79) and (80). By substituting the six nodal displacement components into these equations, it is easy to obtain another form of displacement mode as

u = N i u i + N j u j + N m u m E81
v = N i v i + N j v j + N m v m E82

where

N i = 1 2 A ( a i + b i x + c i y ) ( i , j , m ) . E83

In Eq. (81), N i , N j   and   N m    denote the interpolation function or shape function for the three nodes, respectively. A is the area of the element, and a i , b i , c i , c m are constants related to the coordinates of the three nodes. Similarly, Eqs. (81) and (82) can also be expressed in the form of matrix as

u = [ u v ] = [ N i 0 N j 0 N m 0 0 N i 0 N j 0 N m ] [ u i v i u j v j u m v m ] = N a e E84

where N   is the shape function matrix and a e   is the element nodal displacement vector. For the geometric equations, element strains are

ε = [ ε x ε y γ x y ] = L u = L N a e = L [ N i N j N m ] a e = [ B i B j B m ] a e = B a e E85

where L is the differential operator and B is the element strain displacement matrix which can be given as

B i = L N i = [ x 0 0 y y x ] [ N i 0 0 N i ] = [ N i x 0 0 N i y N i y N i x ] ( i , j , m ) E86

Substitute Eq. (85) by the stress-strain relation,

σ = [ σ x σ y τ x y ] = D ε = D B a e = S a e E87

where

S = D B = D [ B i B j B m ] = [ S i S j S m ] E88

S is called the element stress matrix. It should be noted that both the strain and stress matrices are constant for each element, because in a three-node triangular element, the displacement mode is a first-order function, and differentiating this function will give a constant function.

1.13.3. Stiffness equilibrium equation (SEE) of FEM derived from PMPE

For elastic plane problems, the total potential energy Π P   in Eq. (76) can be expressed in matrix formulation as follows:

P = Ω 1 2 ε T D ε t d x d y Ω u T f t d x d y S σ u T T t d S E89

where t, f, and T denote the thickness, body force and surface force, respectively. For an FEM problem, the total potential energy is the summation of that from all the elements. Therefore, substituting Eqs. (84) and (85) into Eq. (89) gives

Π P = e Π P e = e ( a e T Ω e 1 2 B T DBtdxdy a e ) e ( a e T Ω e N T ftdxdy ) e ( a e T S σ e N T Ttdxdy ) E90

Eq. (90) can be viewed as

K e = Ω e B T D B t d x d y , P f e = Ω e N T f t d x d y P S e = S σ e N T T t d x d y , P e = P f e + P S e E91

where K e and P e are named as the element stiffness matrix and equivalent element nodal load matrix, respectively. Substitute Eq. (91) to Eq. (90), the total potential energy of the structure can be simplified as

Π P = a T 1 2 e ( K e ) a a T e ( P e ) E92

Given

K = e K e , P = e P e E93

Eq. (92) is further simplified as

Π P = 1 2 a T K a a T P a E93a

where K and P are global stiffness matrix and global nodal load matrix, respectively.

For PMPE, the variation of Π P   is equal to 0 and the unknown variable is a , thus Eq. (75) gives

Π P a = 0 E94

which finally comes to the SEE of FEM as

K a = P E95

From Eq. (93), we know that the global stiffness matrix and the global load matrix are the assemblage of the element stiffness matrices and equivalent element nodal load matrices, respectively. Specifically, in order to solve Eq. (93), element stiffness matrix, element equivalent nodal load vector, global stiffness matrices and global nodal load vector are all determined together with some given displacement boundary conditions. Without the provision of adequate boundary condition, the system is singular as rigid body motion will produce no stress in the system and such mode will be present in the SEE.

1.13.4. Derivation of element stiffness matrices (ESM)

For a three-node triangular element, the element strain matrix B is constant, thus Eq. (91) gives

K e = B T D B t A = [ K i i K i j K i m K j i K j j K j m K m i K m j K m m ] E96

of which the submatrix

K i j = [ k i j x x k i j x y k i j y x k i j y y ] E97

K i j indicates the ith nodal force along the x- and y-directions in the Cartesian coordinate system when the displacement of the jth node is unit along the x- and y-directions, which can be easily obtained. Moreover, the element stiffness matrix is symmetric, and the computational memory required in an FEM program can be reduced by using this property.

It should be noted that for a higher order triangular element (e.g. six-node triangular element) or quadrilateral element for which higher order terms are involved, the strain matrix B is not constant any more so that the element stiffness matrix needs to be evaluated by numerical integration (direct integration is seldom adopted). Towards this, numerical integration methods such as the Gaussian integration or the Newton-Cotes integration can be utilized.

1.13.5. Assembling of ESMs and ENLMs

For an FEM process, we need to solve Eq. (95) which is the global equilibrium equation. Most of the elements in the matrix K are 0 simply because each node is only shared by a few surrounding elements. In view of that, a rectangular matrix can represent the global stiffness matrix (which is a square matrix), and the half bandwidth D can be defined as

D = ( 1 + N D I F ) × N D O F E98

where NDIF denotes the largest absolute difference between the element node numbers among all the elements in the finite element mesh.

In conclusion, the properties of the global stiffness matrix can be summarized as: symmetric, banded distribution, singularity and sparsity. Among all the properties, singularity will vanish by introducing appropriate boundary conditions to Eq. (95) to eliminate the rigid body motion. Also, other properties like banded distribution should be fully taken into consideration to reduce the computational memory and enhance the computation efficiency.

1.13.6. Isoparametric element and numerical integration

Most of the engineering structure is not regular in shape, and some of them even have very complicated boundary shapes. Although the use of triangular element can always fit a complicated boundary, the accuracy of this element is low in general. To cope with the irregular boundary shape with a higher accuracy in analysis, one of the most common approaches is the use of higher-order element, and the isoparametric formulation is the most commonly used at present. Consider an arbitrary four-node quadrilateral element as an example which is schematically shown in Figure 2 . If we can find the transformation from Figure 2(a) to (b), then it will become easier to carry numerical integration with complicated shapes for an arbitrary element. In Figure 2(a), we define the Cartesian coordinate system, while in Figure 2(b) , we define the local coordinate system (or natural coordinate system) within a specific domain (i.e. ξ , η ( 1 , 1 ) ). The relation between these two kinds of coordinate system can be described as

Figure 2.

Isoparametric transition.

{ x y } = f { ξ η } E99

which can be further modified by the interpolation function at nodes in the local coordinate system as follows:

x = Σ i = 1 m N i ' x i ,   y = i = 1 m N i y i E100

where ( x i , y i ) are coordinates in the Cartesian coordinate system corresponding to the ith node in local coordinate system, N i '   is interpolation function of the ith node in local coordinate system and m is the number of nodes chosen to transform the coordinates. Therefore, the regular element in the natural coordinate system can be transformed to the irregular element in the Cartesian coordinate system. The former element is called the parent element, while the latter is called the subelement. Specifically, Eq. (101) can be further expanded as

{ x y } = [ N 1 0 N 2 0 N 3 0 N 4 0 0 N 1 0 N 2 0 N 3 0 N 4 ] { x 1 y 1 x 2 y 2 x 3 y 3 x 4 y 4 } E101

Using the same interpolation functions, the element displacement model can be written as

{ u v } = [ N 1 0 N 2 0 N 3 0 N 4 0 0 N 1 0 N 2 0 N 3 0 N 4 ] { u 1 v 1 u 2 v 2 u 3 v 3 u 4 v 4 } E102

where J denotes the Jacobi matrix while the interpolation functions are given by

N 1 = 1 4 ( 1 + ξ ) ( 1 + η ) , N 2 = 1 4 ( 1 ξ ) ( 1 + η ) N 3 = 1 4 ( 1 + ξ ) ( 1 + η ) , N 2 = 1 4 ( 1 ξ ) ( 1 + η ) E103

As mentioned before, during the derivation of the element stiffness matrix and the equivalent load vector, the derivative of the shape function and the integration in element surface or volume in the Cartesian coordinate system are required. Since the shape functions adopted herein are expressed in natural coordinates, therefore, derivative and integration transformation relationships are essential when isoparametric element is used.

1.13.7. Derivative and integral transformation

According to the law of partial differential,

N i ξ = N i x x ξ + N i y y ξ , N i η = N i x x η + N i y y η , E104

or in matrix form

{ N i ξ N i η } = [ x ξ y ξ x η y η ] { N i x N i y } = J { N i x N i y } E105

Inverse of Eq. (105) gives

{ N i x N i y } = J 1 { N i ξ N i η } E106

where

J = [ x ξ y ξ x η y η ] = [ i = 1 4 N i ξ x i i = 1 4 N i ξ y i i = 1 4 N i η x i i = 1 4 N i η y i ] = [ N 1 ξ N 2 ξ N 3 ξ N 4 ξ N 1 η N 2 η N 3 η N 4 η ] [ x 1 y 1 x 2 y 2 x 3 y 3 x 4 y 4 ] E107

For an infinitely small element, the area under the Cartesian coordinate system and the natural coordinate system are related by

d s = d x d y = | J | d ξ d η , E108

where | J | is the determinant of the Jacobian matrix J . Therefore, element stiffness matrix and equivalent nodal load matrix in Eq. (91) can be transformed to

K e = Ω e B T D B t | J | d ξ d η , P f e = Ω e N T f | J | d ξ d η P S e = S σ e N T T | J | d ξ d η E109

For solving the integral equation, usually the Gaussian integration method is employed. In practice, both two and three integration points along each direction of integration are commonly used. Since the discretized system is usually overstiff, it is commonly observed that the use of two integration points along each direction of integration will slightly reduce the stiffness of the matrix and give better results as compared with the use of three integration points. The use of exact integration is possible for some elements, but such approaches are usually tedious and are seldom adopted. The advantage in using the exact integration is that the integration is not affected by the shape of the element while the transformation as shown in Eq. (109) may be affected if the poor shape of the element is poor. The author has developed many finite element programs for teaching and research purposes which can be obtained at ceymchen@polyu.edu.hk. The programs available include plane stress/strain problem, thin/thick plate bending problem, consolidation in 1D and 2D (Biot), seepage problem, slope stability problem, pile foundation problems and others.

1.14. Distinct element method

In practical applications, a limit equilibrium method based on the method of slices or method of columns and strength reduction method based on the finite element method or finite difference method are used for many types of stability problems. These two major analysis methods take the advantage that the in situ stress field which is usually not known with good accuracy is not required in the analysis. The uncertainties associated with the stress-strain relation can also be avoided by a simple concept of factor of safety or the determination of the ultimate limit state. In general, this approach is sufficient for engineering analysis and design. If the condition of the system after failure has initiated is required to be assessed, these two methods will not be applicable. Even if the in situ stress field and the stress-strain relation can be defined, the post-failure collapse is difficult to be assessed using the conventional continuum-based numerical method, as sliding, rotation and collapse of the slope involve very large displacement or even separation without the requirement of continuity.

The most commonly used numerical methods for continuous systems are the FDM, the FEM and the boundary element method (BEM). The basic assumption adopted in these numerical methods is that the materials concerned are continuous throughout the physical processes. This assumption of continuity requires that, at all points in a problem domain, the material cannot be torn open or broken into pieces. All material points originally in the neighbourhood of a certain point in the problem domain remain in the same neighbourhood throughout the whole physical process. Some special algorithms have been developed to deal with material fractures in continuum mechanics-based methods, such as the special joint elements by Goodman [13] and the displacement discontinuity technique in BEM by Crouch and Starfield [5]. However, these methods can only be applied with limitations [21]:

  1. large-scale slip and opening of fracture elements are prevented in order to maintain the macroscopic material continuity;

  2. the amount of fracture elements must be kept to relatively small so that the global stiffness matrix can be maintained well-posed, without causing severe numerical instabilities; and

  3. complete detachment and rotation of elements or groups of elements as a consequence of deformation are either not allowed or treated with special algorithms.

Before a slope starts to collapse, the factor of safety serves as an important index in both the LEM and SRM to assess the stability of the slope. The movement and growth after failure have launched which is also important in many cases that cannot be simulated on the continuum model, and this should be analyzed by the distinct element method (DEM).

In continuum description of soil material, the well-established macro-constitutive equations whose parameters can be measured experimentally are used. On the other hand, a discrete element approach will consider that the material is composed of distinct grains or particles that interact with each other. The commonly used distinct element method is an explicit method based on the finite difference principles which is originated in the early 1970s by a landmark work on the progressive movements of rock masses as 2D rigid block assemblages [6]. Later, the works by Cundall are developed to the early versions of the UDEC and 3DEC codes [9, 10, 12]. The method has also been developed for simulating the mechanical behaviour of granular materials [8], with a typical early code BALL [7], which later evolved into the codes of the PFC group for 2D and 3D problems of particle systems (Itasca, 1995). Through continuous developments and extensive applications over the last three decades, there has accumulated a great body of knowledge and a rich field of literature about the distinct element method. The main trend in the development and application of the method in rock engineering is represented by the history and results of the code groups UDEC/3DEC. Currently, there are many open source (Oval, LIGGGHTS, ESyS, Yade, ppohDEM, Lammps) as well as commercial DEM programs, but in general, this method is still limited to basic research instead of practical application as there are many limitations which include: (1) difficult to define and determine the microparameters; (2) there are still many drawbacks in the use of matching with the macro response to determine the microparameters; (3) not easy to set up a computer model; (4) not easy to include structural element or water pressure; (5) extremely time consuming to perform an analysis; and (6) postprocessing is not easy or trivial. It should also be noted that DEM can be formulated by an energy-based implicit integration scheme which is the discontinuous deformation analysis (DDA) method. This method is similar in many respect to the force-based explicit integration scheme as mentioned previously.

In DEM, the packing of granular material can be defined from statistical distributions of grain size and porosity, and the particles are assigned normal and shear stiffness and friction coefficients in the contact relation. Two types of bonds can be represented either individually or simultaneously; these bonds are referred to the contact and parallel bonds, respectively (Itasca, 1995). Although the individual particles are solid, these particles are only partially connected at the contact points which will change at different time step. Under low normal stresses, the strength of the tangential bonds of most granular materials will be weak and the material may flow like a fluid under very small shear stresses. Therefore, the behaviour of granular material in motion can be studied as a fluid-mechanical phenomenon of particle flow where individual particles may be treated as “molecules” of the flowing granular material. In many particle models for geological materials in practice, the number of particles contained in a typical domain of interest will be very large, similar to the large numbers of molecules.

One of the primary objectives of the particle model is the establishment of the relations between microscopic and macroscopic variables/parameters of the particle systems, mainly through micromechanical constitutive relations at the contacts. Compared with a continuum, particles have an additional degree of freedom of rotation which enables them to transmit couple stresses, besides forces through their translational degrees of freedom. At certain moment, the positions and velocities of the particles can be obtained by translational and rotational movement equations and any special physical phenomenon can be traced back from every single particle interactions. Therefore, it is possible for DEM to analyze large deformation problems and a flow process which will occur after slope failure has initiated. The main limitation of DEM is that there is great difficulty in relating the microscopic and macroscopic variables/parameters; hence, DEM is mainly tailored towards qualitative instead of quantitative analysis.

DEM runs according to a time-difference scheme in which calculation includes the repeated application of the law of motion to each particle, a force-displacement law to each contact, and a contact updating scheme. Generally, there are two types of contact in the program which are the ball-wall contact and the ball-ball contact. In each cycle, the set of contacts is updated from the known particles and known wall positions. Force-displacement law is firstly applied on each contact, and new contact force is then calculated according to the relative motion and constitutive relation. Law of motion is then applied to each particle to update the velocity, the direction of travel based on the resultant force, and the moment and contact acting on the particles. Although every particle is assumed as a rigid material, the behaviour of the contacts is characterized using a soft contact approach in which finite normal stiffness is taken to represent the stiffness which exists at the contact. The soft contact approach allows small overlap between the particles which can be easily observed. Stress on particles is then determined from this overlapping through the particle interface.

1.15. General formulation of DEM

The PFC runs according to a time-difference scheme in which calculation includes the repeated application of the law of motion to each particle, a force-displacement law to each contact, and a contact updating a wall position. Generally, there are two types of contact exist in the program which are ball-to-wall contact and ball-to-ball contact. In each cycle, the set of contacts is updated from the known particle and the known wall position. The force-displacement law is first applied on each contact. New contact force is calculated and replaces the old contact force. The force calculations are based on preset parameters such as normal stiffness, density, and friction. Next, a law of motion is applied to each particle to update its velocity, direction of travel based on the resultant force, moment and contact acting on particle. The force-displacement law is then applied to continue the circulation.

1.16. The force-displacement law

The force-displacement law is described for both the ball-ball and ball-wall contacts. The contact arises from contact occurring at a point. For the ball-ball contact, the normal vector is directed along the line between the ball centres. For the ball-wall contact, the normal vector is directed along the line defining the shortest distance between the ball centre and the wall. The contact force vector F i is composed of normal and shear component in a single plane surface

F i = F i j n ( t ) + F i j s ( t + Δ t ) E110

The force acting on particle i in contact with particle j at time t is given by

F i j n ( t ) = k n ( r i + r j l i j ( t ) ) E111

where r j and r i stand for particle i and particle j radii, l ij(t) is the vector joining both centres of the particles and k n represents the normal stiffness at the contact. The shear force acting on particle i during a contact with particle j is determined by

F i j s ( t + Δ t ) = ± min ( F i j s ( t ) + k s Δ s i j , f | F i j n ( t + Δ t ) | ) E112

where f is the particle friction coefficient, k s represents the tangent shear stiffness at the contact. The new shear contact force is found by summing the old shear force (min F ij (t)) with the shear elastic force. Δs ij stands for the shear contact displacement-increment occurring over a time step Δt.

Δ s i j = v i j s Δ t E113

where V i j s is the shear component of the relative velocity at contact between particles i and j over the time step Δt.

1.17. Law of motion

The motion of the particle is determined by the resultant force and moment acting on it. The motion induced by resultant force is called translational motion. The motion induced by resulting moment is rotational motion. The equations of motion are written in vector form as follows:

  1. (Translational motion)

    j F i j + m i g + F i d = m i x i n E114

  2. (Rotational motion)

    j r i F i j + M i d = I r θ i n E115

where x i and θ i stand for the translational acceleration and rotational acceleration of particles i. I r stands for moment of inertia. F i d and M i d stand for the damping force and damping moment. Unlike finite element formulation, there are now three degree of freedom for 2D problem and six degree of freedom for 3D problems. In Cundall and Strack’s explicit integration distinct element approach, solution of the global system of equation is avoided by considering the dynamic equilibrium of the individual particles rather than solving the entire system simultaneously. That means, Newton’s law of motion is applied directly. This approach also avoids the generation and storage of the large global stiffness matrix that will appear in finite element analysis. On the other hand, the implicit DDA approach will generate a global stiffness matrix which is even larger than that in finite element analysis, as the rotation is involved directly in the stiffness matrix.

In a typical DEM simulation, if there is no yield by contact separation or frictional sliding, the particles will vibrate constantly and the equilibrium is difficult to be achieved. To avoid this phenomenon which is physically incorrect, numerical or artificial damping is usually adopted in many DEM codes, and the two most common approaches to damping are the mass damping and non-viscous damping. For mass damping, the amount of damping that each particle “feels” is proportional to its mass, and the proportionality constant depends on the eigenvalues of the stiffness matrix. This damping is usually applied equally to all the nodes. As this form of damping introduces body forces, which may not be appropriate in flowing regions, it may influence the mode of failure. Alternatively, Cundall [11] proposed an alternative method where the damping force at each node is proportional to the magnitude of the out-of-balance-force, with a sign to ensure that the vibrational modes are damped rather than the steady motion. This form of damping has the advantage that only accelerating motion is damped and no erroneous damping forces will arise from steady-state motion. The damping constant is also non-dimensional and the damping is frequency independent. As suggested by Itasca [20], an advantage of this approach is that it is similar to the hysteretic damping, as the energy loss per cycle is independent of the rate at which the cycle is executed. While damping is one way to overcome the non-physical nature of the contact constitutive models in DEM simulations, it is quite difficult to select an appropriate and physically meaningful value for the damping. For many DEM simulations, particles are moving around each other and the dominant form of energy dissipation is for frictional sliding and contact breakages. The choice of damping may affect the results of computations. Currently, most of the DEM codes allow the use of automatic damping or manually prescribed the damping if necessary.

To capture the inherent non-linearity behaviour of the problem (with generation and removal of contacts, non-linear contact response and stress-strain behaviour and others), the displacement and contact forces in a given time step must be small enough so that in a single time step, the disturbances cannot propagate from a particle further than its nearest neighbours. For most of the DEM programs, this can be achieved automatically and the default setting is usually good enough for normal cases. It is, however, sometimes necessary to manually adjust the time step in some special cases when the input parameters are unreasonably high or low. Most of the DEM codes use the central difference time integration algorithm which is a second-order scheme in time step.

1.18. Measuring logic

If the local results in DEM are analyzed, it is found that there will be large fluctuations with respect to both locations and time. Such results are not surprising, as the results are highly sensitive to the interaction between particles and hence the time step under which the results are monitored. It can be viewed that such local results can be meaningless unless the results are monitored over a long time span or region. A number of quantities in a DEM model are defined with respect to a specified measurement circle. These quantities include coordinate number, porosity, sliding fraction, stress and strain rate. The coordination number and stress are defined as the average number of contacts per particle. Only particles with centroids that are contained within the measurement circle are considered in computation. In order to account for the additional area of particles that is being neglected, a corrector factor based on the porosity is applied to the computed value of stress.

Since measurement circle is used, stress in particle is described as the two in-plane force acting on each particle per volume of particle. Average stress is defined as the total stress in particle divided by the volume of measurement circle. Thus, shape of particle is regardless of the average stress measurement because the reported stress is easily scaled by volume unity. The reported stress is interpreted as the stress per volume of measurement circle.

1.19. Discussion and conclusion

There are also various publications on the numerical solutions of differential equations, and the readers are suggested to the works of Lee and Schiesser [24], Jovanoic and Suli [22], Veiga et al. [37], Sewell [35], Morton and Mayers [27], Logg et al. [25], Holmes [17], Lui [26], Lapids and Pinder [23] and Iserles [19]. It is impossible for the author to cover every available analytical or numerical method; hence, the author has chosen some methods that are actually used for teaching and research. The readers are strongly encouraged to consult the numerous resources available in various books and publications. There are still new developments available for the solutions of specific differential equations in large-scale problems, and this is also the current trend in the development of differential equation solution.

Due to the importance of the solution of differential equations, there are other important numerical methods that are used by different researchers but are not discussed here, which include the finite difference and boundary element methods (computer codes for learning can also be obtained from the author). Differential equations rely on the Taylor’s series, and the derivatives in the differential equation can be replaced with finite difference approximations on a discretized domain. This will result in a system of algebraic equations that can be solved implicitly or explicitly. There are various ways to form the derivatives, and the most common methods are the forward difference, backward difference and the central difference schemes. While the finite difference methods may be more suitable for different types of differential equations, this method is less convenient to deal with irregular boundary conditions as compared with the finite element method. For highly irregular domain where it is not easy to form a nice discretization, the finite element method will also be much easier and natural to deal with for such condition. In this respect, it is not surprising that many engineering programs are written by the use of the finite element method than the finite difference method.

The boundary element method (BEM) is another numerical method for solving linear partial differential equations which can be formulated as integral equations. The boundary element method uses the given boundary conditions to fit boundary values into the integral equation. In the post-processing stage, the integral equation will be used to calculate the solution directly at any given point inside the solution domain numerically. BEM is applied to problems for which Green’s functions can be calculated, thus this method is initially designed for problems in linear homogeneous media. The dimension of the problem will then be reduced by one. For example, two-dimensional problem will be effectively reduced to one-dimensional problem along the boundary, and this will greatly improve the efficiency of computation. The requirement from the boundary element method imposes considerable restrictions on the range and generality of problems to which the boundary element method can usefully be applied. There are some new developments to the boundary element method so that it can be used for non-linear problem or problems with several major materials (problems with random distribution of material properties are still not applicable). The fundamental solutions are often difficult to integrate. One important property of boundary element analysis is the solution of a fully populated matrix as compared with that in the finite element/difference method. For complicated problems, the boundary element will lose its advantage as compared with other numerical methods. Due to the various limitations, there are only limited boundary element programs available to the researchers. Interested readers can consult the works of Banerjee [1], Brebbia et al. [3] and Trevelyan [36]. It appears that there are less interest in the use and development of the boundary element method in the recent years, due to the various limitations of this method in general non-linear non-homogeneous problem.

In history, various techniques have been developed for ordinary differential equations and partial differential equations under different boundary conditions. While these tricks appear to be elegant, they are not readily adopted for normal engineering use due to various limitations. Being an engineer, the author seldom adopted the methods as outlined in this chapter in actual applications (but do adopt for teaching), except the numerical methods as outlined in this chapter. At present, there are many proprietary or open source finite elements or distinct element codes being used for many complicated real problems. The computer codes (usually in Fortran or C) are usually difficult to be read (if available), and the computer codes for all the partial differential forms (including some extended formats) that have been discussed in this chapter can be readily available from the author for learning purposes. There are also very powerful and general finite element tools or differential equations solver such as FreeFem++, Comsol, Matlab, Mathematica, Maple and Maxima which are used by many scientists and engineers [39, 40]. The use of parallel computing is also strongly influenced by the needs to solve complicated partial differential equations over large solution domain.

References

  1. 1. Banerjee P.K. (editor). Developments in boundary element methods, Vols. 1,2,3, Applied Science Publishers, London, 1979.
  2. 2. Bertanz R. Fourier series and numerical methods for partial differential equations, John Wiley, USA, 2010.
  3. 3. Brebbia C.A., Telles J.C.F. and Wrobel L.C. Boundary element techniques, Springer-Verlag, Berlin, 1984.
  4. 4. Bronson R. and Costa G.B. Differential equations, McGraw-Hill, USA, 2006.
  5. 5. Crouch S.L. and Starfield A.M. (editors). Boundary element methods in solid mechanics, George Allen & Unwin, London, 1983.
  6. 6. Cundall P. A. A computer model for simulating progressive, large-scale movements in blocky rock systems. In: Proceedings of the International Symposium on Rock Mechanics. Nancy, France, 1971: 129–136.
  7. 7. Cundall P.A. Ball – A computer program to model granular medium using the distinct element method, Technical note TN-LN-13, Advanced Technology Group, Dames and Moore, London, 1978:129–163.
  8. 8. Cundall P.A. and Strack O.D.L. A discrete model for granular assemblies, Geotechnique, 1979, 29(1):47–65.
  9. 9. Cundall P.A. UDEC-A generalized distinct element program for modelling jointed rock, Final Tech. Rep. Eur. Res. Office (US Army Contract DAJA37-79-C-0548), Springer, Netherland, 1980.
  10. 10. Cundall P.A. and Hart R.D. Development of generalized 2-D and 3-D distinct element programs for modeling jointed rock, Misc. Paper SL-85-1, US Army Corps of Engineers, USA, 1985.
  11. 11. Cundall, P.A. Distinct element models of rock and soil structure, in Analytical and Computational Methods in Engineering Rock Mechanics, Brown, E.T. ed., George Allen and Unwin, London, 1987:129–163.
  12. 12. Cundall P.A. and Hart D.H. Numerical modelling of discontinua, Engineering with Computers, 1992, 9:101–11.
  13. 13. Goodman, R. E. Methods of geological engineering in discontinuous rocks. West Publishing Company, San Francisco, CA, USA, 1976.
  14. 14. Greenberg M.D. Solutions manual to accompany ordinary differential equations, John Wiley, USA, 2012.
  15. 15. Haberman R. Applied partial differential equations, Pearson Education, USA, 2005.
  16. 16. Hillen T., Leonard I.E. and Roessel H.V. Partial differential equations, John Wiley, USA, 2012.
  17. 17. Holmes M.H. Introduction to numerical methods in differential equations, Springer, USA, 2007.
  18. 18. Holzner S. Differential equations for dummies, John Wiley, USA, 2008.
  19. 19. Iserles A. A first course in the numerical analysis of differential equations, Cambridge University Press, UK, 2009.
  20. 20. Itasca Consulting Group Inc, a company based in US. PFC3D 3.1, User Guide, 2004.
  21. 21. Jing L.R., Stephansson O. and Erling N. Study of rock joints under cyclic loading conditions, Rock Mechanics and Rock Engineering, 1993, 26, 3:215–232.
  22. 22. Jovanoic B.S. and Suli E. Analysis of finite difference schemes, Springer, USA, 2014.
  23. 23. Lapids L. and Pinder G.F. Numerical solution of partial differential equations in science and engineering, John Wiley, Italy, 1999.
  24. 24. Lee H.J. and Schiesser W.E. Ordinary and partial differential equation routines in C, C++, Fortran, Java, Maple, and MATLAB, Chapman and Hall, USA, 2004.
  25. 25. Logg A., Mardal K.A. and Wells G.N. Automated solution of differential equations by the finite element method, Springer, France, 2012.
  26. 26. Lui S.H. Numerical analysis of partial differential equations, John Wiley, USA, 2011.
  27. 27. Morton K.W. and Mayers D.F. Numerical solution of partial differential equations, Cambridge University Press, UK, 2005.
  28. 28. Nagle R.K., Saff E.B. and Snider A.D. Fundamentals of differential equations and boundary value problems, Addison Wesley, USA, 2012.
  29. 29. Polyanin A.D. and Nazaikinskii V.E. Handbook of linear partial differential equations for engineers and scientists, 2nd edition, CRC Press, USA, 2016.
  30. 30. Polyallin A.D., Zaitsev V.F. and Moussiaux A. Handbook of first order partial differential equations, Taylor and Francis, UK, 2002.
  31. 31. Polyanin A.D. and Zaitsev V.F. Handbook of nonlinear Partial Differential Equations, 2nd edition, Chapman & Hall, USA, 2004.
  32. 32. Rao S.S. The finite element method in engineering, Butterworth Heinemann, London, 2011.
  33. 33. Salsa S. Partial differential equations in action - from modelling to theory, Springer, Italy, 2008.
  34. 34. Soare M.V., Teodorescu P.P. and Toma I. Ordinary differential equations with applications to mechanics, Springer, Netherland, 2000.
  35. 35. Sewell G. The numerical solution of ordinary and partial differential equations, John Wiley, USA, 2005.
  36. 36. Trevelyan J. Boundary elements for engineers: theory and applications, Computational Mechanics Publications, Boston, USA, 1994.
  37. 37. Veiga L.B.D., Lipnikov K. and Manzini G. The mimetic finite difference method for elliptic problems, Springer, Switzerland, 2014.
  38. 38. Zienkiewicz O.C., Taylor R.L. and Zhu J.Z. The finite element method: Its basis and fundamentals, 6th edition, Butterworth Heinemann, London, 2011.
  39. 39. Comsol, https://www.comsol.com/
  40. 40. FreeFem++, http://www.freefem.org/
  41. 41. H Weber, Paul du Bois-Reymond, Mathematische Annalen 35 (1890), 457–462

Written By

Cheng Yung Ming

Submitted: 06 May 2016 Reviewed: 19 January 2017 Published: 15 March 2017