Conjugate Gradient Method to Solve Fluid Structure Interaction Problem

Abstract

In this paper, we propose a method to solve coupled problem. Our computational method is mainly based on conjugate gradient algorithm. We use finite difference method for the structure and finite element method for the fluid. Conjugate gradient method gives suitable numerical results according to some papers.

Share and Cite:

Diop, M. and Mbaye, I. (2017) Conjugate Gradient Method to Solve Fluid Structure Interaction Problem. Applied Mathematics, 8, 444-452. doi: 10.4236/am.2017.84036.

1. Introduction

Problem involving fluid structure interaction occurs in a wide vatiety of engi- neering problems and therefore has attracted the interest of many investiga- tions from different engineering disciplines. As a result, much efforts has gone into the development of general computational method for fluid structure systems [1] [2] [3] [4] [5] [6] .

Amongst the computational methods for fluid structure interaction problem, we cite the fixed point method, the Newton method, the Quasi-Newton method, the fictitious domain method. In this work we present a method based on the conjugate gradient algorithm. In effect, the fluid interaction problems occur in biomedical fluids areas for example blood flow interaction with elastic veins. Thus, this paper aims at showing that, we can combine the finite difference method, the finite element method and the conjugate gradient method to solve fluid structure interaction problem. On the one hand, we use finite difference method to approximate the structure model in order to have a linear systems, On the other hand, we solve the stokes equation by the finite element method. Moreover, conjugate gradient method will be intruduced to compute the displacement of the structure. Thus, the velocity v and the pressure p of the fluid are done in the deformed domain. In addition, the fluid represented by the blood is modelled by two dimensional Stokes equation for steady flow and the structure represented by the body vessel is modelled by the one dimensional beam equation.

2. Position of Problem

2.1. Domain Fluid

The fluid domain noted Ω F u 2 is represented in the Figure 1.

Where, the border Ω F u = Σ 1 Σ 2 Σ 3 Γ 2 .

- Γ 2 is the interface between the fluid and the elastic structure

- Σ 1 is The inflow

- Σ 2 is a rigid border

- Σ 3 is the outflow

- L is the domain length

- H is the domain height

- u is the displacement of the structure

2.2. Fluid Properties

The fluid is considered to be Newtonian, incompressible and its state is describ- ed by the velocity v = ( v 1 , v 2 ) and the pressure p . The balance equations are

μ Δ v + p = f F , in Ω F u (1)

v = 0 , in Ω F u (2)

v = G , on Σ 1 Σ 2 (3)

v = 0 , on Γ 2 (4)

p I d n + v n = 0 , on Σ 3 (5)

- μ : the fluid viscosity

- I d the identity matrix

- f F = ( f 1 F , f 2 F ) the volume force of the fluid

- n is a unit normal vector

- G = ( G 1 , G 2 ) the velocity profil in Σ 1

Figure 1. Reference domain.

2.3. Structure Properties

The structure is assumed by elastic beam. We note u : [ 0 , L ] the displace- ment of the structure, it is modelled by the beam equation

D u ( 4 ) ( x ) = p ( x , H + u ( x ) ) , x [ 0 , L ] , (6)

with the boundary conditions,

u ( 0 ) = u ( L ) = 0 (7)

u ( 0 ) = u ( L ) = 0 (8)

where,

D = E × h 3 12 ( 1 ν 2 )

E is the Young modulus

h elastic structure thickness

ν the Poisson's coefficient

Remark: In Equation (6) we assume that only the pressure force is acting on the interface and also u is the transversal displacement [3] .

3. Coupled Problem

The coupled problem is to find ( u , v , p ) such that:

{ D u ( 4 ) ( x ) = p ( x , H + u ( x ) ) x [ 0 , L ] u ( 0 ) = u ( L ) = 0 u ( 0 ) = u ( L ) = 0 μ Δ v + p = f F , in Ω F u v = 0 , in Ω F u v = G , on Σ 1 Σ 2 v = 0 , on Γ 2 p I d n + v n = 0 , on Σ 3

In order to solve this coupled problem, we transform its continuous problem into a discreet problem by using finite difference method and finite element method.

3.1. Approximation by Taylor Development

Assumption: We consider u as a small displacement.

Thus, the Taylor formula gives

p ( x , H + u ( x ) ) p ( x , H ) + u ( x ) p ( x , H ) y , (9)

the Equation (6) becomes:

D u ( 4 ) ( x ) u ( x ) p ( x , H ) y = p ( x , H ) , (10)

we pose α ( x ) = p ( x , H ) y , finally we have,

D u ( 4 ) ( x ) + α ( x ) u ( x ) = p ( x , H ) . (11)

To discretize the Equation (11), we introduce a space step Δ x = L N + 1 . We denote by u i the value of the discrete solution at x i = i × Δ x for i { 0 , 1 , , N + 1 } . We must also discretize The boundary conditions . A centred formula gives

u 1 = u 1 et u N + 2 = u N (12)

and the boundary conditions u ( 0 ) = u ( L ) = 0 become

u 0 = u N + 1 = 0 (13)

we rewrite the Equation (11) in the discreet form

D u i 2 4 u i 1 + 6 u i 4 u i + 1 + u i + 2 Δ x 4 + α i u i = P ( x i , H ) i = 1 , 2 , 3 N (14)

Then, the continuous problem becomes the following algebraic equation A U = P , where

A = ( 7 D Δ x 4 + α 1 4 D Δ x 4 D Δ x 4 0 0 0 4 D Δ x 4 6 D Δ x 4 + α 2 4 D Δ x 4 D Δ x 4 0 0 D Δ x 4 4 D Δ x 4 6 D Δ x 4 + α 3 4 Δ x 4 D Δ x 4 0 0 D Δ x 4 4 D Δ x 4 6 D Δ x 4 + α N 2 4 D Δ x 4 D Δ x 4 0 0 D Δ x 4 4 D Δ x 4 6 D Δ x 4 + α N 1 4 D Δ x 4 0 0 0 D Δ x 4 4 D Δ x 4 7 D Δ x 4 + α N )

P = ( p 1 ( x , H ) p 2 ( x , H ) p N ( x , H ) ) et U = ( u 1 u 2 u N )

Proposition 1. Note that A is symmetric positive definite under this assumption α ( x ) 0 .

Proof. We will prove that α ( x ) 0 for all x [ 0 , L ] .

For all ( x , y ) [ 0 , L ] × [ 0 , H ] we have p ( x , y ) y = f 2 F ( x , y ) + Δ v 2 ( x , y ) , for y = H and x [ 0 , L ] we have v 2 ( x , H ) = 0 , then p ( x , H ) y = f 2 F ( x , H ) . By choosing f 2 ( x , H ) = g × ρ s × h [3] where g is the gravity force and ρ s the structure density, we obtain p ( x , H ) y 0 . Finally, we deduce α ( x ) 0 for all x [ 0 , L ] .

3.2. Coupled Approximate Problem

Since A is symmetric positive definite, so we can use the conjugate gradient method to solve the following coupled problem. Find ( v , p ) ( H 0 1 ( Ω F u ) ) 2 × L 2 ( Ω F u ) and U so that

{ A U = P μ Ω F u v : w d x Ω F u p div ( v ) d x = Ω F u f F w d x , w ( H 0 1 ( Ω F u ) ) 2 Ω F u div ( v ) q d x = 0 , q L 2 ( Ω F u )

4. Numerical Method

To solve numerically the coupled problem we use the following conjugate gradient algorithm.

Proposition 2. Let A be a symmetric positive definite matrix, and u 0 . Let ( u k , r k , z k ) be three sequences defined by the induction relations

z 0 = r 0 = P A u 0 , and for k 0 { u k + 1 = u k + λ k z k r k + 1 = r k λ k A z k z k + 1 = r k + 1 + α k z k

with

α k = r k + 1 2 r k 2 and λ k = r k 2 ( z k , A z k )

Then, ( u k ) 0 k k 0 + 1 is the sequence of approximate solutions of the the conjugate gradient method [7] .

Descriptionofthecomputationalmethod

Step 1: It computes in the initial field the velocity and the pressure.

Step 2: It uses the conjugate gradient algorithm to find the structure deformation u .

Step 3: It computes again the pressure and the velocity in the deformed domain

5. Numerical Results

Let the real noted test defined by test = P 2 × ε . We define the stopping criterion of iterations for the conjugate gradient algorithm by rhoold > test and k < n where, k the number of iterations and rhoold = z 0 2 .

We assume that the velocity on the boundary fluid domain is [3] :

G = { G 1 ( x 1 , x 2 ) = v 1 = 30 ( 1 x 2 2 H ) and G 2 ( x 1 , x 2 ) = v 2 = 0 , on Σ 1 G 1 ( x 1 , x 2 ) = v 1 = 30 on G 2 ( x 1 , x 2 ) = v 2 = 0 , on Σ 2 G 1 ( x 1 , x 2 ) = v 1 = 0 and G 2 ( x 1 , x 2 ) = v 2 = 0 , on Σ 3

We take parameters for fluid and structure in [3] [4] . (Tables 1-3)

The Table 3 shows that, if we take the tolerance test = 1.95 × 10 3 we have the convergence of the algorithm after k = 10 iterations and rhoold = 5.20 × 10 21 < test and the norm of the displacement is u = 3.3 × 10 3 .

Freefem ++ [8] is used for the numerical tests. Figures 2-7 following display the structure displacement, the pressure and the velocity.

Figure 2. Initial grid.

Figure 3. Final grid.

Table 1. Parameters of the strcuture.

Table 2. Parameters of the fluid.

Table 3. Results related to the algorithm.

Figure 4. Pressure profile in the initial domain.

Figure 5. Pressure profile in the deformed domain.

Figure 6. Velocity profile in the initial domain.

Figure 7. Velocity profile in the deformed domain.

6. Conclusion

In this paper, we present a method to solve a steady coupled problem. Our method is based namely on the conjugate gradient algorithm, it takes simulta- neously into account three unknown parameters so that each of them depends on the others. To get the results it is necessary to solve the fluid in the initial domain with the finite element method in order to determine the displacement of the structure by the conjugate gradient method and finally to deduce the velocity and the pressure. The velocity, the pressure and the displacement profile compared to [2] [3] [5] appear good. In this work, the only thing to skill is to reduce the number of iterations and to apply this strategy on the unsteady problem.

Conflicts of Interest

The authors declare no conflicts of interest.

References

[1] Mbaye, I. (2012) Fourier Series Development Resulting from an Unsteady Coupled Problem. International Journal of Contemporary Mathematical Sciences, 7, 1695-1706.
[2] Mbaye, I. (2013) Fourier Series Development for Solving a Steady Fluid Structure Interaction Problem. International Journal of Contemporary Mathematical Sciences, 8, 75-84.
https://doi.org/10.12988/ijcms.2013.13008
[3] Murea, C.M. (2005) The BFGS Algorithm for Nonlinear Least Squares Problem Arising from Blood Flow in Arteries. Computers & Mathematics with Applications, 49, 171-186.
[4] Mbaye, I. and Murea, C. (2007) Numerical Procedure with Analytic Derivative for Unsteady Fluid-Structure Interaction. Communications in Numerical Methods in Engineering, 24, 1257-1275.
https://doi.org/10.1002/cnm.1031
[5] Mbaye, I. (2012) Controllability Approach for a Fluid Structure Interaction Problem. Applied Mathematics, 3, 213-216.
https://doi.org/10.4236/am.2012.33034
[6] Turek, S. and Hron, J. (2006) Proposal for Numerical Benchmarking of Fluid-Structure Interaction between an Elastic Object and Laminar Incompressible Flow. Computational Science and Engineering, 53, 371-385.
[7] Allaire, G. (2007) Numerical Analysis and Optimization an Introduction to Mathematical Modelling and Numerical Simulation. Oxford University Press Inc., New York.
[8] Hecht, F. and Pironneau, O. (2003) A Finite Element Software for PDE: FreeFem++.
www.freefem.org

Copyright © 2024 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.