Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

See discussions, stats, and author profiles for this publication at: https://www.researchgate.

net/publication/311303691

A Review on Fluid Structure Interaction Analysis Methodology

Article · June 2016

CITATIONS READS

0 2,729

4 authors, including:

Suraj Bhakade Surajkumar Kumbhar


Annasaheb Dange College of Engineering and Technology Ashta Rajarambapu Institute Of Technology
2 PUBLICATIONS   0 CITATIONS    25 PUBLICATIONS   65 CITATIONS   

SEE PROFILE SEE PROFILE

Prasad Kengar
Annasaheb Dange College of Engineering and Technology Ashta
1 PUBLICATION   0 CITATIONS   

SEE PROFILE

Some of the authors of this publication are also working on these related projects:

Design and development of driver testing unit & analysis of the effect of various parameters on reaction time View project

Design and development of sugarcane leaf cutter View project

All content following this page was uploaded by Suraj Bhakade on 02 December 2016.

The user has requested enhancement of the downloaded file.


International Journal of Trend in Research and Development, Volume 3(3), ISSN: 2394-9333
www.ijtrd.com

A Review on Fluid Structure Interaction Analysis


Methodology
1
S.P. Bhakade, 2S.G.Kumbhar, 3Y.B.Mohite and 4P.V.Kengar,
1,2,3,4
Assistant Professor, Annasaheb Dange College of Engineering and Technology, Ashta, Maharashtra, India

Abstract– Fluid Structure interaction (FSI) is the interaction


of some movable or deformable structure with an internal or
surrounding fluid flow. There are different ways by which
fluid structure interaction analysis can be carried out. In this
literature review some of them are discussed with their merits
and demerits.
Keywords-- CFD, FSI, Stability, Coupling
I. INTRODUCTION
A flexible solid structure contacting a flowing fluid is
subjected to a pressure which may cause deformation in the
structure. As a return, the deformed structure alters the flow
field. The altered flowing field, in turn, exerts another form of
pressure on the structure with repeats of the process. This kind
of interaction is called Fluid – Structure Interaction (FSI).
To determine the effects of fluid-structure interaction for a
given system, engineering design often involves extensive
experimental testing. However, experiments may be costly, Figure 2: Fluid structure interaction
time consuming and in some cases even infeasible. As
numerical models and techniques have matured over the last B. Typical applications of FSI include:
decades to deliver more accurate predictions, and with the Biomedical applications - drug delivery pumps, intravenous
advent of increasing computing power for affordable prices, catheters, elastic artery modeling for stent design. Aerospace
numerical simulation has become more established in the applications - airfoil flutter and turbine engines[5].
design process to support or even replace experimental testing
[1]. Automotive applications - under hood cooling, HVAC
heating/cooling, and heat exchangers. Fluid handling
A. Fluid-structure interactions can be classified into three applications - valves, fuel injection components, and pressure
groups: regulators. Civil engineering applications - wind and fluid
loading of structures. Electronics cooling.
1. Zero strain interactions: such as the transport of suspended
solids in a liquid matrix. C. Different approaches for solving FSI problems
2. Constant strain steady flow interactions: The constant force a. Monolithic approach
exerted on an oil-pipeline due to viscous friction between the Monolithic solution methods treat the coupled fluid and
pipeline walls and the fluid. structure equations simultaneously, i.e., they directly operate
on the aggregated fluid and structure equations. As this
3. Oscillatory interactions: where the strain induced in the
system is in general nonlinear, the solution procedure
solid structure causes it to move such that the source of strain
typically involves a Newton method [3].
is reduced, and the structure returns to its former state only for
the process to repeat. A monolithic or direct approach is when the equations
governing the flow and the displacements of the structure are
solved simultaneously. The discretization of the problem leads
to a large matrix of equations which is solved with a single
solver. The monolithic approach has the advantages of
stability since the mutual influence of the fluid and the
structure can be taken into account directly. An example of
commercial software that implements the monolithic approach
is ADINA. ADINA is using finite elements to discretize both
the structure and the fluid, whereas in computational fluid
dynamics (CFD) the traditional discretization approach is to
use finite volumes.
b. Partitioned approach
Figure 1: Fluid Structure Interaction Domain This is very popular in solving FSI. It is not only used in FSI
but the idea can be applied to different problems and
situations. Important applications are provided by

IJTRD | May-Jun 2016


Available Online@www.ijtrd.com 617
International Journal of Trend in Research and Development, Volume 3(3), ISSN: 2394-9333
www.ijtrd.com
thermomechanics, fluid-structure interaction and control-
structure interaction.

It has been observed that loosely coupled algorithms are


unstable for low density ratios and the instabilities increase as
the ratio gets lower. Also, strong coupled algorithms are
affected by the density ratio in such a way that an increased
number of iterations are needed within each time-step in order
to achieve convergence of forces along the interface at the end
of the time-step.
It is well known that the strongly coupled algorithms are more
stable than the loosely coupled ones, because the iterative
scheme ensures balance of the forces at the end of each time-
step.
Regarding choice of time-step length for loosely coupled
algorithms, in there has been defined an interval where the
computations are conditionally stable. This interval has an
upper boundary resulting from the Courant-Friedrichs- Lewy
condition (CFL) and a lower boundary resulting from the
Figure 3: Partitioned approach highest eigenvalue of the added mass matrix.

A partitioned approach is when the equations governing the Α < Δt < CFL < 1
flow and the displacement of the structure are solved Where:
separately with two distinct solvers. This will allow for codes A=Min size of time step size limited by the highest eigenvalue
specialized for flow equations and structural equations and of the added mass matrix.
hence possibly more efficient solution techniques for each of CFL=The maximum size of the time step according to the
them. On the other hand; the partitioned approach requires a general CFL condition.
coupling algorithm to allow for the interaction and to
determine the solution of the coupled problem. Partitioned The following list summarizes the instability issues prompted
algorithms use subsequent solutions of the fluid and structure above:
subproblems and the interaction is either loosely or strongly For loosely coupled algorithms:
coupled. A loosely coupled algorithm is explicit and the codes Stability is dependent on mass density ratio and geometry of
will have only one bidirectional exchange of solved variables the domains. Instability increases with decreasing mass
per time step, in a sequentially staggered manner. A strongly density ratio.
coupled algorithm (implicit) uses an iterative staggered For unstable computations, decreasing of time step size will
scheme which performs subiterations over the single fields to lead to earlier occurrence of instabilities or increased
converge at the end of the timestep. instabilities.
For conditionally stable computations the time step size has an
Stability issues for partitioned algorithms upper limit depending on the CFL number and a lower limit
A wide variety of stability issues regarding FSI-problems and depending on the highest eigenmode of the added mass
partitioned algorithms have been reported. Most of the matrix.
problems are in regard to the loosely coupled algorithm. For strongly coupled algorithms:
More stable for low mass density ratio than the loosely
When using a loosely coupled algorithm to solve FSI- coupled algorithm. Decreasing of the ratio leads to more
problems with incompressible flow and slender structures, it subiterations which in turn leads to increased computing time.
has been observed that instabilities in the computations will
occur. The instabilities depend on the mass density of the fluid c. Loosely- coupled and strongly- coupled partitioned
versus the mass density of the structure, but also the geometry approaches-
of the domain has importance. It has further been observed If only a single (one time for the fluid program and one for the
that decreasing the time step size will result in even more structure) solution per time step are carried out, such
instability, or that the instability occurs earlier. The instability partitioned methods are commonly referred to as loosely-
is inherent in the scheme itself and has been named 'artificial coupled partitioned methods. Their essential disadvantage
added mass effect'. The name comes from that the fluid pertains to the loss of the conservation properties of the
closest to the coupling interface will act as extra mass on the continuum fluid-structure system. Although the order of the
structure, increasing its inertia. incurred error can be improved by predictors, loosely-coupled
In sequentially staggered schemes the fluid forces depend on methods can never be exactly conservative.
predictions of the interface displacement instead of the actual Partitioned methods which solve the fluid-structure system by
ones. Errors in the predictions together with the added mass repeating within a time step alternate fluid and structure
effect will lead to incorrect coupling forces which yields the solutions until convergence are called strongly-coupled
instability. partitioned methods.
Since the density of the structure versus the density of the To improve the order of the numerical evaluation error
fluid affects the stability of the computations, a so called mass incurred by loosely-coupled partitioned methods, prediction
density ratio has been defined: techniques are used. For example, instead of integrating the

IJTRD | May-Jun 2016


Available Online@www.ijtrd.com 618
International Journal of Trend in Research and Development, Volume 3(3), ISSN: 2394-9333
www.ijtrd.com
fluid equations based on the position of the structure boundary II. ADVANTAGES
in the previous time interval, a prediction can be used for the
Some of the advantages of the P-FSI method are:
position of the structure boundary in the current time interval.
1. No run time coupling is required: The codes can be
Strongly-coupled methods have a greater computational cost
run with a different time increment and different
per time step than loosely-coupled methods. However,
duration
strongly-coupled methods can maintain conservation at the
2. More stable: Eliminates high wave number modes
fluid-structure interface, which renders them unconditionally
3. Efficiency -Shorter setup time -Shorter CPU time
stable. In contrast, loosely-coupled methods are typically
energy increasing and, hence, numerically unstable. III. LIMITATIONS
d. Direct Coupled FSI (DC-FSI) and practical FSI (P-FSI) Some of the limitations of the method are:
DC-FSI 1. Only linear structural analysis is supported
2. Only a small number of modes is practical
DC-FSI is AcuSolve's own name for the partitioned approach
of solving FSI problems. Within DC-FSI, AcuSolve enables CONCLUSION
cooperation with the third-party structural solvers Abaqus and
Computational fluid dynamics (CFD) code is coupled with a
MD Nastran, supporting both the sequential staggered
solution scheme (explicit) and the iterative staggered scheme computational structural mechanics (CSM) code for solving
(semi implicit). The limitation is in the structural solver fluid-structure interaction (FSI) problem in many systems of
automobile. This allows both parts of the fluid structure
whether it supports the semi implicit coupling or only the
interaction problem to be solved in the best possible way: a
explicit one [2].
Finite Volume Method for the fluid dynamics and a finite
element method for the structure. The CFD results obtained
allow a visualizing of the velocity field and pressure field
inside system. The CSM results permit to obtain the
displacement field, the deformed shape and the Von Mises
stress.
Acknowledgement
I am thankful to Prof. V.R. Patil and Prof. R.G. Desavale,
Department of Automobile Engineering, ADCET, Ashta, for
their encouragement and support to carry out this work.
References
[1] J. M. T. Penrose, D. R. Hose, C. J. Staples, I. S. Hamill,
I. P. Jones and D. Sweeney, (2000), „Fluid structure
interactions: coupling of CFD and FE‟, 18. CAD-FEM
Users' Meeting, International FEM-Technologies
Figure 4: Direct Coupled FSI (DC-FSI) [2] A. Aksenov, K. Iliine, T. Luniewski, T. McArthy, F.
E. P-FSI Popielas, R. Ramkumar, (2005), „Oil Leakage Through a
Valve Stem Seal‟, ABAQUS Users‟ Conference.
P-FSI is a unique method for AcuSolve. Within this method [3] G. Hou, J. Wang, A. Layton, (2012), „Numerical
the FSI-problems are solved in AcuSolve without real-time methods for fluid structure interaction- A review‟,
coupling with the structural solver. P-FSI uses an iterative Communications in Computational Physics, vol.12 , no.
staggered algorithm called multi-iterative coupling (MIC). 2, 2012, 337-377.
This coupling algorithm uses predictors and correctors in each [4] Vijay R. Patil, “An overview disarray in active
iteration to stabilize the solution. The MIC scheme gives more suspention system”, International journal of Engineering
stable computations for lower structure-fluid ratios than for Research and Applications (IJERA), ISSN: 2248-9622,
example the sequential staggered scheme. Vol.3, Issue 1, June-2013, pp. 1156-1160.
[5] Z. Yun, Y. Hui, (2011), „Coupled fluid structure flutter
analysis of a transonic fan‟, Chinese Journal of
Aeronautics, vol.24, 2011, 258-264.
[6] Vijay R. Patil, “A comparative study between vehicles‟
passive and active suspension system- A Review”,
International journal of Engineering Research and
Applications (IJERA), ISSN: 2248-9622, Vol.3, Issue
1,Jan-2013.

Figure 5: Practical FSI (P-FSI)

IJTRD | May-Jun 2016


Available Online@www.ijtrd.com 619
View publication stats

You might also like