Published: 03 November 2014

A comparative study of time-marching schemes for fluid-structure interactions

Jianyao Yao1
Tao Lin2
G. R. Liu3
C.-L. Chen4
1College of Aerospace Engineering, Chongqing University, Chongqing, P. R. China
2, 3, 1Department of Aerospace Engineering and Engineering Mechanics, University of Cincinnati, Cincinnati, United States
4Department of Mechanical and Aerospace Engineering, University of Missouri, Columbia, United States
Corresponding Author:
Jianyao Yao
Views 144
Reads 86
Downloads 1252

Abstract

Four types of partitioned time-marching schemes, namely the iterative staggered serial (ISS) scheme, the conventional serial staggered serial (CSS) scheme, the generalized serial staggered scheme (GSS), and the serial staggered scheme with fluid loads predictions (FPSS), are presented for accuracy comparisons of nonlinear fluid-structure interactions (FSI). A 2-DOF aeroelastic model for an airfoil is used as an example to illustrate the effects of different control parameters of the schemes. Some modifications are made to the schemes to improve the FSI simulation accuracy. The numerical results show that the GSS and FPSS are accurate and robust if the default parameters are adopted. Moreover, the accuracy of FPSS can be further improved by simply tuning the control parameters.

1. Introduction

Fluid-structure interaction (FSI) is a typical multi-field problem, where the simulations of fluid field, structural field and mesh movement are involved. The FSI simulation is always a challenging problem due to the huge computational effort and the data exchange accuracy between different domains. The numerical simulations of FSI problems can be generally divided into three groups, namely the monolithic schemes, the strongly-coupled schemes and the loosely-coupled schemes [1-3]. The monolithic methods are more accurate but much less efficient than the coupled methods.

To improve the computational efficiency of FSI problems, some partitioned schemes are devised. In the partitioned schemes, the fluid and structural part are discretized and solved separately, and data exchanges are necessary at the FSI interfaces at each time step. For the strongly-coupled schemes, several iterations may be required to enforce the equilibrium of interaction force and boundary movement at the FSI interface [3-4]. The computational efficiency can be further improved using the loosely-coupled schemes, where the iterations in each time step are removed by properly design the time-marching schemes [2]. The time-marching schemes must be carefully designed since they are crucial to accuracy, robustness and stability of the loosely-coupled methods. In this paper, we summarize and compare the available time-marching schemes, and make some modifications to improve the accuracy. The purpose of this research is to find proper highly-efficient time-marching schemes for a newly developed FSI simulation platform for rotarycraft, which combines the CFD solver based on gradient smoothing method [5-8] and traditional finite element structural solver.

There are three more sections in this paper. In Section 2, the algorithms of strongly- and loosely-coupled time-marching schemes are introduced and discussed. In Section 3, the 2-DOF nonlinear aeroelastic model is used as the numerical example to show the properties of different time-marching schemes, and the effects of tunable parameters are also discussed. Some conclusions are drawn in the last section.

2. Time-marching schemes for FSI problems

In this section, four kinds of partitioned schemes are introduced. These algorithms are designed for time-marching schemes of general FSI problems, and the CFD and structural solver can be any available ones.

2.1. Iterative serial staggered (ISS) schemes

In the ISS schemes, the equilibrium of force and velocity (and/or displacement) on the fluid-structure interface is enforced by some iterations in each time step. The basic steps for modified iterative serial staggered (ISS) scheme equipped with load and displacement relaxations can be written as following:

(1) Start from the solutions of previous step, xn, vn and anare vectors of the structural solutions for displacement, velocity and acceleration, and Ffn is the unsteady fluid loads.

(2) Iteration steps from tn to tn+1. Set initial condition for iteration as:

1
X(0)=Xn,X=xTvTaTT, Ff(0)=Ffn.

(3) If not converged, repeat (4)-(7):

(4) Update iterative structural results:

2
Xk+1=SK,C,M,Xn,Ff(k).

(5) Structural results relaxation:

3
X(k+1)=1-αX(k+1)+αXk.

(6) Update fluid loads:

4
Ff(k+1)=FXk+1.

(7) Fluid loads relaxation:

5
Ff(k+1)=1-βFf(k+1)+βFfk.

(8) Prepare data for next step:

6
Xn=X(k+1), Ffn=Ff(k+1).

The ISS schemes are accurate and can be slightly tuned to improve the computational efficiency. However, the iterative execution of both fluid and structural solvers can be extremely time-consuming, especially for large scale engineering problems. Thus, the loosely-coupled schemes, where no iteration is involved, are designed to reduce the computational difficulties of FSI problems.

2.2. Conventional serial staggered (CSS) schemes

The CSS scheme is the simplest and most straightforward loosely-coupled method for FSI computation [2, 9]. In this paper, the CSS schemes are also slightly modified to add the relaxation steps for fluids and structural results. The relaxation patterns will be introduced in GSS and FPSS schemes.

2.3. Generalized serial staggered (GSS) schemes

It is stated in [2, 10] that the temporal accuracy of the staggered partitioned schemes can be greatly improved by adding a prediction step of the structural part. This kind of schemes is named as the GSS schemes. The structural prediction is realized by extrapolation based on the kinetic equations using the high order derivatives of displacement. By adding the structural predictor, GSS schemes provide a new configuration to calculate the fluid loads. The basic steps of GSS schemes can be summarized as following:

(1) Start from the structural solutions of previous one or two steps, Xn-1 and Xn, and the fluid loads from the previous step Ffn.

(2) Structural predictor for displacements:

7
xpn+1=xn+α1Δtvn+α2Δtvn-vn-1.

(3) Update the fluid loads using the predicted configuration:

8
Ffn+1=Fxpn+1.

(4) Relaxation of fluid loads:

9
Ff=(1-β)F fn+1+βF fn

(5) Correct structural solutions using the structural solver:

10
Xn+1=SK,C,M,Xn,Ffn+1.

(6) Update data for next step:

11
Xn-1=Xn,Xn=Xn+1,Ffn=Ffn+1.

There are two types of structural predictors: the first one predicts the structural configuration at tn+1 (denoted as GSS here) and the second one at tn+1/2 (denoted as GSS0.5 here). For each type, the first- or second-order accuracy can be achieved by choosing α1 and α2 [2, 10].

2.4. Serial staggered scheme with fluid force prediction (FPSS)

In the previous subsection, the structural predictors are used to improve stability and accuracy of the time-marching schemes for FSI problems. More recently, Dettmer and Peric [11] proposed a new staggered scheme for fluid-structure interaction based on fluid load predictor. In this paper, we modify this scheme by adding structural relaxation as in the CSS and GSS schemes to improve the flexibility and accuracy of FPSS. The algorithm of the serial staggered scheme with fluid force prediction can be summarized as following:

(1) Start from the fluid solutions of two previous steps, Ffn-1 and Ffn, and the structural solution Xn from the previous step.

(2) Fluid loads predictor based on linear extrapolation:

12
Ffp=Ffn+Ffn-Ffn-1.

(3) Update the structural solution using the predicted loads:

13
Xn+1=SK,C,M,Xn,Ffp.

(4) Relaxation of structural results:

14
Xn+1=1-αXn+1+αXn.

(5) Fluid force correction using the fluid solver:

15
Ffn+1=FXn+1.

(6) Update data for next step:

16
Ffn-1=Ffn, Ffn=Ffn+1, Xn=Xn+1.

3. Numerical examples

3.1. 2-DOF aerodynamic model

In this paper, a 2-DOF aeroelastic problem shown as Fig. 1 is used to compare the presented time-marching schemes. All the definitions of structural parameters and flow conditions can be found in [12]. The equations of motion for this aerodynamic model can be written as:

17
mTmwxαbmwxαbIαh¨α¨+ch00cαh˙α˙+kh00kαhα=-LM,

where h denotes the plunging DOF and α the pitching DOF. The nonlinear torsional stiffness is considered. In this example, the Theodorsen’s model is used to calculate the unsteady aerodynamic loads due to the plunging and pitching movements of the airfoil, and the conventional Newmark method is used as the structural solver. Here, we only focus on the coupling process, i.e., the accuracy comparisons of the time-marching schemes and the influences of the tunable parameters. The amplitude and phase accuracy are evaluated as:

18
εA=AN-ARAR,εΦ=tN-tRTR,

where AN, AR, tN and tR denote the amplitude and peak time of the numerical and reference solutions of the limit cycle oscillations (LCO), and TR denotes the period of the reference solutions of LCO.

Fig. 12-DOF aeroelastic model [12]

2-DOF aeroelastic model [12]

3.2. Influence of relaxation parameters

As introduced previously, the relaxation parameters can be tuned for the structural solutions or the fluid loads. These parameters should be properly tuned to obtain the correct and accurate results. The numerical results of the 2-DOF aeroelastic system obtained using various schemes with different relaxation parameters are summarized in Table 1.

Table 1Relative errors with different relaxation parameters

Schemes
Parameters
Δt=5.0×10-3 s
Δt=1.0×10-2 s
α1
α2
β
εh (%)
εα (%)
εΦ (%)
εh (%)
εα (%)
εΦ (%)
ISS
0
0
–0.2227
–0.1048
5.456
–0.9870
–0.8223
24.22
ISS
0
0.5
0.1418
0.0830
8.342
ISS
0.5
0.5
–0.1767
–0.0765
8.343
CSS
0
0
63.79
34.99
–40.73
CSS
0
–1
2.013
2.162
6.900
9.414
10.39
35.77
CSS
0.013
–1
0.1159
0.8527
N/A
GSS
1.0
0.5
0
–0.4281
–0.2785
5.456
–2.177
–2.047
12.67
GSS
1.0
0
0
0.3859
–0.1253
5.456
2.005
–0.1105
24.22
GSS
1.0
0.5
0.5
34.44
19.37
–42.81
GSS0.5
0.5
0.125
0
34.81
19.37
–42.81
GSS0.5
0.5
0.125
–0.5
0.5145
0.6045
5.465
2.175
2.264
21.33
GSS0.5
0.5
0
–0.5
0.6984
0.6294
5.546
3.282
3.118
24.22
FPSS
0
0
2.004
2.149
6.900
9.421
10.38
36.81
FPSS
–0.02
0
0.06704
1.242
–0.288
FPSS
–0.05
0
2.181
4.862
1.126
FPSS
–0.065
0
0.054
3.427
–10.42

According to the numerical results, we can have the following comments:

(1) For ISS schemes, the LCO results are not sensitive to the relaxation parameters, but the number of iterations in each step can be greatly influenced by changing these two parameters.

(2) For CSS schemes, load relaxation is necessary to obtain the correct response results of the aeroelastic system. We have Ff=Ffn+1+Ffn+1-Ffn when β= –1, which means a load prediction based on linear extrapolation is applied to approximate the loads at the end of the current step. When the structural relaxation parameters are slightly changed, better amplitude accuracy can be achieved, but the frequency is not correct, which is absolutely unacceptable for dynamic analysis.

(3) For GSS schemes, no load relaxation is needed, i.e., β=0 can produce the correct results. However, for the GSS0.5 schemes, β=-0.5 is needed to achieve the correct response results. Compared the CSS, GSS and GSS0.5 schemes, we can see that when the structural loads are extrapolated (CSS) or calculated using a predicted structural configuration (GSS and GSS0.5) at the end of the current time step, correct response results can be obtained, but with different accuracy. Moreover, the first- and second-order structural predictors achieve similar response accuracy for both GSS and GSS0.5 schemes.

(4) For FPSS schemes, the applied loads are also extrapolated at the end of the current time step same as the CSS scheme with β= –1, and thus the two schemes have similar accuracy when the default parameters are adopted. However, different from the CSS scheme, the structural relaxation provides a new configuration to correct the fluid loads for next step. Therefore, the accuracy of FPSS can be improved by slightly tuning the structural relaxation parameter.

(5) When the time step becomes two times larger, the errors of all the schemes also become several times larger. However, the FPSS can also be tuned to achieve better accuracy for amplitudes or phase.

4. Conclusions

In this paper, four types of partitioned time-marching schemes for general fluid-structure interaction problems are presented. Although the iterative serial staggered (ISS) has the best accuracy and robustness of all the four present kinds of schemes, it is not our first choice for practical engineering due to the huge computational burden. The conventional serial staggered (CSS) schemes, the general serial staggered schemes without and with half time offset (GSS and GSS0.5) and the serial staggered schemes with fluid loads prediction (FPSS) are loosely-coupled methods, where no iterations are involved. Therefore, these three kinds are preferred for large scale problems. According to the numerical results of the 2-DOF aeroelastic model, we can see that the GSS and GSS0.5 are accurate and quite robust. However, the FPSS schemes can be tuned via changing the structural relaxation parameter to achieve better accuracy, especially the phase accuracy.

It should be noted that the phase errors are significant for all the schemes, even for the iterative schemes. This could possibly be alleviated by improving the accuracy of the structural solver.

References

  • Marshall J. G., Imregun M. A review of aeroelasticity methods with emphasis on turbomachinery applications. Journal of Fluids and Structures, Vol. 10, 1996, p. 237-267.
  • Farhat C., Kristoffer G., Zee Van Der, Geuzaine P. Provably second order time-accurate loosely-coupled solution algorithms for transient nonlinear computational aeroelasticity. Computer Methods in Applied Mechanics and Engineering, Vol. 195, Issue 17-18, 2006, p. 1973-2001.
  • Degroote J. Partitioned simulation of fluid-structure interaction. Archives of Computational Methods in Engineering, Vol. 20, Issue 3, 2013, p. 185-238.
  • Strganac T. W., Dean T. Mook D. T. Numerical model of unsteady subsonic aeroelastic behavior. AIAA Journal, Vol. 28, Issue 5, 1990, p. 903-909.
  • Liu G. R., Xu G. X. A gradient smoothing method (GSM) for fluid dynamics problems. International Journal for Numerical Methods in Fluids, Vol. 58, Issue 10, 2008, p. 1101-1133.
  • Xu G. X., Liu G. R., Tani A. An adaptive gradient smoothing method (GSM) for fluid dynamics problems. International Journal for Numerical Methods in Fluids, Vol. 62, 2010, p. 499-529.
  • Yao J., Liu G. R. A matrix-form GSM-CFD solver for incompressible fluids and its application to hemodynamics. Computational Mechanics, 2014.
  • Yao J., Liu G. R.,Chen C.-L. A moving-mesh gradient smoothing method for compressible CFD problems. Mathematical Models and Methods in Applied Sciences, Vol. 23, Issue 2, 2013, p. 273-305.
  • Farhat C., Lesoinne M. Two efficient staggered algorithms for the serial and parallel solution of three-dimensional nonlinear transient aeroelastic problems. Computer Methods in Applied Mechanics and Engineering, Vol. 182, 2000, p. 499-515.
  • Jaiman R., Geubelle P., Loth E., Jiao X. Transient fluid–structure interaction with non-matching spatial and temporal discretizations. Computers and Fluids, Vol. 50, 2011, p. 120-135.
  • Dettmer W. G., Peric D. A new staggered scheme for fluid-structure interaction. International Journal for Numerical Methods in Engineering, Vol. 93, Issue 1, 2013, p. 1-22.
  • Abdelkefi A., Vasconcellos R., Nayfeh A. H., Hajj M. R. An analytical and experimental investigation into limit-cycle oscillations of an aeroelastic system. Nonlinear Dynamics, Vol. 71, Issue 1-2, 2013, p. 159-173.

About this article

Received
Accepted
08 September 2014
Published
03 November 2014
Keywords
fluid-structure interaction
partitioned schemes
time-marching
aeroelastic